HTML
CSS
JavaScript
<div class='box'>This is a box</div>
.box { display: block; width: 200px; height: 100px; background-color: lightblue; }
// No JavaScript required for this demo
This is a box