Untitled

 avatar
unknown
svg
3 years ago
555 B
6
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <!--intenté con h1 después de intentar con class="square"-->
    <h1>
        <svg viewBox="0 0 100 100">

            <rect
                x="10" y="10"
                width="20%" height="20"
            />
        
        
        
        </svg>
    </h1>
    
</body>
</html>
Editor is loading...