
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.