Tell us what’s happening:
the problem is that when i use element it says that it need to be “you can become a developer” while without it. the error says it should be “You can become a developer”. it shows error due to lower case (y) and upper case(Y).
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>
<!-- User Editable Region -->
<p>Learning to code is hard, but as Quincy Larson says, <q>you can become a developer.</q></p>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0
Challenge Information:
Build Quincy’s Job Tips Page - Step 3