tmengesh / PalendromeChecker

0 stars 0 forks source link

Please how to fix my code? bug #1

Open EvebJoan opened 2 months ago

EvebJoan commented 2 months ago

<!DOCTYPE HTML>

Palindrome checker

Is it a palindrome?

Palindrome checker

< main> ‹div id="result"<
EvebJoan commented 2 months ago

<!DOCTYPE HTML>
<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="styles.css"> <title>Palindrome checker</title> <style> @import ur('https://fonts.googleapis.com/css2?
family=Kode+Mono:wght@400.700&display=swap")
< style> <style>
@import url ('https ://fonts.googleapis.com/css2?
family=Dancing+Script:wght@400.700&family=Kode +Mono:wght@400..700&family=Lobster&display=swa p')
</style>
<head> <body> <main>
<h1 class="title">Is it a palindrome?<h1> <h2 class="subtitle">Palindrome checker</h2> < main> ‹div id="result"<
<input id="text-input" placeholder="Write your text here"> <button id="check-btn"><b>Find out</b> </ button>
<div> id="palindrome-def"> <p id="definition">
<span role="img" aria-label="light-bulb">&#128161:</span> A <dfn> <u>palindrome</ u></dfn> is a word or sentence that's spelled the same way both forward and backward, ignoring punctuation, case, and spacing.
< div> «script src="script.js"></script> < body> <html>
EvebJoan commented 2 months ago

bug

EvebJoan commented 2 months ago

<!DOCTYPE HTML>
 <html lang="en">
<head> 
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="stylesheet" href="styles.css">
  <title>Palindrome checker</title>
  <style>
@import url('https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&display=swap')
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Kode+Mono:wght@400..700&family=Lobster&display=swap')
</style>
</head>
<body>
  <main>
  <h1 class="title">Is it a palindrome?</h1>
  <h2 class="subtitle">Palindrome checker</h2>
</main>
‹div id="result"<>/div>

<input id="text-input" placeholder="Write your text here"> <button id="check-btn"><b>Find out</b>
</button>
<div> id="palindrome-def">
  <p id="definition">
      <span role="img" aria-label="light-bulb">&#128161;</span> A <dfn><u>palindrome</u></dfn> is a word or sentence that's spelled the same way  both forward and backward, ignoring punctuation, case, and spacing.
</div>
<script src="script.js"></script>
</body>
</html>
EvebJoan commented 2 months ago

I've lost all hope at this point and feel ready to give up. I've spent almost a year on this coding certification and I can't pass the projects I don't know what to do anymore