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

 

Adding a title to you webpage

The code below creates an empty webpage. Only the title of the webpage is set. This can be found in the top left hand corner of your broswer.

Try it out for yourself!

Examine the HTML code blow. 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. The title will be displayed in the top left hand corner of your browser.

<html>
<head>
<title>Edgar Degas</title>
</head>
<body>
</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 TagsTake the HTML QuizHTML Quick Reference GuidePublishing your Website