Friday, February 26, 2016

Step five

Now if you want to make diffirent parts of your page then can do it easily because you know how to use a div tag.For more parts you will need more div and more text color then use span.If you want change your font style then do like:open not pad and go to the font option and click on it and you will get many font style and copy this style from here and use it inside span tag and save it and open by browser then you will understand what happened.

Four step

In this step we will learn how to change color of text.Now open notpad codding and search div tag.Actually span use for make change color of text.Now write inside div tag start "<span style="color:red"><h1>name</h1></span>"then save it and open by a browser then you will see text name in red color.Like this you can change text color easily.It will increase beauty of you web page and you can change your text color as your own wish.Then we already know about div tag and about span tag and h1 tag.Now you can create a web page and make it color by your wish.If you want to learn more then go to the step five.In the five step you will learn more about this web page.

Third step

Today we are going to learn how to use a div tag.At first search body tag in the notpad codding and write div tag inside the body tag.Like" <div style ="width:100%;height:50;background color:yellow;float:left"></div>"then save it and open it by a browser then you will see a yellow color page in the browser.Now write something big inside it.Inside div tag write h1 codding and inside h1 tag write name and save it and open it by browser.If you use more than one div tag then you will get more part of a page.Actually it is used for making a complete web page with design.If you want to learn more then go the next step or four step.

Seond step

After making a full white html page now we learn white page will be green.For it go to the notpad codding and find out the body tag start.After getting start body tag write"      <body bgcolor="green">     "then save it and open it by the browser.Then you will get a full green html page.Now we learn how to show a name in the browser.Go to the not pad codding and search the body tag and write after body tag "<h1>name</h1>"and save it and open it by browser then you will see name on browser.Now we will learn how to make it small
.Again write the codding with h3 start and h3 close.Like this you will have been writing h1 to h6 with start tag and closing tag then you will under stand what different among this tag.If you want to learn more go to the third step.

Frist step

It is very easy to make full page of html.At frist open your pc then search notpad.After getting notpad write html tag start and close.Then inside html tag write head tag start and close.Then inside head tag write title tag start and close.After closing head tag write body tag start and close.Then go to the file option and click on save as and save it as a name.html.Then open it by  mozila.Then you will see a white full html page.While you will write for creating a full html then you codding will be like down.
<html>
<head>
<title>
</tile>
</head>
<body>
</body>
</html>
After write the above tag in notpad and then must save it by .html because without it you will not get a browser page.Always open it by a browser.Now go to second step to learn more.