---
id: 5d8a4cfbe6b6180ed9a1ca63
title: Part 132
challengeType: 0
---
## Description
Set the `align` attribute to `left` for this selection.
## Instructions
## Tests
```yml
tests:
- text: test-text
testString: assert($('.dashboard div table tbody tr td')[2].getAttribute('align').toLowerCase() === 'left');
```
## Challenge Seed
```html
```
### Before Test
## Solution