Advertisement
Guest User

Untitled

a guest
Sep 30th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.68 KB | None | 0 0
  1. Assignment 01
  2. <h1><p>This is my <em> first </em> webpage assignment.  It is very <strong> much </strong> what I want it to be.</p></h1>
  3.  
  4. <h2><p>This is the second <q>paragraph</q> and it is <button>also</button> very much what I want it to be.</h2></p>
  5. <ul>
  6.     <li>Who</li>
  7.     <li>When</li>
  8.     <li>Where</li>
  9. </ul>
  10.  
  11. Assignment 01 Bonus
  12. <table>
  13.     <tr>
  14.         <th>Question</th>
  15.         <th>Answer</th>
  16.         <th>Correct?</th>
  17.     </tr>
  18.     <tr>
  19.         <td>What is the largest bear</td>
  20.         <td>Grizzly</td>
  21.         <td>Yes</td>
  22.     <tr>
  23.         <td>What is the capital of Australia</td>
  24.         <td>Victoria</td>
  25.         <td>Correct???</td>      
  26. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement