Skip navigation

Lu's Notes

down to bottom of page

Basic HTML codes

As technology, browsers, the web and HTML continue to evolve, languages & tags will be in flux. New tags and attributes will be added, old ones deprecated... However in general:

Tags should have a opening tag <html> and an closing tag </html>, unless otherwise noted... Tags can be nested within each other, nest them correctly: <p><b><i>...</i></b></p> For differences in XHTML (HTML transition to XML)