hi. totally blind and doing the build emoji reactor. using jaws 2025 windows 11 pro. now have tried step 2 on firefox, edge and chrome, and does not pass, have reset the lesson several times, have typed up the code manually in the editor, but it does not pass. so wondering if you have a bug on the fcc, and also did do a hard refresh, then reset, then delete all the code, then type it manully again, also fcc needs some serious love. on edge and chrome just says 0 of 223 steps, and it does say 223 of 223 steps in firefox. so something is not quite right. so needs fixing or maybe quincy to take a look, so will paste my html, and the error message and the link to the step. maybe just a dummy, not getting it, or maybe hidden characters. as i am totally blind and rely on speech, cannot hear it.
thank you.
marvin.
ps: pasting my code below.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Emoji Reactor</title> <link rel="stylesheet" href="./styles.css" /> </head> <body> <main> <h1 class="title">How are you feeling today?</h1> <p class="description">Click on the buttons below to rate your emotions..</p> </main> </body> </html>
The new p element should have text of Click on the buttons below to rate your emotions.. https://www.freecodecamp.org/learn/full-stack-developer/workshop-emoji-reactor/step-2