PatrickFrankAIU / LunarSparkle2403A

Repository for ITWEB 200 students, Term 2403A (Summer 2024)
0 stars 0 forks source link

Site: Add a Favicon #9

Closed PatrickFrankAIU closed 3 months ago

PatrickFrankAIU commented 3 months ago

A "favicon" is a special type of image file, with the extension ".ico", which is placed on the tab at the top of the browser window and alongside the bookmark in some views of the browser's bookmarks collection (like the Bookmarks Bar). Code for Head section of HTML:

<link rel="icon" href="path-and-filename.ico" type="image/x-icon">

Note: You will have to adjust the filename in the above code to match the filename of your .icon file.

Note: I've already done the file conversion for this task, which is inside the attached ZIP. You'll need to extract the ZIP, then drag/copy the file into your Visual Studio Code project.

favicon.zip