2007-08-14

Understanding HTML

HOME||CONTENTS

Most ordinary internet users are not very familiar with HTML. The convenience of templates and auto-formatting tools virtually eliminated the need to learn HTML. Most internet users would simply click on certain templates or formatting tools to change the appearance of their blogs, email or websites. Constructing websites today can easily be done without any knowledge of HTML tags. Free web hosting sites such as Googlepages, MySite and Geocites have made it virtually instantaneous for anybody to construct their own personalized websites.

On the other hand, web logs or more popularly known as blogs easily provided avenue for personalized publishing on the web. Blogs may be highly personal or they may be informative. Topics may range from mere diary entries to philosophical musings. Blog host sites such as Blogger, Wordpress and i.ph are among the most popular sites that provide free blog hosting. A would-be blogger can easily choose from a wide array of attractive templates.

In most cases, the standard templates provided by these sites are enough for the common needs of the ordinary individual web publishers. However, there are certain limits to templates and formatting tools provided by the free website and blogsite hosts. For instance, the default two-column layout of Blogger is a bit inconvenient to change. The process of changing it into three-column layout is not very direct or as simple as clicking options or templates. HTML and CSS declarations must be used to change its basic template layout. Hence, it is an advantage to have some basic knowledge about HTML and CSS syntax and semantics to customize your sites. This post is an introduction to basic HTML.

The acronym HTML stands for hypertext markup language. Although strictly speaking, HTML is not a programming language such as FORTRAN or BASIC, it uses similar logical syntax and semantics that are also used in structured programming languages. All web browsers can read HTML. It is the basic language that all web browsers (e.g., Internet Explorer, Mozilla Firefox, Opera) can read. All texts and formatting that you see on a web page have corresponding HTML tags or declarations.

If you are using Firefox browser, it is very easy to view the source codes of a web page. To view the source codes of a web page, simply right click the mouse button and choose View Page Source option as shown below (you may also simply use the shortcut command: CTRL+U).



A new window will open showing all the codes of the web page. Most of these codes are HTML codes. However some are CSS, Javascript or other web language codes. Fundamentally, HTML codes have open tag declarations and a close tag declarations. These tags are typically English words. These tags are always enclosed within arrow brackets: "<" and ">"

A typical HTML document has the basic structure shown below:

<html>
<head>
<title>
practice document
</title>
</head>
<body>
<h1>
ARTICLE TITLE
</h1>

<p> This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph.</p >

<p> This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. </p>

<p> This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph.</p>

</body>
</html>


You will notice that the HTML declarations always have open tags and closing tags. Copy-paste or type the above example onto a Notepad and save as practice.html (do not forget the html extension). Open the document using your web browser. You will notice that the texts would be displayed without the tags.

For my successive posts, I will be discussing different HTML tags and their basic attributes.

Please continue reading...

Check Page Rank of any web site pages instantly:
This free page rank checking tool is powered by Page Rank Checker service