- What is the family of each of these fonts?
- Sans Serif:
Rumplestiltskin
- Old Style:
Rumplestiltskin
- Decorative:
Rumplestiltskin
- Slab Serif:
Rumplestiltskin
- Script:
Rumplestiltskin
- Modern:
Rumplestiltskin
- What are the distinguishing characteristics of each of these font
families?
Old Style Slab Serif Modern Sans Serif Script
Decorative
Ans:
- Old Style: Some of the letters (e.g., h, l and k) have diagonal serifs.
- Slab Serif: Serifs are horizontal, and the thickness of the serifs are
equal to or greater than the thickness of the main strokes.
- Modern: Serifs are horizontal, but the thickness of the serifs is
narrower than the thickness of the main strokes.
- Script: The letters look like they were drawn with a calligraphy pen.
- Decorative: The shape of the letters is artistic and/or unusual.
- Which of these font families makes printed text easiest to read?
Ans: Old Style or Modern.
- Which of these font families makes printed in a browser to read.
Ans: Sans Serif
- True or False. Never use more than one font on a page.
Ans: False. Two fonts can and should be used on a page if there is
good contrast between
them. Three different fonts should only be used with a good reason.
- True of False. The more script and decorative fonts that
you can use in your websites the better.
Ans: False. Do not overuse script and decorative fonts. Use them
only in special situations.
- Try creating the following table by typing the HTML code in directly:
Ans:
<table>
<tr> <td>abc</td> <td>def</td> </tr>
<tr> <td>ghi</td> <td>jkl</td> </tr>
</table>