Thursday, 3 November 2011

HOW TO CREATE WEBSITE USING HTML



HOW TO CREATE WEBSITE USING HTML
If you are searching for details about How To Create A Website Using HTML then  for your information Hyper Text Markup Language or HTML makes the browser capable to present the browser in the format you specify. In order to learn how to create website using HTML you would need certain simple tools. The simple steps mentioned below would let you know about the procedure and the techniques to create the website using HTML.
There are certain instructions which you shall know in order to get information on How To Create A Website Using HTML. Such as for e.g. the tool which is required for implement the HTML website is the text editor. Use the text editor such as the Notepad or the Textpad.
  1. In How To Create A Website Using HTML the first step will be to Open the Notepad or the Textpad.
  2. 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.
  3. 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.
  4. 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.
  5. The HTML page is divided into head, title and body parts.
  6. 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.
  7. The content mentioned in the Head tag might include keywords and the Java Script which loads while the page gets loaded.
  8. 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.
  9. 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