Lab 2
Your task is to create an HTML website with at least:
- A <h1> element with your first and last name
- 2 images (one local and one remote)
- 1 unordered list with at least 3 links/anchors as list items
(2 local and 1 remote)
- 1st local page will contain 5 additional tags
discussed in class
- 2nd local page will contain 3 additional tags not
discussed in class. Using 1 ordered list, list each tag you
have selected and give a brief description of that tag
- 3rd link can be a 'friendly' remote link (e.g. csub.edu,
google.com, facebook.com, etc.)
A time-saving strategy is to develop HTML code on
your PC then upload the file to odin when you are happy with
the final product. Follow these instructions to implement this strategy.
- Open Notepad++ and write some HTML. Save
your file as lab2.html.
Keep the file and the Notepad++ window open.
- Open lab2.html in firefox.
- Return to the Notepad++ window. Make some changes to your code.
Save the file.
- Return to the Firefox browser window. Click
Reload (the circular arrow in the Icon Bar). You
should see your changes.
- Repeat the process until you are satisfied with your code.
- Finally, upload lab2.html
to the cs2680 folder in
your odin account. Verify that your web page is viewable
on your web account.
Congratulations. You have completed the second lab in CMPS2680.