Bartko

test

Dec 1st, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.98 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7. <title>Sue Student</title>
  8.  
  9. <meta charset="UTF-8">
  10.  
  11. </head>
  12.  
  13.     <body>
  14.  
  15.         <div>
  16.             <h1> Welcome <span style="color:blue">Sue Student</span> from Introduction to Programming.</h1>
  17.         </div>
  18.             <cite>
  19.             Make sure your code passes the <a href="https://validator.w3.org/nu/">W3C HTML Validator</a> before submitting the assignment.
  20.             </cite>
  21.             <p>
  22.             Make sure your title tag in the HTML contains this:
  23.                 <strong> &lt;title> ... Sue Student ... &lt;/title> </strong>
  24.             </p>
  25.        
  26.         <ul>
  27.             <li> <a href="https://images.pexels.com/photos/209083/pexels-photo-209083.jpeg">BE</a></li>
  28.             <li> <a href="https://images.pexels.com/photos/7376/startup-photos.jpg">DO</a> </li>
  29.             <li> <a href="https://images.pexels.com/photos/260184/pexels-photo-260184.jpeg">HAVE</a> </li>
  30.         </ul>
  31.        
  32.     </body>
  33.  
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment