diff --git a/snippets/html/s/alt-vs-title.md b/snippets/html/s/alt-vs-title.md index 69bd1d6d1..2c80659d2 100644 --- a/snippets/html/s/alt-vs-title.md +++ b/snippets/html/s/alt-vs-title.md @@ -4,6 +4,7 @@ shortTitle: Difference between alt and title type: question language: html tags: [image] +author: chalarangelo cover: stars-n-snow excerpt: Learn the difference between the `alt` and `title` attributes on images in HTML. dateModified: 2023-07-02T05:00:00-04:00 diff --git a/snippets/html/s/image-alt.md b/snippets/html/s/image-alt.md index 0c6ba4e04..9360561a0 100644 --- a/snippets/html/s/image-alt.md +++ b/snippets/html/s/image-alt.md @@ -4,6 +4,7 @@ shortTitle: Image alt attribute type: question language: html tags: [image,accessibility] +author: chalarangelo cover: sailing-alone excerpt: Learn how to correctly use the `alt` attribute on images in HTML. dateModified: 2023-06-25T05:00:00-04:00