` element. You should use the `as` property to ensure your page has proper semantic elements such as heading or paragraph elements.
```html
Subtitle1
Subtitle2
This is simple example
```
This will result in the following DOM structure:
```html
Subtitle1
Subtitle2
This is simple example
```
## API
For more information about the components, please refer to the [API documentation](https://react.fluentui.dev/).
## Migration
For migration information, have a look at the [migration guide](./MIGRATION.md).