HyperText Markup Language
Appearance
(Redirected from HTML Programming)
This is a guide to HTML, a standard markup language for web pages. A text editor and a web browser is all you need to create web pages, view your handiwork, and share information with others all over the world.
This book covers simple HTML syntax. For dynamic behavior in websites, see the JavaScript wikibook. Another separate book covers Cascading Style Sheets (CSS) which handle overall look and styling, but the present book addresses CSS briefly. Additionally, XHTML has its own textbook.
Contents
[edit | edit source]- Introduction
- Head and Body Elements
- Paragraphs and Headings
- Text Formatting
- Hyperlinks
- Images
- Lists
- Tables
- Quotations
- Comments
- Forms
- CSS
- Canvas
- Validating HTML
- Proscribed Techniques
- Browser extensions
- Appendices