mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
13 lines
227 B
HTML
13 lines
227 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>DEL strikeover text</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
DEL strikeover text
|
|
Normal text1
|
|
<BR><STRIKE>text1 with strikeover <DEL><br>deleted text</DEL> text2 with strikeover</STRIKE>
|
|
<BR>Normal text2
|
|
</BODY>
|
|
</HTML>
|
|
|