A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.geeksforgeeks.org/html/html-title-tag/ below:

HTML title Tag - GeeksforGeeks

HTML title Tag

Last Updated : 25 Nov, 2024

The <title> tag in HTML is used to define the title of a web page. This title appears in the browser's title bar or tab, and it is also used by search engines as the clickable headline in search results.

Important Points HTML
<!DOCTYPE html>
<html>

<head>
    <title>Welcome to my blog</title>
</head>

<body>
    <h1>Blog Homepage</h1>
    <p>This is my homepage of my bolg</p>
</body>

</html>
Syntax
<title> website title </title>


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4