1) What’s wrong with the following code example?
2) What’s wrong with the following code example?
<ul class=”shopping-list”>
<p>Eggs</p>
<p>Milk</p>
<p>Butter</p>
</ul>
3) What does the following code example do?
.caption {
background-color: #ffffff;
}
4) What should go between the quotes in the following code example?
<img src=””>
6) Which image file type is not appropriate for use on the web?
7) GIFs are most appropriately used for which kind of images?
8) What typefaces can appear on modern websites?
9) At what resolution should Photoshop files be prepared?
10) What property refers to the space inside a CSS box?
11) Which CSS property controls the size of a typeface?
12) Leading is roughly equal to which CSS property?
13) What does the <div> tag do?
14) During this course, we created buttons by
16) Which CSS property controls the color of a font?
17) Tracking is roughly equal to which CSS property?
18) Which CSS property controls the left/right/center alignment of text?
#date {
fontsize: 14 pixels;
}
20) The best-practice HTML tags for coding navigation menus are