HTML Style attribute

<h1 style = "font-family:Helvetica; color:red; text-decoration:blink; text-align:center; background-color:green;">red blinking text centered</h1>

red blinking text centered

<div style = "font-family:Helvetica; color:blue; text-decoration:blink; text-align:center; background-color:gray; font-size:xx-large">
all of this text<br>
is blue,xx-large, blinking, centered<br>
with a gray background
</div>


all of this text
is blue,xx-large, blinking, centered
with a gray background