Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to add a logo icon in HTML

<!DOCTYPE html>
<html>
  <head>
    <title>This is a title</title>
    <link rel = "icon" type = "image/png" href = "/icon.png">
    <!-- For apple devices -->
    <link rel = "apple-touch-icon" type = "image/png" href = "/icon.png"/>
  </head> 
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: bootstrap 4 center div 
Html :: justify-content-between bootstrap 4 
Html :: html power 
Html :: how to add a link in html 
Html :: html entity and 
Html :: jinja2 iterate dict 
Html :: html skype call 
Html :: href disable underline 
Html :: comment in html 
Html :: markdown new page break 
Html :: meta refresh url 
Html :: html click to call 
Html :: how to embed audio in html 
Html :: bootstrap 5 border shadow 
Html :: bootstrap 5 vertical align 
Html :: classs for making text bold in bootstarp 
Html :: input required 
Html :: multi line comment html 
Html :: laravel csrf fields 
Html :: align image/text 
Html :: md bootstrap cdn 
Html :: randome code 
Html :: accept only numbers in textbox 
Html :: copyright symbol html 
Html :: select tag html 
Html :: pass a method to composite jsf 
Html :: how to make a dark mode html 
Html :: jinja avoid auto escape 
Html :: div table bootstrap 4 
Html :: phone number button on website 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =