Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html>
<head><style>
span { color: green; }
</style></head>
<body>
<div><span>T</span>est</div>
<div style="float:left; width:100px; height:200px; background:yellow;"></div>
<div style="clear:both"><span>T</span>est</div>
</body>
</html>