Opening tag |
Description of tag |
Closing tag |
<html> |
To start and end the HTML document |
</html> |
<title> |
To make the text in title of the web page |
</title> |
<head> |
To make the text in head part of the web page |
</head> |
<body> |
Body tag is used for the entire body part of the web page |
</body> |
<script> |
This tag is used to embed the java script(internal or external)code |
</script> |
<div> |
This is very common used tag to make the division in the web page |
</div> |
<p> |
This is used for making paragraphs |
</p> |
<img src=”path”> |
This tag is used to insert the images in the web page |
</img> |
<a href=”url”> |
Anchor tag to create hyperlinks between different web pages. |
</a> |
<marquee src=”path”> |
To move the text from one direction to another |
</marquee> |
Copyright © Sharp Tutorial
Build with WordPress