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.




Sunday 6 November 2016

How to create website title in html urdu/hindi/english

How To Create Web Page TITLE

                   

        One of the most important part of the header is title.
       Title contains small text which will appear in the title bar of the browser.
       Below are the title html codes.


<html>
<head>
<title> well come to my website </title>
</head>
</html>

Title codes must be write between the header cod just like shown above.

It will sow like this in your browser.


It's will look like this in Browser.