add site name below logo html5 code code example
Example 1: how to change the logo in the title of a webpage
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- This is how you add your image below -->
<link rel = "icon" type = "image/png" href = "name-of-image.png">
</head>
<body>
</body>
</html>
Example 2: how to add a logo to a website logo in html
<IMG SRC="hostinger-logo.png" ALT="some text" WIDTH=600 HEIGHT=400>