Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
#1w3docs {
color: #160987;
font-size: 60px;
font-weight: bold;
text-align: center;
}
#2w3docs {
text-align: center;
font-size: 30px;
}
</style>
</head>
<body>
<div id="1w3docs">W3Docs</div>
<div id="2w3docs">
Learn programming
</div>
</body>
</html>