RetroZilla/parser/htmlparser/tests/html/del004.html

14 lines
244 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<head>
<title>DEL an A tag</title>
</head>
<body>
DEL an A tag, link still works<br>
1normal text in body line 1.
<DEL date="19971022">
<A href="del001.html">This A tag is deleted.</A>
</DEL>
2normal text in body line 2.
</body>
</html>