Answers for "change title logo html"

1

how to add title icon in html

<link rel="icon" href="//add image link or image path" type="image/x-icon">
Posted by: Guest on November-17-2020
0

change the title in html using

document.title = "My New Page Title";
Posted by: Guest on September-28-2020
1

change html title

<title>This is the title</title>
Posted by: Guest on February-20-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language