Document Tags
Saturday, October 25, 2008 by rain
Document tags define the overall structure of an HTML document.
There are four tags every HTML document should have. These tags define the what type of document it is, and the major sections. These tags are , ,, and . You may also wish to use the declaration under some circumstances.
...
There are four tags every HTML document should have. These tags define the what type of document it is, and the major sections. These tags are , ,
...