1 2 3 4 5 6 7 8 9 10 11
<!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>