Tuesday, 31 January 2012

How to make a webpage.

In How To Create A Website Using HTML the first step will be to Open
the Notepad or the Textpad.

HTML is the markup language. The changes could be reflected in the
website while making changes in the various tabs. It marks the changes
in the style or the alignment of content in the website. Every tag is
significant.
Each tag is opened with an angular bracket followed by the name of
the tab. Each opened tab has to be closed with the name of the tab
followed by the close angular bracket.
In order to start the HTML code in How To Create A Website Using
HTML, first of all <HTML> is typed. This declares the document to be
typed on a HTML page.
The HTML page is divided into head, title and body parts.
Type the <head> below the HTML tag. The head tag signifies the
information about the document. This information is commonly known as
the metadata. The content mentioned in the head tag is not displayed
on the page but it is interpreted automatically by web browser.
The content mentioned in the Head tag might include keywords and the
Java Script which loads while the page gets loaded.
Type </head> in order to close head tag. The closing and opening of
the tags are to be carefully understood while learning how to create
website using HTML.
Type in <body>. This tag ensures the starting of the browser body
text. The body of the webpage contains the entire graphics and
content. This is actually what you see while viewing the web page.

10. Write the content you want to get displayed on the web page of
your website. Type </body> to close the body tag and type </HTML> in
order to close the HTML tags. This is very important for learning How
To Create A Website Using HTML.

11. Save the document using the extension .html.

12. Navigate the place at which you have saved the document.

13. By double clicking the document, it should display the content
you have mentioned in body tag. This could be very well seen in the
web browser.

14. You could add many interesting graphics and text in the body of
the document. The changes could be brought by various tags.

15. The ISP or the Web Host has its own system for the uploading of
the pages. Obtain the proper FTP for making the changes in the
documents. Enter the login name and the password to get started.

Well, these were certain tips for knowing the steps for how to create
a website using HTML. These would surely let you know about the
various ways to create efficient websites in HTML.

No comments:

Post a Comment