17 lines
553 B
HTML
17 lines
553 B
HTML
<html>
|
|
<head>
|
|
<title>Form with tagName child</title>
|
|
</head>
|
|
<body>
|
|
<form id="theform">
|
|
<input name="tagName" type="text">
|
|
</form>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="20" viewBox="0 0 3 2" id="icon">
|
|
<rect width="1" height="2" x="0" fill="#008d46" />
|
|
<rect width="1" height="2" x="1" fill="#ffffff" />
|
|
<rect width="1" height="2" x="2" fill="#d2232c" />
|
|
</svg>
|
|
<ul><li id="listitem">List item</li></ul>
|
|
</body>
|
|
</html>
|