Shopping List & Poem - I learned basic HTML text formatting tags(heading, paragraph, bold, italic, underlie, line break, superscript, and subscript) to create a shopping list. Then I applied the skills to write a poem.
Styling With Inline CSS: I learned to write inline CSS code to set the font color, background color, font family, and font size to style the poem that I wrote earlier. In this example I styled such that the background color is light blue, the font family is "Brush Script MT", the font-size is 200%, and adjusted the colors of the lines such that one is red and the another is blue. I also highlighted a word in the third line.
Styling with Border and Inserting an Image: I learned how to align text, add order, and insert pictures. I then applied this to the poem that I wrote previously.
Hyperlinks: In this exercise, I learned to insert absolute and relative hyperlinks into my HTML document. The title "Shopping List" below links to the Whole Foods website. The Whole Foods website is opened in a new tab. When the word "here' is clicked, this relative link will open the poem that I created in the previous class.
List Demo: In this exercise, I learned how to create an ordered list and an unordered list which would remind me of the project requirements.