Gain experience using:
Headings (h1, h2, etc.)
Links (both between your pages and to an external site)
Text formatting (strong, em, etc.)
Images (don't forget the alt attribute)
Line breaks
Ordered lists
Unordered lists
Create a web site that consists of at least two web pages and presents a mini biography of yourself or another person. Use each of the HTML features listed above. Be creative, organize the page as you like and include whatever content you wish. In addition:
Include all the HTML elements that you need to put at the top of your web page (<!DOCTYPE html>
and all the stuff that goes in the head
element.) Don't forget the html
, head
, and body
elements.
Add a comment with your name and date in the head element.
Indent your code to reflect the structure of the HTML elements.
Name your home page index.html.
In link and image elements, use just the file name, not the path. For example:
<a href="childhood.html">My childhood</a>
<img src="myKitten.jpg">
Don't put spaces in folder or file names, just use letters, numbers, underscores, or dashes.
Put the images in the same folder with your two web pages.
To create your web pages, you can use Visual Studio Code, which runs on Windows, Mac OS, or Linux. Alternatively, on Windows, you can use Notepad++ or on Mac OS, Text Wrangler.
Zip the folder containing your html files and image files.
Upload the zip file using the link for Lab 1 on Moodle.
Here is a link to the criteria that I will use to grade your assignment:
Web Authoring Course Materials, 2018, revised 2023 by Brian Bird are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.