Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Jasmine Lopez

Unit 8

1.) The sans-serif fonts are Georgia and Times New Roman.
2.) Serifs are embellishments on the ends of characters.
3.) In fonts that arent fixed-width, each letter is a different width.
4.) Fonts are often known as proportionally-spaced fonts, as each characters width on paper is
proportional to its actual width.
5.) Proportional fonts tend to be more readable and look more professional.
6.) A typical reference book on CSS runs to over 600 pages.
7.) A class is a style that you can use anywhere on a web page, rather than for a particular HTML
tag.
8.) There are 2 differences between this style and the others that we have created. First, we chose
our own name for the style, rather than using the name of an HTML tag. Second, the style name
starts with a dot. The dot is what tells the browser that this is a class rather than an HTML tag
style.
9.) The main benefit of using styles in HTML pages is they make it easy to make wide reaching
changes to a website with a single click.
10.) The two things that you need to know about to gain maximum benefits from CSS are: First,
keep the number of styles (tag and class) to a minimum. Second, choose your class names with
care.

You might also like