1) Heading Tag:
There are six levels of heading in HTML:
h1, h2, h3, h4, h5, h6
Example:
<h1> Heading Text one</h1>
Heading Text one
<h2> Heading Text two </h2>
Heading Text two
<h3> Heading Text three</h3>
Heading Text three
<h4> Heading Text four</h4>
Heading Text four
<h5> Heading Text five</h5>
Heading Text five
<h6> Heading Text six</h6>
Heading Text six
2) Paragraph Tag:
<p> and </p>
To specify the paragraph.
3) <br> or [...]
Full form of HTML is “hypertext markup language”. It is most basic web designing language basic for all web page development. HTML is very easy to learn and simple to use. An alternative to HTML coding is WYSIWYG editor, but it is good to do own coding to build your HTML pages. You must know [...]



