Sail E0 Webinar

MCQs

Total Questions : 171 | Page 6 of 18 pages
Question 51. In which part of the HTML metadata is contained?
  1.    html tag
  2.    head tag
  3.    title tag
  4.    body tag
 Discuss Question
Answer: Option B. -> head tag
Question 52. In case we want to implement a JavaScript fallback, we would need to create a conditional statement using Modernizr.
  1.    False
  2.    True
 Discuss Question
Answer: Option B. -> True
Question 53. ____________ is a resource loader (CSS and JavaScript) that was made to specifically to work side-by-side with Modernizr.
  1.    None of the mentioned
  2.    HasEvent()
  3.    Modernizr.load
  4.    Navigator.userAgent
 Discuss Question
Answer: Option C. -> Modernizr.load
Question 54. Metadata store information about the web page that is not necessarily visible to end users.
  1.    True
  2.    False
 Discuss Question
Answer: Option A. -> True
Question 55. Which of the following is not a function of robots meta tag?
  1.    noindex
  2.    noarchive
  3.    nofollow
  4.    norepeat
 Discuss Question
Answer: Option D. -> norepeat
Question 56. What is the role of charset attribute? It specifies
  1.    a scheme to be used to interpret the value of the content attribute
  2.    the character encoding for the HTML document
  3.    none of the mentioned
  4.    a name for the metadata
 Discuss Question
Answer: Option B. -> the character encoding for the HTML document
Question 57. Which of the following is not supported in HTML5 ?
  1.    scheme
  2.    name
  3.    http-equiv
  4.    content
 Discuss Question
Answer: Option A. -> scheme
Question 58. Different meta tags are defined by changing the __________ attribute to a valid value.
  1.    scheme
  2.    name
  3.    http-equiv
  4.    content
 Discuss Question
Answer: Option B. -> name
Question 59. __________ prevents the page from being indexed altogether.
  1.    novalue
  2.    nofollow
  3.    noarchive
  4.    noindex
 Discuss Question
Answer: Option D. -> noindex
Question 60. __________ prevents search engines from following links inside the page
  1.    noarchive
  2.    novalue
  3.    noindex
  4.    nofollow
 Discuss Question
Answer: Option D. -> nofollow

Latest Videos

Latest Test Papers