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 ▸

How do I get better at Maths?


Many different data types can be stored on a computer system. Five common data types are string, Boolean, real, character and integer. Give suitable examples of data that could be held in each data type.


How to go about designing a responsive HTML 5 website


How can I express x^2 - 7*x + 2 as (x - p)^2 + q ?