Tell us what’s happening:
It doesn’t read my path at all, how does it work??
Your code so far
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Heart Icon</title>
</head>
<body>
<!-- User Editable Region -->
<svg path width="24" height="24" viewBox="0 0 24 24">
</svg>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
Challenge Information:
Build a Heart Icon - Step 4