How can i control tag with the help of CSS?
Jan.10, 2008 in
CSS
Younas asked:
I want to control
tag with the help of CSS but i don’t know how can i do this. I want to divide my page in three columns with
Custom Search
One Comment on “How can i control tag with the help of CSS?”
Leave a Reply
You must be logged in to post a comment.
January 14th, 2008 at 10:59 pm
Just give each div a name, an id and a class. This allows changing them by a name in the css file (#divname) or grouping some tags in a class (.classname) across different divs.