Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

[2] Classes and IDs

Classes

Classes de ne an element with a higher speci city than tags. You


can use the class you de ne with a dot to specify its styles.

Copy the following code and compare what class styles do to the
elements.

Page 1 of 2

fi

fi
fi

[2] Classes and IDs

IDs

Ids de ne an element with an even higher speci city than classes


do.

Copy the following code and compare how the code is


overridden when IDs are present.

Page 2 of 2

fi

fi

You might also like