In a text editor (Dreamweaver, Notepad, TextEdit, etc) create a document that contains the list of items below. Please, save this document as an HTML file. This means that your file should end in .html extention
The document must include these items
- A headline that contains your name
- 1 - 2 (one to two) paragraphs about yourself and what you hope to take away form this class. Also include any relavent web design experience, graphic design experience, what software you know, and how well you know it.
- a list of your 5 favorite activities
- another list of your top 3 favorite design programs (in order from best to worst)
- one inspirational or favorite quote... and who said it
- and an email address that I can use to contact you if necessary
You will Markup this document using the appropriate HTML tags we learned about in class this week
Here is a listing of them:
- <p>
- <h1> through<h6>
- <ul>, <ol>, <li>
- <strong>, <em>
- <html>, <head>, <body>
- <header>, <section>, <article>, <footer>
Tags you will probably not need to use for this assignment but I'm listing here anyway
- <figure>, <figcaption>
- <img>
- <a>