mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
12 lines
371 B
HTML
12 lines
371 B
HTML
<html>
|
|
<body>
|
|
<img align="left" width="100" height="100">
|
|
There should not be any space below this sentence.<hr />
|
|
This fails without an align attribute in the hr.
|
|
<br clear="all" /><br /><br />
|
|
<img align="left" width="100" height="100">
|
|
There should not be any space below this sentence.<hr align="left" />
|
|
This works with an align attribute in the hr.
|
|
</body>
|
|
</html>
|