File "createElement.md"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlDocument/createElement.md
File size: 271 bytes
MIME-type: text/plain
Charset: utf-8
```php
createElement ( string $name [, string $value = null ] ) : object
```
Creates a new element.
| Parameter | Description |
|-----------|----------------------|
| `name` | Name of the element |
| `value` | Value of the element |
Returns the element.