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