InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not supported in HTML5?(a) scheme(b) content(c) http-equiv(d) nameI have been asked this question by my school principal while I was bunking the class.The doubt is from Meta Data in chapter HTML Fundamentals of HTML |
|
Answer» CORRECT CHOICE is (a) SCHEME The explanation is: The scheme attribute is supported in HTML but not in HTML5. Rest of attributes like “CONTENT”, “http-equiv” and“name” are supported in both HTML as well as HTML5. The scheme element is deprecated from HTML5. |
|