https://www.codecademy.com/courses/web-beginner-en-f8mcL/0/1?curriculum_id=50579fb998b470000202dc8b#
<In what way does your code behave incorrectly? Include ALL error messages.>
In this exercise a title is auto-populated as “Table Time”… but this title doesn’t visually appear anywhere on my page. I’m guessing its not meant to, but if that is correct, then please help me understand the point of a “title”. Does it have significance elsewhere?
I think the answer must be something obvious, but I’m missing the point.
<!DOCTYPE html>
<html>
<head>
<title>Table Time</title>
</head>
<body>
<h1 style="font-family:Arial">Tables Are Mega Sweet</h1>
<p>
<img src="http://nestwrecker.com/wp-content/uploads/2014/12/peach-cake.jpg">
<a href="http://nestwrecker.com/st-ignatius-college-preparatory-mother-son-night/"> <img src="http://nestwrecker.com/wp-content/uploads/2015/03/sweet-ricotta-peach-cookies-05-450x300.jpg"/> </a>
</body>
</html>