Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to add title icon in html

<link rel="icon" href="//add image link or image path" type="image/x-icon">
Comment

html title

<head>
  <title>My page title</title>
</head>
<script>
  document.title = "My new title";
</script>
Comment

html title

<head>
<title>This is the title of the Website</title>
</head>
Comment

html add title

In your <head> tag, add:

  <title>My Epic Title Name</title>
Comment

html title

<title>Grandma's Heavy Metal Festival Journal</title>
Comment

PREVIOUS NEXT
Code Example
Html :: taka html code 
Html :: html input type file accept text and word files 
Html :: make element disappear on smaller screens in bootstrap 
Html :: centre text bootstrap 
Html :: html img size 
Html :: adding a favicon in html 
Html :: How to display Base64 images in HTML? 
Html :: html ß 
Html :: input type="file" and display image 
Html :: gender selection in html 
Html :: html starter 
Html :: adding image in html 
Html :: html accept png and jpg 
Html :: fontawesome cdn 
Html :: html file 
Html :: tailwind css textarea 
Html :: how to change tab logo html 
Html :: less than symbol html 
Html :: twitter card meta tags 
Html :: htaccess code to remove .php extension 
Html :: angular foreach 
Html :: dutch phone pattern html 
Html :: how to add background video in html 
Html :: meta refresh 
Html :: html input type file accept excel 
Html :: tailwind css link 
Html :: how to show pdf as image in html 
Html :: pass text from input field to javascript function 
Html :: Hoow to open a css property in css 
Html :: how to stop button from affecting form submit in html 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =