InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an empty element.(a) (b) (c) (d) I got this question during an online interview.I'd like to ask this question from HTML5: Beyond Markup in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» CORRECT ANSWER is (c) Easiest explanation: There are a few elements that do not have any words between an opening and closing tag. They are known as empty elements. An empty element usually has only ONE tag. Before the closing ANGLED BRACKET of an empty element, there will often be a space and a forward slash. |
|