HTML5 Exercise 4
Exercise 4 Learning Outcomes:
I developed the skills to:
- Select fonts used to display text
- Specify font size and other font styling properties
- Align text both horizontally and vertically on a webpage
- Use the Float and Clear CSS properties to properly position images and text
- Use an “@media print” CSS style rule to format webpages for printing
During this session, I developed an understanding of:
- Different font family types
- How Float and Clear is used to display content on a webpage
- How to correct overflow issues that may occur when an element is larger than the element containing it
Visit Exercise Page