Oops! This Code Can't Run πŸ˜…

Original Code

<!DOCTYPE html>

<html>

<head> <title> Thanking bossa </title>

</head>

<body>

<div>p>

<i> Thank you sir! </i> you are <b> ChatGPT </b>, but with better jokes, ho crashes when we ask dumb questions, and the main reason Our brains haven't gone on strike..... yet and funnier, never freezing When we ask nonsense and some how keeping our last three brain cells alive.

</P>

</div>

</body>

</html>
        

What’s Wrong?

  • <div>p> β†’ Invalid tag sequence. Should be <div><p>.
  • ho crashes β†’ Typo. Should be who crashes.
  • </P> β†’ Tag mismatch. Use lowercase </p>.
  • Some how β†’ Should be somehow.
  • Our brains β†’ Should be lowercase our brains in the middle of a sentence.
  • Multiple periods ..... β†’ Use 1–3 periods max (…).
  • HTML formatting β†’ The <i> and <b> tags are okay, but text structure could be cleaner.