HTML
supports six types of header tags all tags are blocked tags
h1
it apply font size 30pixel bold blocked
h2
it apply font size 18pixel bold blocked
h3
it apply font size 16pixel bold blocked
h4
it apply font size 14pixel bold blocked
h5
it apply font size 12pixel bold blocked
h6
it apply font size 10pixel bold blocked
<html>
<head>
<title> First Page</title>
</head>
<body>
<h1>Welcome to Home Page</h1>
<h2>Welcome to Home Page</h2>
<h3>Welcome to Home Page</h3>
<h4>Welcome to Home Page</h4>
<h5>Welcome to Home Page</h5>
<h6>Welcome to Home Page</h6>
</body>
</html>
<head>
<title> First Page</title>
</head>
<body>
<h1>Welcome to Home Page</h1>
<h2>Welcome to Home Page</h2>
<h3>Welcome to Home Page</h3>
<h4>Welcome to Home Page</h4>
<h5>Welcome to Home Page</h5>
<h6>Welcome to Home Page</h6>
</body>
</html>
No comments:
Post a Comment