Shopping List & Poem: I learned basic HTML text formatting tags (heading, paragraph, bold, italic, underline, line break, superscript, subscript) to create a shopping list, then applied the skills to write a poem.
poem
shopping list
Styling with inline CSS: we learned to write inline CSS code to set the font color, background color, font family, and font size to style the poem we wrote earlier.
Styling with Border and Inserting an Image: we learned how to align text, add a border, and insert a picture into our previously written poem.
Hyperlinks: in this exercise, I learned to insert absolute and relative hyperlinks into my HTML document. The title "Shopping List" below links to the Trader Joe's website, and it is opened in a new tab. When the word "Here" is clicked, this relative link will open the poem I created in the previous class.
List Demo: in this exercise, I learned how to create an ordered list and an unordered list to remind me of the project requirements.