<!doctype html><style>
body {
background: black;
width: 620px;
}
div {
display: inline-block;
width: 33.3333%;
height: 100px;
background: orange;
}
</style><body><div></div><div></div><div></div>