I’m not sure what needs to get pass errors:
instructions:
Make the heading have the font family Arial.
Add an image!
Add a second image which is clickable and links to a site. (Check the Hint if you don't remember how to do this.)
My code:
Table Time
Tables Are Mega Sweet
click me
</body>
Is there a difference between this question here and this other one that you’ve posted:
<!DOCTYPE html>
<html>
<head>
<title>Table Time</title>
</head>
<body>
<h1 style="font-family: Arial">Tables Are Mega Sweet</h1>
<a href="http://www.library.nuigalway.ie/media/training/afternoon/CATS.jpg">click me</a>
<img src="http://www.library.nuigalway.ie/media/training/afternoon/CATS.jpg"/>
<img src="http://www.library.nuigalway.ie/media/training/afternoon/CATS.jpg"/>
</body>
</html>
1 Like