Source code
Revision control
Copy as Markdown
Other Tools
<html>
<head>
<style type="text/css">
div {
height: 100px; width: 100px;
background-color: blue;
float: right;
}
</style>
</head>
<body>
<div></div>
</body>
</html>