1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title></title>
</head>
<body>
<del>
<h1 id="section">section</h1>
</del><del>
<p>text <a href="https://foo.com">link</a> with <em>italics <a href="https://link.com">https://link.com</a></em></p>
</del><del>
<ul>
<li><p>what</p>
<ul>
<li>what <strong>what</strong>?</li>
</ul></li>
<li><p>what?</p></li>
</ul>
</del><del>
<p>lil</p>
</del><del>
<table>
<thead>
<tr>
<th style="text-align: right">table</th>
<th>column</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: right"><a href="https://fo.com">https://fo.com</a></td>
<td>b</td>
</tr>
</tbody>
</table>
</del><ins>
<h1 id="header-1">header 1</h1>
</ins><ins>
<p>something</p>
</ins></body>
</html>
|