Q13 - Is there a problem with question 13

I’ve done everything with q13.

I’ve added images and link and followed process step by step but refuses to let me on to the next question.

<!DOCTYPE html>
Hello World
<img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSj0ZZFfLb5atgXQAAHbJl_nzH3TaW3IkRC-Aube9B5nm_OCCNLPA" />

<a href="https://www.youtube.com/watch?v=hB2p28JX7d4">
    <img src="http://pulse.rte.ie/wp-content/uploads/2015/07/dj.jpeg" />
</a>
		
	
</body>

In exercise 13 you also need a normal link:

<a href="#">click me</a>

as mentioned in the instructions

1 Like