
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.