HTML: Hyper Text Markup Language
HTML is the language that creates most web pages. HTML uses "tags" to tell your browser how to format the web page with headlines, paragraph, tables, input forms, pictures, and more.
Sample
<html>
<body>
<h1>Hello World</h1>
This is a simple web page.
</body>
</html>
Comments?
Do you have a comment, question, feedback or idea?
Click here to email us!