Click to See Complete Forum and Search --> : Stupid question...
Funkymonkey
09-13-2005, 06:16 AM
Can you have two of the same types of tags (eg 2 <p> tags) that have the same class attribute, or would you have to use the id attribute?
Thanks
PS I'm very very very new to this
Siddan
09-13-2005, 06:21 AM
yes you can have the same style to as many as you like... just as long use the the class... ID is only to use with one
Funkymonkey
09-13-2005, 06:32 AM
Id can only be used with one type of tag is that right?
Siddan
09-13-2005, 06:49 AM
right.. otherwise it will be a conflict
ray326
09-13-2005, 06:58 PM
It's more constrictive than "only one type of tag", it's "only once per page."