Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Sue Student</title>
- <meta charset="UTF-8">
- </head>
- <body>
- <div>
- <h1> Welcome <span style="color:blue">Sue Student</span> from Introduction to Programming.</h1>
- </div>
- <cite>
- Make sure your code passes the <a href="https://validator.w3.org/nu/">W3C HTML Validator</a> before submitting the assignment.
- </cite>
- <p>
- Make sure your title tag in the HTML contains this:
- <strong> <title> ... Sue Student ... </title> </strong>
- </p>
- <ul>
- <li> <a href="https://images.pexels.com/photos/209083/pexels-photo-209083.jpeg">BE</a></li>
- <li> <a href="https://images.pexels.com/photos/7376/startup-photos.jpg">DO</a> </li>
- <li> <a href="https://images.pexels.com/photos/260184/pexels-photo-260184.jpeg">HAVE</a> </li>
- </ul>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment