INTRODUCTION TO NET
APPLICATION DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
<HEAD>
|
|
<HEADS>
|
|
<TITLE>
|
|
<TITTLE>
|
Detailed explanation-1: -head tag contains the title of the document, styles, scripts, and other HTML elements. The <head> element is a container for metadata-data about data and is placed between the <html>… </html> tag. <title> − Use in every HTML page defines the title of the content.
Detailed explanation-2: -A prologue is only a comment which can tell about the HTML version that is adopted for preparing the document.A prologue is shown as follows:-<! Doctype HTML 3.0> 2.4 Links. The link tag can be used for following purposes:-To inform the browser of the previous document.
Detailed explanation-3: -Definition and Usage. The <head> element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag. Metadata is data about the HTML document.