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
tag.

 

Custom Search

 

Comments (1)

One Comment on “How can i control tag with the help of CSS?”

  1. Colinc

    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.

Leave a Reply

You must be logged in to post a comment.