Computer Science, asked by kanhagamer3, 6 months ago

____________ tag defines the title of a web page.​

Answers

Answered by ranziitsingh
6

Answer:

<title></title> tag defines the title of a web page.

Explanation:

The HTML Title element ( <title> ) defines the document's title that is shown in a browser's title bar or a page's tab. It only contains text; tags within the element are ignored. ... Both opening and closing tags are required.

Mark me on brain list

Answered by nairaryaashok01
0

Answer:

<title> </title> tag defines the title of a web page.​

Explanation:

In HTML <title> is used to start the title of the web page, and </title> is used to close it. The input between the tag should only be text.

<title> tag is written in the </head> tag.

For example,

<html>

<head>

<title> Different ways to style basic denims </title>

</head>

Similar questions