1<link rel="shortcut icon" href="{{ asset('favicon.ico') }}">
2<link rel="icon" type="image/png" href="{{ asset('favicon.png') }}">
1<link rel="shortcut icon" type="image/jpg" href="https://cdn0.iconfinder.com/data/icons/canada-flaticon/64/POUTINE-french_fries-traditional-canada-cheese-512.png"/>
2
1...
2<title> Sammy’s First Website </title>
3<link rel="shortcut icon" type="image/jpg" href="Favicon_Image_Location"/>
4...
1<!DOCTYPE html
2 PUBLIC "-//W3C//DTD HTML 4.01//EN"
3 "http://www.w3.org/TR/html4/strict.dtd">
4<html lang="en-US">
5<head profile="http://www.w3.org/2005/10/profile">
6<link rel="icon"
7 type="image/png"
8 href="http://example.com/myicon.png">
9[…]
10</head>
11[…]