To add an empty style attribute, type style, followed by the = sign and "".

<html>
<body>
  <h1 style="">Flowers by Ana</h1>
</body>
</html>]]>

Make sure to type style="".