




 Home

 Company

 Technologies »

 Services

 Portfolio

 Process

 Data Warehousing

 Contact Us




|

HOME
>> TECHNOLOGY >>
HTML

|
HTML-HYPERTEXT MARKUP LANGUAGE:
|
|
|
What is HTML?
|
|
- 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 Elements:
|
|
|
|
- HTML documents are text files made up of HTML elements.
- HTML elements are defined using HTML tags.
|
|
| HTML
Tags: |
|
- HTML tags are used to mark-up HTML elements
- HTML tags are surrounded by the two characters
- 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>
|
|
| |
NEXT
» |
|
|
|