Hai,
What is div tag? when we use this tag?What is the purpose of using div tag in asp.net?
Thank u,
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Jan 11, 2011, 1:00 AM
usually we use table tag to do most of the layout things in HTML. but what if you want an region(for e.g., To show some message or any image or anything like that) on the html page. In such situations we use DIV tag. well its independent can be placed anywhere. we can apply CSS or javascript to that DIV tag.
In very simple manner we can say DIV defines a region on html page you want to use.
Thanks