Answers for "html title logo"

3

html title

<head>
  <title>My page title</title>
</head>
<script>
  document.title = "My new title";
</script>
Posted by: Guest on March-14-2021
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

Browse Popular Code Answers by Language