Site hosted by Angelfire.com: Build your free website today!

 

HTML Basic Structure

This is the basic structure of all HTML documents. This is the simplest webpage you can create. It is an empty page with no title.

Try it out for yourself!

Cut and paste the following HTML code into the form window below and press the check it out button to see the resulting webpage.

<html>
<head>
<title>
</title>
</head>
<body>
</body>
</html>

Creating your own webpage

Follow these simple steps to create your own webpage and to view your created webpage in your browser.

Go to Top of PageGo to Top of PageCreate your own webpageCreate your own webpage

 

 

HTML OverviewHTML RequirementsHTML TagsHTML Document StructureViewing HTML Source CodeHTML Heading TagHTML Paragraph TagHTML Line Break TagHTML Comment TagHTML Horizontal Rule TagHTML Block Quote TagsHTML Font Size AttributeHTML Font Colour TagHTML Font Type TagHTML Teletype TagHTML Alignment TagHTML Ordered ListsHTML Unordered ListsHTML Definition ListsHTML Anchored Link TagsHTML Mailto Link TagsHTML Image TagsLets create a webpageTake the HTML QuizHTML Quick Reference GuidePublishing your Website