---
title: title
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webhistoryitem/title
---

# title

The receiver’s original page title.

## Declaration

```swift
var title: String! { get }
```

## Discussion

Discussion The title returned comes from the title HTML tag for HTML documents.

## See Also

### Getting and setting page titles

- [alternateTitle](webkit/webhistoryitem/alternatetitle.md)
