Hey guys hope you learn something about tags in HTML and how to use them.
In this post you learn to make simple webpage, if you were not able to understand in previous posts you will definitely understand in this post.
so, everybody had a Head and a Body
there is same thing in HTML document it has a head and a body, here is simple program.
<!doctype html>
<html>
<head>
<title>
This is a Title of the page
</title>
</head>
<body>
This is body element
<p>this is a paragraph
</body>
</html>
you write this into your notepad or notepad++ program try to understand how to close and open tags.
where <p> is used for assigning a new paragraph.
<title> this is the title of the webpage which will appear on the browser tab.
Enough in this post, in next post i will tell about heading tags in HTML.
i am trying to make and upload video tutorials soon that will help you very much.
HAVE ANY DOUBTS go to COMMENT BOX
In this post you learn to make simple webpage, if you were not able to understand in previous posts you will definitely understand in this post.
so, everybody had a Head and a Body
there is same thing in HTML document it has a head and a body, here is simple program.
<!doctype html>
<html>
<head>
<title>
This is a Title of the page
</title>
</head>
<body>
This is body element
<p>this is a paragraph
</body>
</html>
you write this into your notepad or notepad++ program try to understand how to close and open tags.
where <p> is used for assigning a new paragraph.
<title> this is the title of the webpage which will appear on the browser tab.
Enough in this post, in next post i will tell about heading tags in HTML.
i am trying to make and upload video tutorials soon that will help you very much.
HAVE ANY DOUBTS go to COMMENT BOX