Saturday, August 27, 2011
Dear All,
This is to tell you that how to insert background color and image in a webpage.
For Filling Color as Background
We use bgcolor attribute with body tag. Here is an example showing that how to fill color.
Webpage with Background Color
This page will have Red color as its background.
Click here for preview. Page With Background Color
For Inserting Image as Background
We use background attribute with body tag. Here is an example showing that how to insert image as background.This page will have my photos as its background.
Wednesday, August 24, 2011
Thursday, August 18, 2011
Hello! Welcome Back,
Now open the notepad by Typing notepad in Run
Run command.
Now type the following codes in notepad and save it with extension .htm or .html.
First HTML Page
Anything you want to display in the website, you are allowed to write here.
....
....
........
Now I am going to describe the above codes.
First we started with tag which starts the HTML language. This is to identify that the script is written in HTML for Web-Browsers. Then we started tag which is used to write scripts and for advance level use. Then we started tag. This is the title of page which is written in Title Bar of Browser. Then we closed tag using forward slash . Then we also closed tag using forward slash . Now our header area is closed and we have to start body of web page with tag. We can write anything we want to display in the webpage inside body area. After writing the body contents we have to close tag with . And we closed all HTML tags by the help of tag.
In brief these are the most important tags to create a webpage.
Visit next post for next chapter.