HTML is the foundation for publishing on the web.
| Structure | <html xmlns="http://www.w3.org/1999/xhtml">
|
| Text | h1, h2, h3, h4, h5, h6, |
| Hypertext | a |
| List | ol, ul, li |
| Forms | form, input, label, select, option, textarea |
| Tables | table, tr, td, th, caption |
| Image | img |
| Object | object, param |
| Meta information | meta |
| Link | link |
| Base | base |
[example] [an introduction to HTML]