2 body { overflow: hidden; }
4 border:
1px solid black;
11 <th>text-align:left
</th>
12 <th>text-align:center
</th>
13 <th>text-align:right
</th>
17 <td><input type=
"file"></td>
18 <td><input type=
"file" style=
"text-align:left"></td>
19 <td><input type=
"file" style=
"text-align:center"></td>
20 <td><input type=
"file" style=
"text-align:right"></td>
23 <th>direction:ltr
</th>
24 <td><input type=
"file" style=
"direction:ltr"></td>
25 <td><input type=
"file" style=
"direction:ltr; text-align:left"></td>
26 <td><input type=
"file" style=
"direction:ltr; text-align:center"></td>
27 <td><input type=
"file" style=
"direction:ltr; text-align:right"></td>
30 <th>direction:rtl
</th>
31 <td><input type=
"file" style=
"direction:rtl"></td>
32 <td><input type=
"file" style=
"direction:rtl; text-align:left"></td>
33 <td><input type=
"file" style=
"direction:rtl; text-align:center"></td>
34 <td><input type=
"file" style=
"direction:rtl; text-align:right"></td>