summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/DOM/HTMLHtmlElement.h
AgeCommit message (Collapse)Author
2019-09-29LibHTML: Add a way to get a Document's titleAndreas Kling
You can now query Document::title() to get a String containing whatever is inside the document's <title> tag. In support of this, this patch adds the <html>, <head> and <title> elements.