diff --git a/html.md b/html.md index b8534cb..15855dd 100644 --- a/html.md +++ b/html.md @@ -167,3 +167,27 @@ List the entries like in a dictionary or encyclopedia. Password:
``` + +## HTML Favicon + +A favicon is a small image displayed next to the page title in the browser tab.
+Add a `` element to your "index.html" file, after the `` element, like this: + +### Example + +```html +<!DOCTYPE html> +<html> +<head> + <title>My Page Title + + + + +

This is a Heading

+

This is a paragraph.

+ + + +``` +