| <th>text-align:center</th> |
| <th>text-align:right</th> |
| <td><input type="file"></td> |
| <td><input type="file" style="text-align:left"></td> |
| <td><input type="file" style="text-align:center"></td> |
| <td><input type="file" style="text-align:right"></td> |
| <td><input type="file" style="direction:ltr"></td> |
| <td><input type="file" style="direction:ltr; text-align:left"></td> |
| <td><input type="file" style="direction:ltr; text-align:center"></td> |
| <td><input type="file" style="direction:ltr; text-align:right"></td> |
| <td><input type="file" style="direction:rtl"></td> |
| <td><input type="file" style="direction:rtl; text-align:left"></td> |
| <td><input type="file" style="direction:rtl; text-align:center"></td> |
| <td><input type="file" style="direction:rtl; text-align:right"></td> |