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