Friday, June 14, 2013

Html body background

Now I will discuss about html body background. From this tutorial you will be able to know how to create body background. So don't be late, The tag we will work with is body .In opening body tag we will add like this < body bgcolor="color name">. If you want to add a image as your background then you have to use this way- <body background="location of the image">. So I think you will work with this and get result.
Thanks

HTML BASIC


HTML Basic

Today I am discussing about basic html and in a continual process I will discuss about total html project. So don't waste time. Lets move to the tutorial. First we can know the formal format of html. <> this is called opening tag and </> is called closing tag. such as is body opening tag and is body closing tag.So here is the basic 8 tag in html tag for a mandatory webpage.
<html>
<title>This is a title</title>
<head>
</head>
<body>
This is a body
</body>
</html>


  This is a title This is a body Just copy the tag in a notepad and save in a pre-created new folder as index.html. Then Open the file from the folder and see the majic. Your first web page.

Next I will discuss about the function of the tags in web page. So stay here and thanks for staying till now. Inform your problem about the tutorial.