(16)
(Choose 1 answer)
What is wrong with the following code?<a href = "picture.jpg">My dog</a> chews socks.
A. The link in the href must have a full URL
B. The alt text attributes is missing from the tag.
C. You can not have text after the closing </a> tag.
D. This code is semantically and syntactically correct.