HTML Heading Tag | HTML Heading Size | Web Designing | HTML Tutorial for Beginners | Part #04 | Mr Tech 001
HTML Heading Part #04
The heading is tagged with H. That is, the H-tag
The heading tag is like this.
<h>
Now it has its sizes. As.<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
As we have read۔
If we start tagging. They also end
As
<h1> </h1>
Such!
<html>
<head>
<title> html Heading </title>
</head>
<body>
<h1> My First Heading 1 </h1>
<h2> My First Heading 2 </h2>
<h3> My First Heading 3 </h3>
<h4> My First Heading 4 </h4>
<h5> My First Heading 5 </h5>
<h6> My First Heading 6 </h6>
</body>
</html>
Result!
The size of a heading will be the largest.
Heading two is shorter than that.
Similarly, it will be reduced to six.
HTML Heading Tag | HTML Heading Size | Web Designing | HTML Tutorial for Beginners | Part #04 | Mr Tech 001


No comments:
if you have any doubts, please let me know