People
Companies
Institutions
Jobs
Q&A
News
AI Dasatoo
Log in
Home
Courses
Tutors
Books
Q&A
Ask and answer questions to make information more available to wider audiences.
Tags
Latest
Ask Question
Clayton Aarons
@
aaronsclayton
15, Jun 2023 12:00 AM
add a favicon in HTML
How to add a favicon in HTML?
answers
1
Answer 1
Anthony Bearcub
@
anthonybearcub
22, Jun 2023 10:59 AM
Below is the code to add a favicon. Access the code of your webpage and in the <HEAD> section add the following code.
<link rel=”icon” type=”image/png” href=”/favicon.png”/>
<link rel=”icon” type=”image/png” href=”https://example.com/favicon.png”/>