"Title tags" come between "Head tags" like:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML Tutorial!</title>
</head>
<body>
</body>
</html>
Title tells for what a Webpage is all about; in above example the Title tells the Webpage is about "HTML Tutorial." For any Webpage you may find the Title just by checking above the Address Bar or say, URL Bar (in case of a Chrome Browser).
Comments
Post a Comment