Learn HTML Forms by Building a Registration Form - Step 5

Tell us what’s happening:
Describe your issue in detail here.


For some reason, my gboard is underlining the “style.css” of the href in the link element. I can’t continue because of that underlining. Does anyone know how to take this off.
Please keep in mind that I’m doing my coding on my phone, so I don’t have a mouse to right click or anything. Thank you in advance!

Your code so far

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <link rel="stylesheet", href="style.css">
    <meta charset="UTF-8">
    <title>Registration Form</title>
  </head>

<!-- User Editable Region -->

  <body>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/107.0.5304.141 Mobile DuckDuckGo/5 Safari/537.36

Challenge: Learn HTML Forms by Building a Registration Form - Step 5

Link to the challenge:

check the spelling on the name of the css file

Thank you so much for the help🤘

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.