<html>
<head>
<title>Everyday with Isa</title>
</head>
<body>
<a href="#contact"> <img
src="https://content.codeacademy.com/courses/learn-html/elements-and-structure/profile.jpeg"></a>
<h3> by Isabelle Rodriguez | 1 day ago </h3>
<h1>An Insider's Guide to NYFW</h1>
<img
src="https://content.codeacademy.com/courses/learn-html/elements-and-structure/image-one.jpeg "/image>
<p><a href="https://en.wikipedia.org/wiki/NEW_YORK_FASHION_WEEK"target="_blank">NYFW</a> can be both amazingly fun & incredibly overwhelming, especially if you've never been. Luckily, I'm here to give you an insider's guide and make your first show a pleasurable experience. By taking my tips and tricks, and following your gut, you'll have an unforgettable experience!</p>
<h2>Getting Tickets & Picking the Shows</h2>
<img
src="https://content.codeacademy.com/courses/learn-html/elements-and-structure/image-two.jpeg"/image>
<p>If your lucky or connected you can get an invite, sans the price tag. But i wasn't so lucky or connected my first two years so I'm here to help you out. First, plan out which shows are most important to you and make a schedule and this is a biggie: SET A BUDGET. If you're worrying about blowing your cash the whole time you won't have fun. then check out prices, days, and times and prioritize the designers you want to see most. Lastly, purchase your tickets and get excited!</p>
<h2>Dressing for the Shows</h2>
<img
src="https://content.codeacademy.com/courses/learn-html/elements-and-structure/image-three.jpeg"/image>
<p>Always be true to your own sense of style, if you don't you'll be uncomfortable the whole time and it will show. Remember, NYFW is about expressing yourself and taking in what the designers have chosen to express through their new lines. Also it's important to wear shoes you'll be comfortable in all day. Obviously you want to look good, but you'll be on your feet all day long, so be prepared.</p>
<h4>Related Content</h4>
<ul>
<li>How to Style Boyfriend Jeans</li>
<li>When Prints is Too Much</li>
<li>The Overalls Trend</li>
<li>Fall's It color: Blush</li>
</ul>
<div id='contact'
<p><strong>email:</strong> [email protected] | <strong>phone:</strong> 917-555-1098 | <strong>address:</strong> 371 284th st, NEW YORK, NY, 10001</p>
</div>
</body>
</html>
Web foundation Fashion blog project! The pictures won't show. Is there something wrong with my code?
Just a typo repeated 4 times. Try correcting the spelling of Codecademy.
4 Likes
So I think the problem is that you are using a closing img tag
. The <img>
tag is self-closing. It should look like this:
<h1>An Insider's Guide to NYFW</h1>
<img src="https://content.codecademy.com/courses/learn-html/elements-and-structure/image-one.jpeg">
<p>