Computer Hope

Other Pages

Home
Site map
Computer help

Dictionary
News
Q&A
What's new

Tools

E-mail this page
Print Preview
Edit this page



 

HTML

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

 

Index

Category:
Dictionary

Related Pages:
H - Definitions

 

Resolved

Were you able to locate the answer to your questions?

Home - Computer help - Contact - Dictionary - Links
Link to Computer Hope - Bookmark Computer Hope