Tell us what’s happening:
I’m getting this error message but can’t figure out why. The Preview looks ok to me: Your first p element should have the text So much of getting a job is who you know..
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>
<!-- User Editable Region -->
<blockquote cite="https://www.freecodecamp.org/news/learn-to-code-book/">
<p>1. So much of getting a job is who you know.</p>
<p>2. It's OK to be an introvert, but you do need to push your boundaries.</p>
<p>3. Create GitHub, Twitter, LinkedIn, and Discord accounts.</p>
<p>4. Go to tech meetups and conferences. Travel if you have to.</p>
</blockquote>
<!-- User Editable Region -->
</section>
<section>
</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/143.0.0.0 Safari/537.36
Challenge Information:
Build Quincy’s Job Tips Page - Step 12
The h2 element should contain the text Sending your card. My code:
Sending your card.
Card successfully sent to your recipient!