
10-10-2006, 04:54 PM
|
 | Senior Member | | | Join Date: Jan 2006 Location: Dublin, Ireland
Posts: 2,078
Nominated 5 Times in 3 Posts  TOTW/F/M Award(s): 1 | |
You use id when you want just one h1 tag per page to look different.
Use classes when you have more then 1 per page.
id is also very important if you ever want to make changes to the css and if you ever need to add some sort of Javascript to the h1 tag. |