Tell us what’s happening:
My blockquote in the third section, but the site says that I need to add it again to the third section. I don’t understand what I need to do. Can you explain?
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Quincy's Tips for Getting a Developer Job</title>
</head>
<body>
<h1>Quincy's Tips for Getting a Developer Job</h1>
<p>
Learning to code is hard, but as Quincy Larson says,
<q cite="https://www.freecodecamp.org/news/learn-to-code-book/">You can become a developer.</q>
</p>
<main>
<section>
<h2>Envisioning Success</h2>
<blockquote cite="https://www.freecodecamp.org/news/learn-to-code-book/">
Can you imagine what it would be like to be a successful developer? To have built software systems that people rely upon?
</blockquote>
<p cite="https://www.freecodecamp.org/news/learn-to-code-book/">
—Quincy Larson, <cite>How to Learn to Code and Get a Developer Job [Full Book]</cite>
</p>
</section>
<section>
<h2>Importance of Networking</h2>
<blockquote cite="https://www.freecodecamp.org/news/learn-to-code-book/">
<p>So much of getting a job is who you know.</p>
<p>It's OK to be an introvert, but you do need to push your boundaries.</p>
<p>Create GitHub, Twitter, LinkedIn, and Discord accounts.</p>
<p>Go to tech meetups and conferences. Travel if you have to.</p>
</blockquote>
</section>
<section>
<!-- User Editable Region -->
<h2>Importance of Building a Reputation<h2>
<blockquote cite="https://www.freecodecamp.org/news/learn-to-code-book/">
<p>Share short video demos of your projects.</p>
<p>Keep applying to speak at bigger and bigger conferences.</p>
<p>Hang out at hackerspaces and help people who are even newer to coding than you.</p>
</blockquote>
<!-- User Editable Region -->
</section>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36
Challenge Information:
Build Quincy’s Job Tips Page - Step 13