0 added
0 removed
Original
2026-01-01
Modified
2026-03-09
1
<p>The <title> tag is an additional element that is located inside <head>. You can use this tag to assign the page title, which is displayed in browser tabs:</p>
1
<p>The <title> tag is an additional element that is located inside <head>. You can use this tag to assign the page title, which is displayed in browser tabs:</p>
2
<p>Here is an example of how <title> is used in code:</p>
2
<p>Here is an example of how <title> is used in code:</p>
3
<head> <title>Courses - HTML Academy</title> </head><p>The text in <title> is intended to provide an overall description of the contents of the document. The title should make it clear what this page is about, even when it is not open in the browser, since the title is displayed in search engine results or in browser bookmarks.</p>
3
<head> <title>Courses - HTML Academy</title> </head><p>The text in <title> is intended to provide an overall description of the contents of the document. The title should make it clear what this page is about, even when it is not open in the browser, since the title is displayed in search engine results or in browser bookmarks.</p>
4
<p>Let’s give our page an appropriate name. You will see how the page title changes at the top of the mini-browser.</p>
4
<p>Let’s give our page an appropriate name. You will see how the page title changes at the top of the mini-browser.</p>