Al Exia
5
Q:

title tag html

<html>
  <head>
    <title>Insert title here</title>
  </head>
</html>
3
<head>
<title>This is the title of the Website</title>
</head>
1
<title>Title to appear in the browsers tab of the page</title>
3
<!DOCKTYPE html>
<html>
  <head>
    <title>This Is A Website Title...</title>
  </head>
  <body>
    <p>How to add a Title to a HTML website...</p>
  </body>
</html>
-1
<title>Website Title</title>
0

New to Communities?

Join the community