how to add a title picture in html
<link rel = "icon" type = "image/png" href = "name-of-image.png">
how to add a title picture in html
<link rel = "icon" type = "image/png" href = "name-of-image.png">
how to add image in title bar
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
how to add title image in html5
<!-- HTML code to add icon in the title bar -->
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8"/>
<title>HTML icon</title>
<!-- add icon link -->
<link rel = "icon" href ="https://unsplash.com/photos/bpJ8qeyo1-w"
type = "image/x-icon">
</head>
<body>
<h1 style = "color:green;">ADDING WEBSITE ICON </h1>
<p>New icon added in the title bar</p>
</body>
</html>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us