Basic Html - Study Mode

[#76] __________ prevents the page from being indexed altogether.
Correct Answer

(C) noindex

Explanation

Solution: The noindex value of an HTML robots meta tag requests that automated Internet bots avoid indexing a web page.

[#77] Which of the following is not supported in HTML5 ?
Correct Answer

(A) scheme

Explanation

Solution: All other options are supported in HTML5 except option a.

[#78] __________ prevents search engines from following links inside the page
Correct Answer

(B) nofollow

Explanation

Solution: nofollow is a value that can be assigned to the rel attribute of an HTML a element to instruct some search engines that a hyperlink should not influence the link target’s ranking in the search engine’s index.

[#79] Who is making the Web standards ?
Correct Answer

(A) The World Wide Web Consortium

[#80] All HTML documents will be basically
Correct Answer

(B) Text