From 4e1c87a77568127f2ba5187e1b9790bff4eff1d2 Mon Sep 17 00:00:00 2001 From: Roger Walker Date: Mon, 16 Sep 2024 17:42:11 -0400 Subject: [PATCH] Update Google Image link The trailing slash ends up at 404 page --- HtmlCssReview/HtmlCssReviewCodeAlong.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HtmlCssReview/HtmlCssReviewCodeAlong.md b/HtmlCssReview/HtmlCssReviewCodeAlong.md index c23bf38..ecfde23 100644 --- a/HtmlCssReview/HtmlCssReviewCodeAlong.md +++ b/HtmlCssReview/HtmlCssReviewCodeAlong.md @@ -23,7 +23,7 @@ Between the opening and closing `body` tags, add an `h3` element. Within the `h3 ## Add an Image Add an image to the page. -1. Go to [Google Images](https://google.com/images/) +1. Go to [Google Images](https://google.com/images) 1. Find an image, and copy the image address/URL/location 1. Create an `img` tag, and set its `src` attribute to be the URL for the image