Alt tag - images

<?php if ($headerImage = $page->headerImage()): ?>
    <img src="<?= $headerImage->toFile() ?>" alt="<?= $headerImage->caption() ?>">
<?php endif ?>

See: Adding metadata files for images within the panel