HTML Tutorial

Title Element

The content within the title tags is displayed on the browsers tab or top-toolbar.

Attributes

None exist for this tag.

Example

Code:

<html>
	<head>
		<title>Learn HTML - Learn With Me</title>
	</head>
	...
</html>

Screen Output:

title example