Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 100px;
height: 100px;
float: left;
background-color: green;
}
</style>
</head>
<body>
<div></div>
</body>
</html>