Build a Palindrome Checker Project - Build a Palindrome Checker

Tell us what’s happening:

I am trying to do the project. although i am typing the html code its not showing in the preview.

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Palidrome Checker<title>
      <link rel="styelsheet" href="styles.css">
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width initial-scale=1.0">
  </head>
  <body>
    <h1>Palindrome Checker ✨</h1>
    <div>
      <p>Enter in text to check for a palindrome:<p>
      <input type="text" id="text-input" value="text" >
      <button type="submit" id="check-btn"><button>
        <p id="result"><p>
    </div>
  </body>
</html>
/* file: script.js */

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36

Challenge Information:

Build a Palindrome Checker Project - Build a Palindrome Checker

Check all of your <opening> and </closing> tags.

1 Like