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
+ 3

What's wrong with the following HTML markup?

24th Jul 2017, 4:19 PM
Isack Cyprian
Isack Cyprian - avatar
5 Answers
+ 7
#1 don't write your question on the tag space, instead use the description space. better like this... <p> <span style="font-size: 10px; ">2015</span> copyright </p>
24th Jul 2017, 4:26 PM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 3
@Nomeh Uchenna Gabriel I think he pasted inside that because of when you write question you'll see relevant "tag" so he pasted in there 😆
24th Jul 2017, 4:39 PM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
0
The tags <p> are not closed properly and the style attr is not used in any tag Maybe you wanted to: <p style font-size:"10px"> copyright <span>2015 </span></p>
24th Jul 2017, 4:25 PM
Tiago Soares
Tiago Soares - avatar
0
style
29th Jul 2017, 11:04 AM
Ndohele
0
and tag
29th Jul 2017, 11:06 AM
Ndohele