4,966 views

2 Answers

Best answer
8 votes
8 votes
D.<BODY>

<BODY> can have <DIV> or any other HTML entity enclosed.

<SELECT> is a  HTML element for choosing options- it cannot enclose other entities. Similarly <input> is for receiving typed input from user. <value> is not a valid HTML entity.
selected by
2 votes
2 votes
BODY
Answer:

Related questions

5 votes
5 votes
2 answers
1
sh!va asked May 7, 2017
5,067 views
Choose the most appropriate HTML tag in the following to create a numbered list<dl><list><ul><ol>
0 votes
0 votes
1 answer
2
admin asked Apr 1, 2020
908 views
Web links are stored within the page itself and when you wish to ‘jump’ to the page that is linked, we select the hotspot or anchor. This technique is calledHypertext...