Tell us what’s happening:
it says it doesint have width and height attribute but they are there nomatter what i do it doesint workk need checking my code
Your code so far
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Heart Icon</title>
</head>
<body>
<!-- User Editable Region -->
<svg>
</svg>
<!-- User Editable Region -->
</body>
</html>
<svg <width> "24" <height> "24"viewBox="0 0 24 24">
<svg\>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0
Challenge Information:
Build a Heart Icon - Step 2