Changing Text Size
Different Header Tags
Different Header Tags
<html>
<head>
<title>My First Webpage!</title>
</head>
<body>
<h1>Welcome to my Website!</h1>
<h2>Welcome to my Website!</h2>
<h3>Welcome to my Website!</h3>
<h4>Welcome to my Website!</h4>
<h5>Welcome to my Website!</h5>
<h6>Welcome to my Website!</h6>
</body>
</html>
Example Output
Example Output
Try it Youself!
Try it Youself!
Can you make the text go from small to big?
Can you make the text go from small to big?