1. Home
  2. Computing & Technology
  3. JavaScript

HTML

By , About.com Guide

Definition: HTML is not a programming language, It is a method of marking up the content of your web page so that a web browser knows how you want it displayed. HTML consists of a number of different tags that you surround the various pieces of your page content with to identify what that content is. For example you surround each paragraph with paragraph tags. The web browser then knows how to display the content based on which tags you have used. You can modify the way that a web browser processes your HTML using stylesheets.
Also Known As: HyperText Markup Language
Examples:
<p>This is a paragraph.</p>
Explore JavaScript
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. JavaScript
  4. Reference
  5. Javascript Glossary - HTML

©2009 About.com, a part of The New York Times Company.

All rights reserved.