I'm not sure the images on here verses the actual code but here is another try

<!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>

How to post code in this forum.