Hello guys,
Hope you learn something basic about Html
Let's learn something more interesting about it.Today we will learn about HTML tags which we used in our program!!
Here,
<!doctype html>: it is a formal tag which is used in HTML it is only to tell browser that the document which it is using is of type HTML.
<html>: it is a tag to embed html document or stating of the html document
<head> defines head element of the HTML document
<Title> this is to attach a title to the document and it will appear on browser Tab.
<body> this tag is used to attach body of the HTML element.
<p> used to enter a paragraph in body.
</p>
</html>
</body>: these are all closing tags.
Rule:the tags should be closed in order that, the tag which is opened last will be closed first.
Enough for this post try to remember all tags and do practice to make a sample webpage using these tags.
then we will go to another level.
Any doubts HIT!! to comment box.
Hope you learn something basic about Html
Let's learn something more interesting about it.Today we will learn about HTML tags which we used in our program!!
Here,
<!doctype html>: it is a formal tag which is used in HTML it is only to tell browser that the document which it is using is of type HTML.
<html>: it is a tag to embed html document or stating of the html document
<head> defines head element of the HTML document
<Title> this is to attach a title to the document and it will appear on browser Tab.
<body> this tag is used to attach body of the HTML element.
<p> used to enter a paragraph in body.
</p>
</html>
</body>: these are all closing tags.
Rule:the tags should be closed in order that, the tag which is opened last will be closed first.
Enough for this post try to remember all tags and do practice to make a sample webpage using these tags.
then we will go to another level.
Any doubts HIT!! to comment box.
Nice explanation!
ReplyDelete