Lesson Nineteen: Creating a Blog
- 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>
- 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.
Lesson Twenty: The Header Element