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 : 18.227.140.251
---
title: is_block_element
---
```php
is_block_element ( object $node ) : bool
```
| Parameter | Description
| --------- | -----------
| `node` | A node
Returns true if the provided element is a block level element.
Find more information about block 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)
|