RetroZilla/layout/html/tests/formctls/bugs/bug43771.html

10 lines
239 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<body>
<div style="border:1px solid black;" align=right>
<label>Align Right on container:</label><input type="text">
</div>
<br>
<div style="border:1px solid black;">
<label>No align on container:</label><input type="text">
</div>
</body>