




 Home

 Company

 Technologies

 Services

 Portfolio

 Process

 Data Warehousing

 Contact Us





|

HOME
>> TECHNOLOGY >>
HTML

| Basic
HTML Tags: |
|
|
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. |
|
| Headings: |
|
Headings
are defined with the <h1> to<h6> tags. <h1>
defines the largest heading and <h6> define the smallest
heading. |
|
| Paragraphs: |
|
- Paragraphs are defined with the <p> tag.
- HTML automatically adds an extra blank line before
and after a paragraph
|
|
| Line
Breaks: |
|
|
The <br> tag is used when you want
to end a line, but if don't want to start a new paragraph.
The tag forces a line break wherever you place it.
|
| |
|
Comments in HTML:
|
|
|
The comment tag is used to insert a comment
in the HTML source code. A comment will be ignored by
the browser. You can use comments to explain your code,
which can help you when you edit the source code at a
later date.
|
|
|
« BACK |
NEXT »
|
| Need more answers; Search Google |
|
|
|
|
|