Developed
by Tim Berners-Lee in 1990, HTML is short
for HyperText Markup Language and is a language used to create electronic documents, especially pages
on the World Wide Web, that contain connections called hyperlinks to
other pages.
Below is an example of a basic web page
in HTML code.
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Example page</title>
</head>
<body>
This is an example of a basic HTML page.
</body>
</html>
|
- See our HTML
help page for additional information and help with HTML.
- HTML and HTM are also computer file
extensions for files containing HTML to be displayed on the
Internet. A listing of computer file extensions
can also be found here.
Also see: ASP, Hyperlinks, Programming
definitions, Markup language, Meta tags,
Source, Tag
|
|
| Resolved | Were you able to locate the answer to your questions? |
|
|