<html>
<body>
The content of the body element is displayed in your browser.
</body>
</html>
 
این مثال ساده ترین نمونه html است که در آن، از کمترین برچسب ممکن، استفاده شده است. در این مثال جمله نوشته شده درون برچسب body، نمایش داده می شود. 
 
<html>
<body>
 
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
 
<p>Paragraph elements are defined by the p tag.</p> 
 
</body>
</html>
 
این مثال نشان می دهد، که نوشته داخل برچسب پاراگراف، چگونه نمایش داده می شود.