File "is_block_element.md"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlNode/is_block_element.md
File size: 402 bytes
MIME-type: text/plain
Charset: utf-8
```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)