# Layout section
Sections divide the page vertically. Choose an appropriate heading level for each section: `h1` or `h2` or `h3`.
```vue-html
```
### Align the section to the page
```vue-html
```
### Make the section header align with the section contents
Do you want to align the header to tiny, small or medium items?
```vue-html
```
### Provide an action
The link or button will be shown on the right side of the header.
```vue-html
```
You can add props to the Link or Button, for example to make them `primary` or add an icon:
```vue-html{1}
```
## Example
```vue-html