<!DOCTYPE html>
<html>
<head>
<title>Title of the documnet</title>
<style>
.box {
background-color: #54bbff;
color: white;
display: inline-block;
padding: 10px;
}
</style>
</head>
<body>
<div class="box">
<h2>Welcome to W3docs!</h2>
</div>
</body>
</html>