8 lines
211 B
HTML
8 lines
211 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>href - a element reference</title>
|
|
<body>
|
|
<svg width="100" height="100" viewBox="0 0 100 100">
|
|
<rect width="100%" height="100%" fill="lime"/>
|
|
</svg>
|
|
</body>
|