1.

Can You Make A Id Selector Particular To An Element Type?

Answer»

can MAKE it a bit more particular.

For EXAMPLE:

h1#BLACK
{
color: #000000;
}

This RULE renders the content in black for only elements with id attribute set to black.

can make it a bit more particular.

For example:

h1#black
{
color: #000000;
}

This rule renders the content in black for only elements with id attribute set to black.



Discussion

No Comment Found