+ 10
Whatâs wrong with the following HTML markup?
<p style"font-size:10px;">Copyright <span>2015</span></p>
6 RĂ©ponses
+ 12
<p style="font-size:10px;">Copyright <span>2015</span></p>
That is write code
+ 7
https://code.sololearn.com/WB8ux0SGNx2a/?ref=app
Hi! Use style = "font-size: 10px"
+ 7
Place a = equal to sign after style attribute.
Thanks
+ 6
'=' is missing after 'style' attribute đ
+ 3
Why are you answering for your own question Jigar Jain
+ 1
Equal sign is missing after style.