I cant view my image tag when I go on to the website. Is there something missing?
Joe Griffin Answered question 8 October 2020
Hi Cathal,
You have:
<img src=”cycling”.jpg></img>
With the image tag (or any tag that has an attribute and value, the quotations around the value should cover the ENTIRE value, so src=”cycling.jpg”
In the case of the image tag, it’s one of the ones that does not have an opening and closing tag – it opens and closes all in the one
so
<img src=”cycling.jpg” />
Joe
Joe Griffin Answered question 8 October 2020