HTML Basic Element

Heading Element

  • The h1 to h6 is the heading element.

  • The h1 heading element is the big font size.

  • Heading number goes high, font size will decrease like h1,h2,h3,h4,h5,h6.

Code

<h1> HTML Basic </h1>
<h2> Heading Element </h2>
<h3> Fast Code App </h3>
<h4> The Mobile Phone </h4>
<h5> Be Consistent </h5>
<h6> Set the goal </h6>

Screen Display

heading_tag_img.PNG

P Element

The P Element is used for displaying paragraph in screen.

Code

<p> Please Scroll down For download today the Pdf Analysis Notes and Find out Latest month which you want. then next you can choose required date and then click on download now button </p>

Screen Display

p_tag_img.PNG

Comments in HTML

Comment is for leave message to developer who working on same code. It will not affect the code and browser display. Its for code understanding purpose.

<!-- Code starts -- >