Tuesday, 25 December 2012

We learn about HTML!!


HTML
A brief introduction on HTML

Today, we are going to discuss about HTML. Do you know what is HTML? H-T-
M-L are initials that stand for HyperText Markup Language. HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser. The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.

Beginning to write
You will write the HTML document on the word processor, or Notepad, WordPad, or Simple Text. When you are finished creating the HTML document, you'll then open the document in a browser, like Netscape Navigator. The browser will interpret the HTML commands for you and display the Web page.



How to write the html document?
When you write to the word processor you will need to follow a few steps:
1. Write the page as you would any other document.
2. When you go to save the document (Here's the trick), ALWAYS choose SAVE AS.
3. Then, put dot (.) html at the end of your document’s name. Done!



 However, there is a special character.
Desired character
HTML Required
< 
&lt;
> 
&gt;
&
&amp;
&quot;
Non-breaking space
&nbsp;

No comments:

Post a Comment