Instance Property (Default implementation)sliemeobn.elementary 0.5.0Elementary
lang
The default value for the lang
property is an empty string and will not be rendered in the HTML.
var lang: String { get }
The default value for the lang
property is an empty string and will not be rendered in the HTML.
var lang: String { get }
import Elementary
protocol HTMLDocument : HTML
A type that represents a full HTML document.
@frozen struct String
A Unicode string value that is a collection of characters.
var lang: String { get }
The language of the HTML document.
@HTMLBuilder var content: some HTML { get }
var dir: HTMLAttributeValue.Direction { get }
The default value for the dir
property is an empty string and will not be rendered in the HTML.