+ 3
What's wrong with the following HTML markup?
5 odpowiedzi
+ 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>
+ 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 😆
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>
0
style
0
and tag