Build a Heart Icon - Step 1

Tell us what’s happening:

how can I create heart icon of svg ? I am not finding any hints’ here

Your code so far

<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>Heart Icon</title>
  </head>
  <body>

<!-- User Editable Region -->

    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

Challenge Information:

Build a Heart Icon - Step 1
https://www.freecodecamp.org/learn/full-stack-developer/workshop-build-a-heart-icon/step-1

just create an svg element as they asked for.
(that means write an svg opening tag and an svg closing tag)

you will build the heart icon in multiple steps, this step requires only

Start by creating an svg element on the page.