(Choose
What is wrong with the following code?<a href = "picture.jpg">My dog</a> chews socks.
1 answer)
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.
Q: 24