MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is not true about HTML?
A
<meta> ____ </meta>
B
<meta ____ />
C
<metadata> ____ </metadata>
D
<metadata name=”” />
Explanation: 

Detailed explanation-1: -The statement which is incorrect about HTML is a) HTML is case sensitive. What is case sensitivity? Case sensitivity is the term that tells us about the programming language capability of making out differences between Upper Case Letters and Lower Case Letters. This means that HTML is not a case-sensitive language.

Detailed explanation-2: -Which of the following is not a function of robots meta tag? Explanation: Valid values for the “CONTENT” attribute are: “INDEX”, “NOINDEX”, “FOLLOW”, “NOFOLLOW”, “NOARCHIVE”. “NOREPEAT” is not any of robots meta tag. Explanation: A charset attribute is new in HTML5.

Detailed explanation-3: -The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable. Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata.

Detailed explanation-4: -The <html> tag is the root element of an HTML document, which means that it contains all the contents and tags of the HTML document within it.

There is 1 question to complete.