Link

In HTML, the "link" tag in the header section typically refers to the <link> element used to link external resources such as stylesheets, favicons, or alternate versions of the document. The <link> tag is commonly used within the <head> section of an HTML document to specify relationships between the current document and external resources.

(ChatGPT, February 23, 2024)

Constructors

Link copied to clipboard
constructor(rel: String, href: String)
constructor(rel: String, href: HrefInterface)

Functions

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