HTML is the markup
language that is used for creating web pages. HTML pages are
text files stored on computers connected to the Internet. These files
contain markup,
which are browser instructions for displaying, or rendering, the text,
images, tables, links, etc. on the web page. Here is the HTML
Programming Wikibook, a free open-content textbook that
teaches and shows you how to use and code HTML on your web pages.
The
HTML Programming Wikibook:
Basic
HTML
The html,
head
and body
elements denote the general outline of every HTML document. We will now
examine the HTML elements in more detail.
- Head and Body Elements
- Paragraphs and Headings
- Changing the appearance of documents with CSS
- Commenting in HTML
- Using Textual Modifiers
- Formatting Your Text
- Hyperlinks
- Inserting Images
- Lists
Appendices