Meta

In HTML, the <meta> tag is used to provide metadata about the HTML document. Metadata is information about the data within the document, rather than the content itself. Metadata is typically used by browsers and search engines to interpret and display the document properly. The <meta> tag is typically placed within the <head> element of an HTML document.

(ChatGPT, February 23, 2024)

Constructors

Link copied to clipboard
constructor(name: String, content: String)

Functions

Link copied to clipboard
open override fun build(): TagInterface
Link copied to clipboard
fun string(): String