amati
А это все.
Впрочем, если добавить обрамление (см ниже) - все-равно не проходит. Таже ошибка.
<html>
<head></head>
<body>
<p style="font-weight: bold; color: orange; font-size: 16px">
CSS is the acronym for "Cascading Style Sheet".
</p>
</body>
</html>```
А вот само задание:
More styles
Improve the paragraph styling by adding all the styles we have already learned.
Make the text bold and the color orange.
The font size should be 16px.