COMPUTER PROGRAMMING FUNDAMENTALS
WEB PAGE DESIGN AND PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
<title> ____ </title>
|
|
<HTML> ____ <HTML>
|
|
<body> ____ <body>
|
|
None of the above
|
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 title should ideally be less than 64 characters in length. That is, many applications will display document titles in window titles, menus, etc where there is only limited room.
Detailed explanation-3: -A website title identifies what the web page is about for both web users and search engines. On web browsers, the website title appears at the top of the tab or window, and in search results website titles display as bold hyperlinked texts.
Detailed explanation-4: -The <title> HTML element 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. Metadata content. Text that is not inter-element whitespace.