#3 Learn HTML | Paragraph, Links, Images, and Heading Tags in HTML

Assalam o Alaikum Friends! Today in this article and HTML Course i am telling you how to add Headings, Paragraphs, Links and Images in HTML. So Friends don't forget to SUBSCRIBE My YouTube Channel.

Paragraph, Links, Images, and Heading Tags in HTML


Heading Tags in HTML

Friends there are 6 Heading Tags

  • 1.  <h1></h1>
  • 2.  <h2></h2>
  • 3.  <h3></h3>
  • 4.  <h4></h4>
  • 5.  <h5></h5>
  • 6.  <h6></h6>

Paragraph Tag

Friends paragraph tag is <p> and its closing tag is </p>. Friends under the opening and closing tag write your paragraph.

Link Tag

<a href=""></a> This is your link tag that name is anchor tag. In this anchor tag you can show there href="" that name is hyper reference there you put your link. 

Image Tag

<img src="" alt""> This is your image tag and in this image tag put an attribute that name is source srce="" there you put your image link. Alt attribute shows that if your image doesn't open or show then after in this case your alt attribute show on webpage.

Download Source Code

Friends if you want to download HTML code and source code then click on download button and your downloading will be start. Thankyou!


Download Code


Video Tutorial


Post a Comment

0 Comments