+ 2
<spam>
What is the use of <spam>
4 Answers
+ 22
O_O We all wonder what do spammers gain too...
Did you perhaps mean <span>? It's used to split text for better styling.
Like <div> but inline instead of block...
<style>
.red {color:red;}
.blue {color:blue;}
</style>
<span class=red>Red</span> <span class=blue>Blue</span> <span>Black</span>
<!--helps you categorise you text.-->
<spam>O_O</spam>
<!--helps you get banned-->
+ 6
spam or span tag
+ 2
LOL. It is not <spam>. It is <span>. It is used to group texts before it it styled by css
https://code.sololearn.com/WEoS44rvq844/?ref=app