Hi all,
As a web developer, I would like to know:
- What are the most common used html tags and when should I use (the context)?
- Do's and Don'ts of those tags
- What are the html tags which should not be used?
Thanks.
update: Yes, I understand that the best thing is to read the specification. But I think it will be great if there is short, easy to read, mostly used mini html spec. I'm looking the answers like:
- difference usage of div and span.
- usages of ul, ol, li, dl, dt, dd for different listing
- b, i, font, strong tag should not be used. should use css
- table should not be used for layout
- tbody can be used for grouping table
- a tag should not be used for link button for ajax request
- button vs input tag
- etc.