Hi guys, in this code you are going to learn about the effects of three different tags in HTML. I hope this code is going to help you progress in HTML. It is simple, all you need to do is copy the code and paste it in your document where you write codes. The remaining editing depends on you. Feel free to leave a comment no matter whether it is positive or negative.
Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title> Headers, Paragraphs and Line Breaks </title>
</head>
<body>
<h1> This is a biggest header. </h1>
<h2> This is a second biggest header. </h2>
<h3> This is a third biggest header. </h3>
<h4> This is a third smallest header. </h4>
<h5> This is a second smallest header. </h5>
<h6> This is a smallest header. </h6>
<p> The paragraph tag has starting and closing tag. It is used to create paragraph effects in a HTML document </p>
This is the line break tag. It is used to </br> break the lines.
</body>
</html>
Output
Great to see a new coder, teaching the world how to code! Keep the good work going. Good luck.
ReplyDeletethanks #nerd
ReplyDelete