CommerceBasic Html MCQs
Practice Basic Html MCQs for competitive exams.
Basic Html MCQs
Practice questions from this topic.
The value of the ___________ attribute refers to the time interval in seconds before the refresh is performed.
- A. scheme
- B. content
- C. http-equiv
- D. name
Correct Answer: B
__________ prevents search engines from showing a cached link for the page.
- A. nobot
- B. nofollow
- C. noarchive
- D. nosearch
Correct Answer: C
Different meta tags are defined by changing the __________ attribute to a valid value.
- A. scheme
- B. content
- C. http-equiv
- D. name
Correct Answer: D
__________ prevents search engines from following links inside the page
- A. noarchive
- B. nofollow
- C. noindex
- D. novalue
Correct Answer: B
Which of the following is not supported in HTML5 ?
- A. scheme
- B. content
- C. http-equiv
- D. name
Correct Answer: A
__________ prevents the page from being indexed altogether.
- A. noarchive
- B. nofollow
- C. noindex
- D. novalue
Correct Answer: C
What is the role of charset attribute? It specifies
- A. a scheme to be used to interpret the value of the content attribute
- B. a name for the metadata
- C. the character encoding for the HTML document
- D. none of the mentioned
Correct Answer: C
Which of the following is not a function of robots meta tag?
- A. noindex
- B. nofollow
- C. norepeat
- D. noarchive
Correct Answer: C
In which part of the HTML metadata is contained?
- A. body tag
- B. html tag
- C. head tag
- D. title tag
Correct Answer: C
Metadata store information about the web page that is not necessarily visible to end users.
- A. True
- B. False
Correct Answer: A
In case we want to implement a JavaScript fallback, we would need to create a conditional statement using Modernizr.
- A. True
- B. False
Correct Answer: A
____________ is a resource loader (CSS and JavaScript) that was made to specifically to work side-by-side with Modernizr.
- A. HasEvent()
- B. Navigator.userAgent
- C. Modernizr.load
- D. None of the mentioned
Correct Answer: C