FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

WHAT IS 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 <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.

Detailed explanation-4: -Metadata is data (information) about data. <meta> tags always go inside the <head> element, and are typically used to specify character set, page description, keywords, author of the document, and viewport settings. Metadata will not be displayed on the page, but is machine parsable.

There is 1 question to complete.