HyperText Markup Language. The language used to create World Wide Web pages, with hyperlinks and markup for text formatting (different heading styles, bold, italic, numbered lists, insertion of images, etc.).
Below is what the above paragraph looks like in HTML format:
<p>HyperText Markup Language. The language used to create World Wide Web pages, with hyperlinks and markup for text formatting (different heading styles, bold, italic, numbered lists, insertion of images, etc.).</p>
Here are a few sites to help you better understand HTML:
HTML Code Tutorial
HTML Cheatsheet
How Web Pages Work
Tags: Cheatsheet, Design, HTML, Lists, Tutorial