HTML bolt and heading tags
So there are two new tags which are bolt and h1 tag. h1 tag is the tag to show the heading of the content and we uses B tag to make bolt to the text. These tags help to enhance the beauty of the page.
<html> | |
<head> | |
<title> | |
Main Heading... | |
</title> | |
</head> | |
<body> | |
<h1> | |
Peragraph | |
</h1> | |
this is the peragraph to learn the html.<br> | |
<B>So we will</B> | |
make a peragraph. | |
</body> | |
</html> | |
Comments
Post a Comment