Free Web space and hosting from freehomepage.com
Search the Web


HOME
BASIC TUTORIAL
What is Html?
Sample Web Page
Basic Tags
Character Entities
Html Links
Frames
Tables
Lists
Forms
Images
Backgrounds
APPENDIX
Html Tag List

What is Html?

Html stands for Hypertext Markup Language. It is the most used code for creating web pages on the World Wide Web (WWW). It uses markup tags, which are encased between < and >.
These tags tell the web browser (Internet Explorer, Netscape, etc.) how to display the web page. Such tags include
<html>, <body>, and <p>. Almost all tags come in pairs, such as <p> and </p>.
An html file can be created with a simple text editor. All html files must end with either
.html or .htm. To learn how to create a simple web page, click on “next”.

Much of what I learned to create this tutorial I found on www.w3schools.com.
Back to Top
Lewisville Middle School-2003