Web Page Design

Text Wrangler Assignment 5

You are to create a fifth web page in Text Wrangler using the skills you learned in your first few assignments. Save in your TextWrangler folder as Yourfirstname_assignment5.html. To complete this assignment, you might need to refer to TextWrangler assignment key terms and the basic HTML coding link.

Instructions:

  1. The "Title" for your web page is Bellringers are Great.
  2. You are not to copy any of the coding except the first two line which are below.
  3. The second heading is a level 3 heading.
  4. You are to put your name in italics after the last horizontal rule. In the following format
    Written by: Your name
  5. If you are caught cheating (copying off of someone else's computer or copying more of the code) or off task you will receive a big fat 0 for this assignment.
  6. This assignment is worth 50 points.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>

Your assignment should look like the image below:

HTML Coding Assignment 5