Introduction-so confused

<!DOCTYPE html>
<html>
	<head>
		<title>Table Time</title>
	</head>
	<body>
		<h1 style="font.family: Arial">Tables Are Mega Sweet</h1>
		    <img src=http://www.andrewjacksonjihad.com/wp-content/themes/AJJTheme/images/logo.png>
		    <a href=www.youtube.com>
		        <img src=https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTy4bAC38T5jfJIek26EF6VeuAhjsbcrh6aQTLUoMfXfHxr1EVI>
		     </a>
		
	</body>
</html>

can you pls use this format to post your code so that I can see it
http://discuss.codecademy.com/t/using-backticks-to-format-your-code/3697/11

font-family is with a hyphen in between. You are missing a few qoutation marks (") around some urls, i know, the latest html5 standards means this is no longer mandatory, but i still recommend it.