<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
a {
display: block;
width: 190px;
height: 45px;
/***************************
****************************
This is a style for the logo.
****************************
***************************/
background: url('/build/images/w3docs-logo-black.png') no-repeat center center
}
</style>
</head>
<body>
<h1>Comment Example</h1>
<a href="https://www.w3docs.com/"></a>
</body>
</html>