HTML (Hypertext Markup Language)
HTML is a special language used for creating web pages
for the Internet.
The instructions in an HTML page tell a web browser (such as Internet Explorer or Netscape) how to
display a web page.
It uses tags to identify
sections of the page.
Example : <head> indicates the start of the Header section and
</head> indicates the end.
The shape of an HTML page is :
<html> |
|
<head> |
|
|
The header -
identification and search keywords etc |
</head> |
|
<body> |
|
|
The body -
data which is to be displayed and formatting instructions
indicating how it is to be displayed. |
</body> |
|
</html> |
|
There are many HTML editors available (eg
Microsoft Frontpage) which are software packages used to create
web pages. Displays are WYSIWYG and you do not need to know any
HTML syntax.
Hyperlinks allow the user to move
from one web page to another.
|