C-04-Q037mediumsingle_mcq
Consider the nesting <p> <em>Abracadabra</p></em>. Why is this code wrong?
Consider the nesting <p> <em>Abracadabra</p></em>. Why is this code wrong?
- aThe
<p>tag is empty - bOne element overlaps another element
- c
<em>cannot be used inside<p> - dThe closing slash is missing