Creating a Web - Page
Before creating a web page we have to draft it first. Here is a simple page I want to create. According to my needs, I am going to use relevant html tags. To create the page given below We have to use <center> tag and <h1>, <h2>, <h3>, <h4>, <h5> and <h6> tags.
Type the given programme in Notepad and save it as filename.html. Then open the saved html file you will get the web-page which will look like our draft one.