HyperText Markup Language
From Wikibooks, open books for an open world
(Redirected from Programming:HTML)
This is a guide to HTML, the chief markup language of the Internet. This book simply covers HTML syntax, not about how to make it dynamic — for that, see JavaScript. Cascading Style Sheets, a way of giving style to the markup, is covered only briefly in this book.
Contents[edit]
- Introduction
- Head and Body Elements
- Paragraphs and Headings
- Text Formatting
- Hyperlinks
- Images
- Lists
- Tables
- Quotations
- Comments
- Forms
- CSS
- Validating HTML
- Proscribed Techniques
- Browser extensions
- Appendices