From 8ffad01d46650728ddfbb014951825c356f531d8 Mon Sep 17 00:00:00 2001 From: Vaibhav Chaubey <88048439+vaibhavchaubey@users.noreply.github.com> Date: Sun, 2 Oct 2022 13:03:19 +0530 Subject: [PATCH] Added Favicon I have added information about the favicon which is very useful while creating a website. --- html.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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.

+ + + +``` +