Ever wondered, what is the greatest HTML tag? Here are some answers with reasons -
- - html; it makes HTML possible
- div because it owns so badly.
- style and .class
- script So you can break sites that don’t have proper string filtering on it. Oh, and write JavaScript codes of course
- A
- table for old school and the birth of web development
- Google is not a HTML tag!
- The best tag is div. The best attribute is style. Those two things combined can do more than any other tag and/or attribute. ;D
- div
- form as of recent
- p tag is best for me – User-posted content can’t be there on my site as I never use server scripts.
- i like the title tag because i can name my website something cool
Great replies… and we have found that most people are fond of DIV tags. And why not there is almost everything that you can doo using this tag while designing a website. I do not think there would be any designer who would not be aware of this tag but just to iterate – The DIV tag in XHTML is a tag that defines logical divisions within the content of a page. Few important points about div tags are -
- The DIV tag is a block-level element
- The DIV tag can contain nearly any other tag
- The DIV tag cannot be inside tags
- DIV tag ads one line break before it staring and after it ending tag.
The basic attributes of div tag are








Comments are closed.