title

title
HTML title Element
The HTML <title> element is used to relate the title of the web document and gets placed inside of the <head> element. Search engines use the title in listings, and browser software uses the title for tabs and labels.

HTML CODE EXAMPLE
<!DOCTYPE html>
<html>
<head>
<title>My Web Page</title>
</head>
<body>
</body>
</html>

0 Response to "title"

Post a Comment