It's week 2, and we're learning about cascading styles. Formatting the background and fonts and such of the text on the webpage. We've got embedded css, which is written directly into the .html file and external css, which is written on a separate file and linked into the .html file. For the moments when you only want to apply style to a single instance of an element, there are inline styles, which is also embedded.
In our lab, we're experimenting these options. I'm thankfully about half done, as evidenced below
No comments:
Post a Comment