Advertisement
KodingKid

HTML <title> tag and what it does

Apr 11th, 2021
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.22 KB | None | 0 0
  1. <DOCTYPE! HTML>
  2.     <html>
  3.         <head>
  4.             <title>Page 1</title>
  5.         </head>
  6.     </html>
  7.     <!--The title is what is displayed at the top of your browser (the name of the page you are currently on)-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement