Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created January 26, 2023 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/30a283085b1e33ec4a49659af712e040 to your computer and use it in GitHub Desktop.
Save codecademydev/30a283085b1e33ec4a49659af712e040 to your computer and use it in GitHub Desktop.
Codecademy export
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<ul>
<li><a href="#Blog"><Blog</a><li>
<li><a href="#Media"><Media</a><li>
<li><a href="About"><About</a><li>
</nav>
<header>
<h1>New York City</h1>
</header>
<main>
<section "blog">
<article>
<p>New York City is made up of five boroughs which include Queens, Manhattan, Brooklyn, the Bronx, and Staten Island. The city is the home of approximately 8 million people. In 1876, France gifted the City of New York what is known as the Statue of Liberty, which is currently located on Liberty Island and commonly visited by tourist. However, it took 10 years to assemble and therefore wasn't unveiled until 1886. Another tourist destination is Times Square. Times Square is commonly known for the big buildings, Broadway shows, and bright neon signs. This famous location was named after The New York Times after the Times moved to that location. Prior to that, it was named Longacre Square. New York City is also known for its bridges that connect the boroughs and allow ease of transportation.</p>
</article>
</section>
<figure>
<img src="https://content.codecademy.com/courses/Semantic%20HTML/statue-of-liberty.jpeg"/>
<figcaption>This is the Statue of Liberty, a popular tourist attraction located on Liberty Island.</figcaption>
</figure>
<aside>
<p>New York City is very popular for the variety of great food it has. Some of the top food items in NYC include:</p>
<ol>Pizza</ol>
<ol>Bagels</ol>
<ol>Burgers and Sandwiches</ol>
<ol>Ramen</ol>
<ol>Tacos</ol>
<ol>Pasta</ol>
<ol>Desserts</ol>
</aside>
<section "media">
<article>
<h2>The Scenery in NYC</h2>
<p>While the view in the city is beautiful, the sounds are not as lovely. Below you'll see an example of the view and the sounds you'll deal with in NYC on a daily basis.</p>
</article>
<video src="https://content.codecademy.com/courses/Semantic%20HTML/nyc-skyline-timelapse.mp4" controls></video><embed src="https://content.codecademy.com/courses/Semantic%20HTML/nyc-skyline.jpeg"/>
<audio controls>
<source src="https://content.codecademy.com/courses/Semantic%20HTML/nyc-sounds.mov">
</audio>
</main>
<footer "about">
<p>Posted by: Kat Krooeger</p>
<p>Contact information: katie.m.chen@gmail.com</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment