Basics html tags:
Tags |
Description |
<!DOCTYPE> |
Defines the document type of web page. |
<html> |
can define that this is an HTML document. |
<head> |
This tag can Contain metadata/information
for the document. |
<title> |
This tag is used for defining the title of the document. |
<body> |
This tag is used for Defining the body of the document. |
<h1> to
<h6> |
Six types of headings
e.g. <h1>,<h2>,<h3>,<h4>,<h5>,<h6> can
used be in defining the headings of an HTML document. |
<p> |
This tag is
used for defining the paragraph of an HTML document. |
<br> |
<br> tag used for line breaking |
<img> |
This tag is used for displaying the image on our website. |
<b> |
This tag is used to bold the text. |
<i> |
This tag is used for italic text. |
<strong> |
This tag is used to make text strong. |
<marquee> |
Marquee is used to show the latest news and updates about our services and sit |
|
|
0 Comments