| |
Latest News
March 12, 2003
NEWS HEADER HERE
If you're interested in licensing or reselling
in your country, please
free to contact us We offer exclusive licensing or reseller volume
rates, depending on your marketing approach. Also, if you would
like to distribute a localized version E in your country, we'd be
glad to assist you in translat

Quick Links
|
|
HTML Tutorial
HTML Tutorial
- HTML stands for Hyper Text Markup Language
- An HTML file is a text file containing small
markup tags
- The markup tags tell the Web browser how
to display the page
- An HTML file must have an htm or html file
extension
- An HTML file can be created using a simple
text editor
HTML Tags
- HTML are used to mark-up HTML elements
- HTML tags are surrounded by the two characters
< and >
- The surrounding characters are called angle
brackets
- HTML tags normally come in pairs like <b>
and </b>
- The first tag in a pair is the start tag,
the second tag is the end tag
- The text between the start and end tags is
the element content
- HTML tags are not case sensitive, <b>
means the same as <B>
The most important tags in HTML are tags that define headings,
paragraphs and line breaks.
The best way to learn HTML is to work with examples. We have created
a very nice HTML editor for you. With this editor, you can edit
the HTML source code if you like, and click on a test button to
view the result.
|
|