If any one want to learn proper HTML then he/she must know html tags well... without knowing HTML tags... That's why we show you some HTML tags...
Structure
Meta Information
Text
- p
- h1, h2, h3, h4, h5, and h6
- strong
- em
- abbr
- acronym
- address
- bdo
- blockquote
- cite
- q
- code
- ins
- del
- dfn
- kbd
- pre
- samp
- var
- br
Links
Images and Objects
Lists
Tables
Forms
Scripting
Presentational
The Whole Shebang
- a
- abbr
- acronym
- address
- area
- b
- base
- bdo
- big
- blockquote
- body
- br
- button
- caption
- cite
- code
- col
- colgroup
- dd
- del
- dfn
- div
- dl
- DOCTYPE
- dt
- em
- fieldset
- form
- h1, h2, h3, h4, h5, and h6
- head
- html
- hr
- i
- img
- input
- ins
- kbd
- label
- legend
- li
- link
- map
- meta
- noscript
- object
- ol
- optgroup
- option
- p
- param
- pre
- q
- samp
- script
- select
- small
- span
- strong
- style
- sub
- sup
- table
- tbody
- td
- textarea
- tfoot
- th
- thead
- title
- tr
- tt
- ul
- var
The tags are used in the format <tag attribute1="value" attribute2="value">stuff</tag> (for example
if any one know this tags he/she can learn html well and soon
<a href="something.html" title="something">Some link</a>
) or <tag attribute1="value" attribute2="value" /> (for example <input type="text" name="bob" />
).if any one know this tags he/she can learn html well and soon