9 lines
137 B
HTML
9 lines
137 B
HTML
<head>
|
|
<title>Hello world</title>
|
|
</head>
|
|
<body>
|
|
This is a not well-formed<br>
|
|
html files with undeclared entities
|
|
</body>
|
|
</html>
|