meta

fun ElementCreator<Element>.meta(attributes: Map<String, JsonPrimitive> = emptyMap(), name: String? = null, content: String? = null, httpEquiv: String? = null, charset: String? = null, new: ElementCreator<MetaElement>.(MetaElement) -> Unit? = null): MetaElement(source)