


























Great job! You learned how to style an important aspect of the user experience: fonts!
Let's review what you've learned so far:
font-family property changes the typeface of text.<link> element.line-spacingproperty.word-spacingproperty.letter-spacingproperty.font-weightproperty.font-style property.text-transformproperty.text-alignproperty.So far, you've learned how to style color and fonts. Note, however, that all of the styling you've used is always applied to all elements of one type on a web page. For example, a pselector in the stylesheet targets all <p>elements on the web page. How can we be more selective about the elements we'd like to style?
In the next unit, you'll learn how to organize and label your HTML code so that you can be more selective with your CSS styling.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。