Quiz #11
HTML 11 Quiz
Due: October 4
Open Notes
Instructions
Here's another list from Tony's journal: cell phone, iPod, digital camera, and a protein bar. You'll find it in his June 2nd entry. This is an unordered list of items. That means they can be displayed in any order because there is no sequence of events or steps.
The HTML for this entry is typed below.
- First, go ahead and change the code format for June 2nd in your index.html file to look like this:
<h2>June 2, 2005</h2>
<img src="images/segway1.jpg">
<p>My first day of the trip! I can't believe I finally got everything packed and ready to go. Because I'm on a Segway, I wasn't able to bring a whole lot with me:
cellphone,
iPod,
digital camera
and a protein bar
Just the essentials. As Lao Tzu would have said, <q>A journey of a thousand miles begins with one Segway.</q></p>
- Now add the HTML to change the items into an HTML unordered list (remember, you use <ul> for unordered lists.)
- Save your file and test the page in a browser.
- Turn in your [lastname] folder with the updated index.html into
RMK201/[period number]/Inbox/HTML 11.
Source: "Head First HTML: with CSS & XHTML" by Elisabeth Freeman and Eric Freeman
