RetroZilla/layout/html/tests/formctls/bugs/bug43771.html
2015-10-20 23:03:22 -04:00

10 lines
239 B
HTML

<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>