To add style to an HTML element, start with the
style
attribute.
<html>
<body>
<h1 style="">Flowers by Ana</h1>
</body>
</html>]]>
Make sure to type
style
.