Lesson #10.Font Family. HTML Basics II.
Keeps asking:
Oops, try again. Did you remember to change the second
to the font Verdana?
<li style="font-size:12px;" "font-family: Verdana">This item is medium Verdana.</li>
Big title
This item is big Arial.
This item is medium Verdana.
This item is small Impact.
why do you think this is in the template? Please post your code so we actually help you.
I have put the code here and can’t see it.
the style attribute runs till the second quotation mark, if you multiply property’s (font-size, color, font-family) you separate them by semi-colon, no additional quotation marks:
style="font-size: 16px; color: red"