Constructs an inline HTML node.
string $value String:
array<string, mixed> $attributes Additional attributes:
public function __construct(string $value, array $attributes = []) { $this->attributes = $attributes; $this->value = $value; }