mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
14 lines
244 B
HTML
14 lines
244 B
HTML
<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>
|