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

# title

The page title.

## Declaration

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

## Discussion

Discussion WKWebView is key-value observing (KVO) compliant for this property.

## See Also

### Inspecting the view information

- [scrollView](webkit/wkwebview/scrollview.md)
- [url](webkit/wkwebview/url.md)
- [mediaType](webkit/wkwebview/mediatype.md)
- [customUserAgent](webkit/wkwebview/customuseragent.md)
- [serverTrust](webkit/wkwebview/servertrust.md)
- [hasOnlySecureContent](webkit/wkwebview/hasonlysecurecontent.md)
- [themeColor](webkit/wkwebview/themecolor.md)
- [underPageBackgroundColor](webkit/wkwebview/underpagebackgroundcolor.md)
