mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
261 B
HTML
18 lines
261 B
HTML
<html>
|
|
<head>
|
|
<title>Nested STRIKE</title>
|
|
</head>
|
|
<body>
|
|
nested STRIKE <br>
|
|
1normal text in body line 1.
|
|
<STRIKE>
|
|
A This text is in STRIKE
|
|
<STRIKE>
|
|
<br> B line 2 in STRIKE
|
|
</STRIKE>
|
|
C line 3 in STRIKE
|
|
</STRIKE>
|
|
2normal text in body line 2.
|
|
</body>
|
|
</html>
|