0 Members and 1 Guest are viewing this topic.
<tag class="class"> <atag></atag><tag>
.class atag {stuff}
atag .class {stuff}
"welcome to the world of computers, where everything seems to be based on random number generators"
atag.class{ /* stuff */}
.class{ /* stuff */}
atag{ /* stuff */}
Code: [Select]atag.class{ /* stuff */}
.class atag{ /* stuff */}
tag.class atag{ /* stuff */}
To prevent any confusion, could you explain what is <atag> though? Can one just use any nonexistent tag in his HTML code to assign CSS properties to it?