Poem and Shopping List: We needed to show our competency with the HTML text formatting tags (headings, paragraphs, bold, italic, underline, line break, superscript, and subscript) to create a shopping list and a poem.
Poem (I added a div and CSS styling)
Shopping List
Styling with inline CSS: We learned to write inline CSS code to style our poem. We changed the background color, font, font size, and font color to make the poem look better.
The image tag: We learned to use the image tag to add images to our poem. We also learned how to add a border (although I already knew) to paragraphs and headings.
Hyperlinks: We learned how to use hyperlinks to link between our website pages and other pages. We also learned how to make the link open a new tab instead of replacing the page we were already on.
Lists: We learned how to use lists. We made both ordered lists (numbers) and unordered lists (bullet points).