COMPUTER PROGRAMMING FUNDAMENTALS
WEB PAGE DESIGN AND PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
HTML tag that specifies the title for the document.
|
<title></title>
|
|
<head></head>
|
|
<head></head>
|
|
<html></html>
|
Explanation:
Detailed explanation-1: -The <title> tag defines the title of the document. The title must be text-only, and it is shown in the browser’s title bar or in the page’s tab. The <title> tag is required in HTML documents!
Detailed explanation-2: -The HTML <title> tag is used for declaring the title, or name, of the HTML document. The title is usually displayed in the browser’s title bar (at the top). It is also displayed in browser bookmarks and search results. The title tag is placed between the opening and closing <head> tags.
Detailed explanation-3: -The head section includes the tags that contain the page title and other information about the page.
There is 1 question to complete.