mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(curriculum): add missing 'to' in favicon description in Basic HTML - Theory (#62782)
This commit is contained in:
parent
df1c1a3f3f
commit
254b4a08aa
@ -53,7 +53,7 @@ Another common use case for the `link` element is to link to icons. Here is an e
|
||||
<link rel="icon" href="favicon.ico" />
|
||||
```
|
||||
|
||||
A favicon, which is short for favorite icon, is a small icon typically displayed in the browser tab next the site title. A lot of websites will use a favicon to display their brand icon.
|
||||
A favicon, which is short for favorite icon, is a small icon typically displayed in the browser tab next to the site title. A lot of websites will use a favicon to display their brand icon.
|
||||
|
||||
# --questions--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user