reading-notes

Class 5

Back to home page

HTML Media

Q. What is a real world use case for the alt attribute being used in a website?

Q. How can you improve accessibility of images in an HTML document?

Q. Provide an example of when the figure element would be useful in an HTML document.

Q. Describe the difference between a gif image and an svg image, pretend you are explaining to an elder in your community.

Q. What image type would you use to display a screenshot on your website and why?

Learn CSS

Q. Describe the difference between foreground and background colors of an HTML element, pretend you are talking to someone with no technical knowledge.

Q. Your friend asks you to give his colorless blog website a touch up. How would you use color to give his blog some character?

Q. What should you consider when choosing fonts for an HTML document?

Q. What do font-size, font-weight, and font-style do to HTML text elements?

Q. Describe two ways you could add spacing around the characters displayed in an h1 element.

Things I want to learn more about.

Looking more into styling with fonts interests me, i didnt realize you could do way more with the actual text then i thought. As well as looking more into the box-model in css.