<!--
{
  "documentType" : "article",
  "framework" : "TVML",
  "identifier" : "/documentation/TVML/firstname",
  "metadataVersion" : "0.1.0",
  "role" : "article",
  "title" : "firstName"
}
-->

# firstName

Adds a person’s first name to an element.

## Overview

Here’s an example that sets the first name for a monogram.

```xml
<monogramLockup>
    <monogram firstName="Anne" lastName="Johnson"/>
    <title>Anne Johnson</title>
    <subtitle>Actor</subtitle>
</monogramLockup>
```

### Values for firstName

- String: The first name of a person.

### Elements that Use firstName

- [monogram](/documentation/TVML/monogram)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)