Web Page Design

Text Wrangler Assignment 6

You are to create a sixth web page in Text Wrangler using the skills you learned in your first few assignments. Save in your TextWrangler folder as Yourfirstname_assignment6.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 Wacky Wednesday.
  2. You are not to copy any of the coding except the first two line which are below. 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. This assignment is worth 50 points.
  3. You are to print the source and the web page after it is viewed.

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

 

You will be including an ordered list in this assignment.

In order to create a number bullet you use the following tags and format:

<ol>

<li>Bullet number one</li>

<li>Bullet number two<lil>

<li>Bullet number three</li>

</ol>

Your assignment should look like the image below: