blob: 0869f60e38222804c6d5dbee64b2caa6e05ea3a2 (
plain)
1
2
3
4
5
6
7
8
9
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>
<title>object element missing data and type attributes</title>
</head>
<body>
<object></object>
</body>
</html>
|