Question </ at the end of auto closing one

Hello i was wondering why theres a </ always at the end of some auto closing one (meta, link)

(here) Cafe Menu (here) even if i remove thoses the code still works, therefore can someone explain to me why they're here thanks !

oh what we cant see.
lemme try again.

<head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
    <link href="styles.css" rel="stylesheet"/>
  </head>

you can use it with or with the slash at the end and both are acceptable html
the way the code is being generated for fCC, the developer(s) decided to use the slash

1 Like