____________ tag defines the title of a web page.
Answers
Answered by
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
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