What's wrong with the following HTML markup: <p style"font-size:10px;">Copyright <span>2015</span></p>?

The style attribute is missing an equals (=) sign.

But under the current HTML standards, the double-quotes (") above are optional, as long as the attribute value has no spaces.

SM

Related HTML and CSS Mentoring answers

All answers ▸

What's the difference between por and para in Spanish?


How do you link a CSS document to a HTML file?


Simplify the brackets, (x+1)(x+2)


How do I setup my HTML/CSS environment?