How can you change the text color of an <h2> element without using CSS?
<h2>
Using the font attribute
font
You can't do it without CSS
Using inline JavaScript
Using the color attribute
color