What’s wrong with the following HTML markup? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

What’s wrong with the following HTML markup?

<p style"font-size:10px;">Copyright <span>2015</span></p>

29th May 2019, 9:23 AM
Jigar Jain
Jigar Jain - avatar
6 Answers
+ 12
<p style="font-size:10px;">Copyright <span>2015</span></p> That is write code
30th May 2019, 7:43 PM
Anwar Ali
Anwar Ali - avatar
+ 7
https://code.sololearn.com/WB8ux0SGNx2a/?ref=app Hi! Use style = "font-size: 10px"
29th May 2019, 9:28 AM
Ivan
Ivan - avatar
+ 7
Place a = equal to sign after style attribute. Thanks
29th May 2019, 9:32 AM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 6
'=' is missing after 'style' attribute 😇
31st May 2019, 3:27 AM
Arb Rahim Badsa
Arb Rahim Badsa - avatar
+ 3
Why are you answering for your own question Jigar Jain
31st May 2019, 11:38 AM
Csg
+ 1
Equal sign is missing after style.
31st May 2019, 11:37 AM
Csg