Inline styles, however, have quite a few limitations and lose many of the advantages of style sheets.

<html>
 <body><p style="color:blue;font-size:14px;">I need CSS treatment.</p><p style="color:blue;font-size:14px;">Me too.</p</body>
</html>
]]>

You've still got it! If we want to apply the same style to several HTML elements, we start getting duplicate code.

Let's talk about the border property and its special syntax at some other point, okay?