On this blog we discussed about what is FAVICON on HTML and how to add your logo on favicon.
What is Favicon?
Favicon is a logo when you visit a site a logo show on your title bar.
Here is code:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Change of Favicon logo</title>
<link rel="icon" type="image" href="d:/mybloglogo.png">
</head>
<body>
</body>
</html>
Output:
Subscribe and See on video: Like and Subscribeफ़ेविकॉन क्या है और इसे कैसे चेंज करें
Comments
Post a Comment