Shopping List: We learned basic HTML text formatting tags (heading, bold, italic, underline, linebreak, superscript, subscript) to create a shopping list, then we applied the skills to write a poem.
Shopping List
Poem
Styling with incline CSS: students learned to write inline CSS code to style the font color, background color, font family, and font size to style the poem that they wrote earlier.
Styling with Border and Inserting an Image: I learned how to align text, add border, and insert picture into my previously written poem. We learned about the <img> (image tag), how to size the image, 50%, src = "image link", and we also learned about border, the pixels , 2px, dotted, solid, or dashed.
(for a hyper link you do <a></a> and add href inside the a, for relative link you add the one you did with html at the end, for absolute, you can copy whatever website link into the quotations, then target equal blank can open that website on another tab.)
Hyperlinks: In this exercise, we learned how to insert absolute and relative hyperlinks to our html document. In the title "Shopping list", it links you to the target website, and it opens to a new tab. Down below guten free, the word "here" when clicked is a relative link that will open the constellation sheet from previous class.
Unordered and Ordered Lists: today we learned how to make an ordered list, which gives you a numbered list, and an unordered list, which gives you bullet points. We also reviewed how to change the background color and increase the font size.