Mid-Term: Create a Personal Bio or Resume
Lets put together the knowledge of HTML that we have gained so far. For this task, use the previous tasks as a fundation to construct a personal resume using HTML. Your resume or bio page should contain most or all of the following elements:
- DOCTYPE
- <html>
- <head>
- <body>
- <h1>, <h2>, <h3>, etc.
- <p>
- <img>
- <strong>, <b> (How should these be used?)
- <ul>, <li>
- <table>, <tr>, <td>
- <address>
Optional tags include:
- <audio>
- <video>
- <aside>
- <blockquote>
- Any of the other tags mentioned during the first tasks.
Once your page is complete, be sure to check your markup using the W3C Markup Validation Tool.
Post a link to your validated HTML page on the discussion area for this task.
Be sure to give feedback to fellow learners so that we can learn from each other