1.

What Is A Class In Css?

Answer»

<P>Class is a CHILD to the id, id should be used only once, a CSS class can be used multiple times: 

div id=”banner”

p class=”ALERT

Class is a child to the id, id should be used only once, a css class can be used multiple times: 

div id=”banner”

p class=”alert”



Discussion

No Comment Found