What happens when we place an a element inside of a p element?
Only the text between <a> and </a> becomes a linkEverything inside the <p> element becomes a linkNothing becomes a linkEverything after the <a> element becomes a link
Only the text between <a> and </a> becomes a link.