Shopping List & Poem: Using basic HTML tags I learned about in class, I created basic webpages and lists with various text formattings.
(Above: Shopping List)
(Above: Poem)
Font Styling: After learning basic CSS styling skills, I then applied that to my poem to add various edits to things like font color, background color, and fonts
(Side and Above: Styled Poem)
Image Styling: With our third lesson in CSS, we learned how to create borders and add images to our webpages. We did this on our poem webpage, and here is the result.
(Side and Bottom: Styled Poem)
Hyperlink Styling: We first learned how to create hyperlinks using HTML, then applied it to our shopping list webpage. We also learned the difference between absolute and relative links, both of which were used in this webpage. Finally, we learned how to open links from our page to others using the "target" attribute, and applied this as well.
(Side: Styled Shopping List)
List Demo: In this demo, I learned how to create both ordered and unordered lists. We applied this to make a list to keep track of project requirements for an All About Me and More About Me HTML page.