HTML: the HyperText Markup Language

Background

HTML's two significant advantages

WYSIWIG versus markup word processing

HTML syntax

A simple HTL document

<html>
<title>Simple example</title>
<h1>First-level heading</h1>
<ul>
<li>List item one.
<li>List item two.
<b>Some bold text under item two.</b>
</ul>
<h3>Third-level heading</h3>
</html>

Anchors for hypertext