InterviewSolution
Saved Bookmarks
| 1. |
Which is not the attribute of element?(a) description(b) keywords(c) robots(d) seamlessI have been asked this question in unit test.My question comes from HTML5: Beyond Markup in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» CORRECT ANSWER is (d) seamless Explanation: element contains information about web page. Description attribute contains the description of the web page, keywords contains the list of comma separated WORDS, ROBOTS decide to ADD pages to search results. |
|