Tell us what’s happening:
Why is this not working? Everywhere I’ve looked, this is the appropriate way to define the width and height.
Your code so far
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Heart Icon</title>
</head>
<body>
<!-- User Editable Region -->
<svg>
width="24"
height="24"
</svg>
<!-- 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
Challenge Information:
Build a Heart Icon - Step 2
https://www.freecodecamp.org/learn/full-stack-developer/workshop-build-a-heart-icon/step-2