Wednesday, February 14, 2018

Some references for Wednesday, 2/14

You'll be working in groups today to answer these questions:

REVIEW QUESTIONS

1. List out some of the basic HTML tags that usually make up a page. What are some of the most common tags, what do they control, and what are a few useful ways you can style them?

2. Explain the difference between HTML and CSS, and explain the ways they relate to each other. Compare the way you can use "inline styling" and the way you can activate an external style sheet. Give at least two examples of CSS styling.

3. What is a "class" and "id," and how to you define a class/id? How do you "activate" a class on a web page? Give at least two examples of types of styling you can execute with a class/id.

4. Explain how images can be included in web pages. Compare the use of an image that you are hosting yourself, and an image that is hosted on some other site. Give at least two examples of ways images can be styled on a web page, and show the coding behind those styles. 


5. Explain how fonts can be used and styled on web pages. How can you prioritize fonts on a webpage, and how can you use a font that a user might not have installed on their own computer?Explain at least five properties of fonts that can be customized through CSS.


No comments: