Basic Html - Study Mode
[#161] The goal of microdata is to create a unified way to define the data in a way any web crawler or reader implementation can read it.
Correct Answer
(A) True
Explanation
Solution: Microdata allows the user to create “custom” elements (sort of), to give a specific meaning to them.
[#162] Which of the following applications/software can be used to create a favicon?
Correct Answer
(B) Adobe Photoshop
Explanation
Solution: To create a favicon, we can use any graphic editor program in the market such as Adobe Photoshop or Fireworks.
[#163] y default, iOS adds ____________ effects to icons.
Correct Answer
(C) rounded corners and reflective shine
Explanation
Solution: Most of these icons are beautifully designed, and after Apple introduced a new meta tag named apple-touch-icon you can now display website icons on the iOS home screen when you bookmark a site.
[#164] Favicon stands for
Correct Answer
(C) Both a and b
Explanation
Solution: A favicon also known as a shortcut icon, Web site icon, tab icon or bookmark icon, is a file containing one or more small icons, associated with a particular website or web page.
[#165] Which attribute is used for favicon?
Correct Answer
(C) rel
Explanation
Solution: The syntax is <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />