Hypertext Markup
Language (HTML) - A language used to create
electronic documents,especially pages on the World
Wide Web (WWW), that contain connections called
hyperlinks. Hyperlinks allow users to jump from one
document to a related document by clicking an icon or
a hypertext phrase. For instance, you might jump from
a company name on a Web page to the company 's home
page on the Internet..
HTML CODING LOOKS LIKE
THIS BEFORE BEING PUT ON TO THE INTERNET:
<!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR"
content="Microsoft FrontPage 2.0">
<title>HTML Coding</title>
</head>
<body bgcolor="#FFFFFF">
<div align="center">
<center>
<font color="#0000FF"
face="Arial"><em>
<strong><u>HTML CODING</u></strong></em></p>
<blockquote>
<p><font face="Arial">Hypertext Markup Language
(HTML)- A language used to create electronic
documents,especially pages on the World Wide
Web(WWW), that contain connections called hyperlinks.
Hyperlinks allow
users to jump from one document to a
related document by clicking an icon or a hypertext
phrase. For instance, you might jump from a company
name on a Web page to the company 's home page on the
Internet.See hyperlink, hypertext.</font></p>
</blockquote>
</body>
</html>