blob: 366f1f2ec3322ae050688386662c4492b330419c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<body>
<table align="center">
<tr>
<td>
<div style="float: right">
<input type="text" value="This is a test">
</div>
</td></tr>
</table>
</body>
</html>
|