11 lines
287 B
HTML
11 lines
287 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<p>Line 1</p>
|
||
|
<div style="display: inline-block;">
|
||
|
<iframe style="margin: 0px; height: 24px;" scrolling="no" frameborder="0" src="abbr.html"></iframe>
|
||
|
<iframe style="width: 108px; height: 20px;" scrolling="no" frameborder="0"></iframe>
|
||
|
</div>
|
||
|
<p>Line 3</p>
|
||
|
</body>
|
||
|
</html>
|