A A
RSS

Basic HTML tutorial

Author: webmaster@quality-web-programming.com | 05.04.2009 | Category: Web Development | Views: 288

Print This Post

An HTML document consists of various sections such as the head, body, etc. Different kinds of informations can be entered within these sections, which helps to give your document a proper style.

The head section of an HTML document consists of the important informations related to the document whereas the components of the document as well as the markup tags are placed under the body section.

You can use a Notepad document to enter the tags and saving it as an HTML document.

The first markup tag used in an HTML document is the <HTML> tag. This tag enables the Web browser to recognize the file as HTML. The starting tag of the HTML document is <HTML> while the ending tag is </HTML> which is kept a few lines below the starting tag. Whatever informations are to be added in the HTML document has to be entered within these two tags.

Next to the <HTML> tag is the head section. The starting tag is <HEAD> while a few lines below the ending tag is </HEAD> is kept. The informations related to the document such as title of the HTML document have to be entered within the head tags. To include a title, title tag has to be entered within the two head tags i.e., <TITLE> name of the title </TITLE>. The end title tag is given in the same line.

The next part of the document is the body. This section contains the majority of the components of the HTML document. In order to create the body, the starting as well as the ending body tags are to be entered i.e., <BODY> and </BODY> keeping a few lines gap between them. The components as well as the HTML codes for the document are to be entered within these two tags.

This is the general format of the HTML document. Now contents just have to be added as per requirement.

Now you have to save the notepad document as an HTML document by keeping its extension as .htm or .html.

Now you can use your Web browser to open the newly created HTML document. But as you are opening this document on local desktop and not the Web, you have to browse and open your saved file by selecting File-> Open File.

Thus your HTML document has been successfully created and displayed.

Creation of an HTML document with the help of a text editor enables you to learn the HTML language. But you can also create an HTML file using specialized HTML editing programs where you can find graphical interfaces to help you in visualizing your web page. These specialized softwares help you to easily create your desired HTML file.

Shimul Aich is a search engine optimizer of Quality Web Programming. Quality Web Programming is a leading web programming service provider in India.

Article Source

Article Source: TakeArticles.com - Basic HTML tutorial

The featured article of Basic HTML tutorial was wrote by Web Development expert webmaster@quality-web-programming.com. Submit articles related with it. Comment on it below.

webmaster@quality-web-programming.com About Author: Shimul Aich is a search engine optimizer of Quality Web Programming.
1 Star2 Stars3 Stars4 Stars5 Stars 5.00 out of 5 stars | Votes: 1
Loading ... Loading ...

Related Articles:

Basic PHP Tutorial
PHP is the Hypertext Preprocessor extensively used Open Source general-purpose scripting language which is particularly appropriate for Web...

Meta tag optimization results in high search engine ranking
Meta tag optimization results in high search engine ranking I was compelled to publish this article after noticing...

Using HTML Codes for MySpace
If you are not familiar with html codes for MySpace profiles, you are missing out on a lot...

The Basic Signs and Symptoms of Pregnancy
Pregnancy is such a critical phase for both the mother and her child. This is because if anything...

How to optimize a Flash based website
Attractive Flash websites are very much appealing to the human eye. Web visitors are greatly moved by interesting...

Unique and Useful Ideas for File Folders
File folders do not have to be just boring simple pieces of paper. If you want your office...

Providing some of the Basic nutrients to hair
Hair nutrition is a must thing to follow to get a gorgeous hair. The root of getting a...

Basic Facts about Cancer
Cancer is a disease in which the body cells grow uncontrollably because their normal regulatory mechanisms have been...

3 Basic Custom Poster Gifts
Poster printing is not just a promotional tool anymore. With the advantages of desktop publishing applications people can...

Role of Meta Title Tag in SEO
Do you want to secure a top ranking in search engine result pages(SERP)? I think every one is...

1 Comments For This Article

  1. Derek Vanino Says:

    great post, I´ll take notes ;)

Leave a Reply