Lesson Nineteen: Creating a Blog

  1. Enter the Skeleton Code below into a new file.
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>The Animal Kingdom Blog</title>
    <link rel="stylesheet" type="text/css" href="akblog.css">
    </head>
    <body>
    <h1>The Animal Kingdom Blog</h1>
    </body>
    </html>
  2. When you are confident that your code is correct:

    Click File, Save As and save your file in the c:\historytree folder as akblog.html.

    Double click the akblog file to view your blog webpage. Sample

Lesson Twenty: The Header Element