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

 

Adding a heading to you webpage

Look at the code below it adds a heading to the webpage and centers this heading.

Try it out for yourself!

Examine the HTML code below. Cut and paste (Ctrl c + Ctrl v) the following HTML code into the form window below and press the check it out button to see the resulting webpage.

<html>
<head>
<title>Edgar Degas</title>
</head>
<body>
<h2 align=center><font face="Arial, Helvetica, sans-serif" size="5">Introduction to Impressionist Artists</h2>
</body>
</html>

Creating your own webpage

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

Create 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 webpageHTML Quick Reference GuidePublishing your Website