Element.make

Create the tag.

struct Element
package static pure @safe
make
(
string tagName
)
()
in (tagName.length != 0, "Tag name cannot be empty")

Meta