Skip to content

Instantly share code, notes, and snippets.

@abdullahalim
Last active December 2, 2022 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdullahalim/8248397 to your computer and use it in GitHub Desktop.
Save abdullahalim/8248397 to your computer and use it in GitHub Desktop.
Panduan untuk mengganti title icon di HTML
<html>
<head><title>Icon-Title</title>
<link href='http://wallpaperback.blogspot.com/favicon.ico' rel='shortcut icon'>
</head>
<body>
<h1>Cara Mengganti Icon di sebelah Title</h1>
<h2>Lihat di Baris 3</h2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment