back next

Headings

HTML defines 6 levels of headings. Heading tags look like this:

    <h1> Headings </h1>


Example
<html>
<head>
<title> HTML Tutor </title><head>
<body>
<h1>Headings</h1>
<h2>Headings</h2>
<h3>Headings</h3>
<h4>Headings</h4>
</body>
</html>



Output
result





Back to HTML tutor homepage | Back | Next | Email me