You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
358 B
HTML
18 lines
358 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="imgstyle.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<svg width=300 height=300>
|
|
<circle cx="50" cy="50" r="10" />
|
|
<line x1="80" y1="20" x2="80" y2="130"></line>
|
|
<rect x="100" y="80" width="55" height="30"></rect>
|
|
<polygon points="210,100, 230,100, 220,80"></polygon>
|
|
</svg>
|
|
|
|
</body>
|
|
</html>
|