answersLogoWhite

0


Best Answer

The CSS-names; names of selectors, classes and IDs can contain characters a-z, A-Z, digits 0-9, period, hyphen, escaped characters, Unicode characters 161-255, as well as any Unicode character as a numeric code. The names cannot start with a dash or a digit. (Note: in HTML the value of the CLASS attribute can contain more characters).

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which characters can CSS-names contain
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What field data type can contain any characters?

text


Under DOS a file name can contain up to characters?

8 characters a decimal the 3 letters for extension. 8.3


What are non alphanumeric values?

!@#$%^&*() basically they are any characters that do not contain the value of a number or a letter.AnswerIt is data formatting that includes non-standard ASCII characters (characters not included on a standard English-language keyboard) All characters besides:0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZand those letters with accents and diacritical marksand those letters in other alphabet systems


Memory occupied by object in Java?

An object in Java may contain a small amount or a large amount of memory - it depends almost entirely on what you store in it. For example, a String is an object. Now, you can have a String that contains 10 characters - that object will contain 20 bytes (2 bytes per character - characters are stored as Unicode), plus a small amount of overhead. The amount of overhead may vary, depending on the specific Java implementation. Another String, which contains 100 million characters, will be stored using 200 million bytes (plus a small amount of overhead). I believe the JVM may also round the space used up by an object up - for example, to the closest power of two. But once again, this is implementation-specific.


What is arranging characters in alphabetical order?

Arranging characters in alphabetical order is exactly what it sounds like. You must arrange characters in the order that they appear alphabetically.