Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.149.242.223
---
title: is_inline_element
---
```php
is_inline_element ( object $node ) : bool
```
| Parameter | Description
| --------- | -----------
| `node` | A node
Returns true if the provided element is a inline level element.
Find more information about inline level elements at
[https://www.w3resource.com/html/HTML-block-level-and-inline-elements.php](https://www.w3resource.com/html/HTML-block-level-and-inline-elements.php)
|