Required Instance Propertysliemeobn.elementary 0.3.1Elementary
title
HtmlDocument.swift:26var title: String { get }
var title: 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.
associatedtype HTMLBody : HTML
associatedtype HTMLHead : HTML
@HTMLBuilder var body: HTMLBody { get }
@HTMLBuilder var head: HTMLHead { get }
var lang: String { get }