Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<style>
div {
    background-color: rgb(0, 191, 255);
    color: rgb(255, 255, 255);
    padding: 20px;
}
</style>
<body>
<div>
<h1>London is the capital city of England.</h1>
<p>It is the most populous city in the United Kingdom,
with a metropolitan area of over 13 million inhabitants.</p>
</div> 
</body>
</html>