Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
Source by www.quora.com #
 
PREVIOUS NEXT
Tagged: #change #logo #title #webpage
ADD COMMENT
Topic
Name
4+4 =