mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
19 lines
274 B
HTML
19 lines
274 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<body>
|
|
<DL>
|
|
<DT style="background-color:red">A line (unclosed)
|
|
<DL>
|
|
<DT>Should be indented</DT>
|
|
</DL>
|
|
</DL>
|
|
|
|
<DL>
|
|
<DT>B line (closed)</dt>
|
|
<DL>
|
|
<DT>Should be indented</DT>
|
|
</DL>
|
|
</DL>
|
|
|
|
</body>
|
|
</html>
|