Fashion

Thursday 10 November 2016

How to create WebPage Body


Now our web page needs a body where we will puts all our contents . 
So for body we will use these tags.
<body> Contents </body>

Now Write this code on notepad  or
You can also watch video about web page body which are above this post as a name
Of web page body.
Body will come right after header end tag.
<html>
<head>
<title> Web Page Body</title>
</head>
<body> Our contents goes here………</body>
</html>

Like this on notepad

Then save it as a name of “page_body.html” in your  folder
Or on desktop.


It will show result on browser like this.




No comments:

Post a Comment