How to write first web page in html?
First webpage in html.
<!DOCTYPE html>
<html>
<head>
<title>web page</title>
</head>
<body>
<p>hello world</p>
</body>
</html>
This is first web page in html.
here html indicates the it is a html document .
head contains the title and other function of html file.
body shows the which is write inside the body tag is show on our web page.
if this blog is useful for you then commnet and like it.
Thanks for visiting my website.
<!DOCTYPE html>
<html>
<head>
<title>web page</title>
</head>
<body>
<p>hello world</p>
</body>
</html>
This is first web page in html.
here html indicates the it is a html document .
head contains the title and other function of html file.
body shows the which is write inside the body tag is show on our web page.
if this blog is useful for you then commnet and like it.
Thanks for visiting my website.
Comments
Post a Comment