- Get link
- X
- Other Apps
Featured Post
- Get link
- X
- Other Apps
Source Code:
1) Heading Tag
<html> <head> <title> HTML Basic Tags </title> </head> <body> <h1> Welcome </h1> <h2> Welcome </h2> <h3> Welcome </h3>
<h4> Welcome </h4> <h5> Welcome </h5> <h6> Welcome </h6></body> </html>
2) <IMG> Tag
<html> <head> <title> HTML Images Tag </title> </head> <body> <img src="C:\Users\ABCD\Desktop\20201022_173006.jpg"></img> </body> </html>
3) Paragraph <P><html> <head> <title> HTML P Tag </title> </head> <body> <p> This is a html paragraph tags. </p> This is a html paragraph tags. </body> </html>4)Link Tag <a> / Anchor Tag
<html> <head> <title> HTML Link Tag </title> </head> <body> <a href="C:\Users\ABCD\Desktop\html_paragraph.html">Clicks</a> </body> </html>
- Get link
- X
- Other Apps
Comments
Post a Comment
If you any Query and get more information please comment it. Thanks for visit our blog.