HTML Basic Tag
HTML Basic Tags used basic structure in HTML. All tags are used to easy to develop a web page.
HTML Language easy to Understanding to develop a web page. This is a basic tags in html. Used All HTML tags along with basic tags create a website etc.
HTML Basic Structure
<!doctype>
<html>
<head>
<title>
------------
------------
</title>
------------ { In Head add CSS, style etc.}
------------
</head>
<body>
------------- { In body add Web page Design Format }
-------------
</body>
</html>
Basic Tags
Tags |
Description |
<!DOCTYPE> |
Defines
the document type |
<html> |
Defines
HTML document |
<head> |
Contains
information for document |
<title> |
Define a
title for document |
<body> |
Defines
the document’s body |
<h1>
to <h6> |
Defines
the HTML heading |
<p> |
Defines
the paragraph |
<br> |
Single
line break |
<hr> |
Insert a
horizontal rule |
<!--
--> |
Defines
the comment |
No comments:
Please do not enter any spam link in the comment box.