Quick, easy, and no setup required. Say you have some HTML: <html>
<body>
<p>
This is my body
<span>
text
</span>
.
</p>
<div>
<p>
Then here's another body
<span style="width=300px;">
STYLED
</span>
</p>
</div>
</body>
</html> Your first question might be: but why? Honestly, I don’t really know, but…