HTML
HTML stands for Hyper Terminal Markup Language.Its very easy to understand and to use.
It consist of tags.HTML was invented to describe the structure of the document and not their appearance.But u can use it to produce all kind of special effects.U can type ur HTML code on any simple text file example notepad,Word Processor etc.
Type the HTML code and save the text file as *.html and then try opening it using Internet Explorer or any other browser.
Hence U can make ur home page Offline.
I told u about HTML tags....These tags are ssed to send instructions to the browser that will "read" the web page.
The browser will then arrange the page appearance according to the tags.
The most common tags are
<HTML> ------->It states that HTML code has begun
<HEAD> ------->As name suggest
<TITLE> ------->Tittle appears on top of the window.
</TITLE>
</HEAD>
<BODY> -------->The body of ur page is described here
</BODY> -------->End of the body
</HTML> -------->End of html code
These are the tags that r found in almost every html code.
Anything found embedded in "<>" is a tag.Character " / " shows
that tag has ended.
The appearence of what u produce is controlled by the tags and not by the Spaces and gaps on the page
So the first thing u need to do is begin a new text document with <HTML> and the corrosponding tags.
Save the file as home.html file.The various tags used in HTML for different purposes are coming up next.But first u need to organise ur files that u want to include in ur web site.