HyperText Markup Language
From Wikibooks, the open-content textbooks collection
This is a guide to HTML, the markup language of the internet. This book is about HTML, not about how to make it dynamic — for that, see JavaScript. Cascading Style Sheets, a way of styling the HTML markup, and are covered only briefly in this book.
[edit] Contents
- Introduction
- Head and Body Elements
- Paragraphs and Headings
- Text Formatting
- Hyperlinks
- Images
- Lists
- Tables
- Quotations
- Comments
- Forms
- Changing the Look with CSS
- Validating HTML
- Proscribed Techniques
- Browsers' extensions
- Appendices