Loading

Title

  • The title is the name of the webpage that defines its meaning.

Syntax:

<title>.......</title>

Example:

<!DOCTYPE html>
<html>

<head>
    <title>Home</title>
</head>

<body>
    write your content here
</body>

</html>

Output: