title(_:)

Set the document’s {@code title} element. Updates the existing element, or adds {@code title} to {@code head} if not present

Document.swift:95
func title(_ title: String) throws
<param>