HTML For Beginners — HTML Head Tag

--

HTML Headings

HTML includes six levels of headings, which are ranked according to importance.
These are <h1>, <h2>, <h3>, <h4>, <h5>, and <h6>.

The following code defines all of the headings:

<html>
<head>
<title>head tag</title>
</head>
<body>
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
</body>
</html>

Watch the video to learn in detail (subscribe to get updated & for a better quality view on youtube):

HTML & HTML5 Course:

HTML & HTML5 Tutorial: The Complete Course For Beginners

HTML & CSS Course:

Web Development : HTML & CSS Tutorial For The Beginners

--

--

CodeLearners Academy
0 Followers

We specialize in key areas such as Web & Mobile Development, IOS, Android, Ethical Hacking and IT.