From d1465188f06b3c8d33bf3149e3e2de74fb45faa7 Mon Sep 17 00:00:00 2001 From: Christine Belzie <105683440+CBID2@users.noreply.github.com> Date: Thu, 16 Mar 2023 21:19:41 -0400 Subject: [PATCH 1/5] Added caption to multimedia & embedding images doc --- .../learn/html/multimedia_and_embedding/images_in_html/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md index f0dae11a1cfccb8..cff4601a7ab7803 100644 --- a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md +++ b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md @@ -8,6 +8,7 @@ slug: Learn/HTML/Multimedia_and_embedding/Images_in_HTML In the beginning, the Web was just text, and it was really quite boring. Fortunately, it wasn't too long before the ability to embed images (and other more interesting types of content) inside web pages was added. There are other types of multimedia to consider, but it is logical to start with the humble {{htmlelement("img")}} element, used to embed a simple image in a webpage. In this article we'll look at how to use it in depth, including the basics, annotating it with captions using {{htmlelement("figure")}}, and detailing how it relates to {{glossary("CSS")}} background images. + From 7aed25cc122f8a2dd9187d55bc6dca897e99b27a Mon Sep 17 00:00:00 2001 From: Christine Belzie <105683440+CBID2@users.noreply.github.com> Date: Thu, 16 Mar 2023 22:35:04 -0400 Subject: [PATCH 2/5] Update files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md Co-authored-by: dawei-wang --- .../learn/html/multimedia_and_embedding/images_in_html/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md index cff4601a7ab7803..f70feb1576022ba 100644 --- a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md +++ b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md @@ -8,7 +8,7 @@ slug: Learn/HTML/Multimedia_and_embedding/Images_in_HTML In the beginning, the Web was just text, and it was really quite boring. Fortunately, it wasn't too long before the ability to embed images (and other more interesting types of content) inside web pages was added. There are other types of multimedia to consider, but it is logical to start with the humble {{htmlelement("img")}} element, used to embed a simple image in a webpage. In this article we'll look at how to use it in depth, including the basics, annotating it with captions using {{htmlelement("figure")}}, and detailing how it relates to {{glossary("CSS")}} background images.
Multimedia and Embedding Images
Prerequisites:
- + From 035754745e4ebeffdbb5759c8de1d9e72753eae5 Mon Sep 17 00:00:00 2001 From: Christine Belzie <105683440+CBID2@users.noreply.github.com> Date: Thu, 16 Mar 2023 22:42:12 -0400 Subject: [PATCH 3/5] Revised caption Co-authored-by: dawei-wang --- .../learn/html/multimedia_and_embedding/images_in_html/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md index f70feb1576022ba..c7c07059a23dee7 100644 --- a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md +++ b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md @@ -8,7 +8,7 @@ slug: Learn/HTML/Multimedia_and_embedding/Images_in_HTML In the beginning, the Web was just text, and it was really quite boring. Fortunately, it wasn't too long before the ability to embed images (and other more interesting types of content) inside web pages was added. There are other types of multimedia to consider, but it is logical to start with the humble {{htmlelement("img")}} element, used to embed a simple image in a webpage. In this article we'll look at how to use it in depth, including the basics, annotating it with captions using {{htmlelement("figure")}}, and detailing how it relates to {{glossary("CSS")}} background images.
Multimedia and Embedding ImagesMultimedia and Embedding Images
Prerequisites:
- + From bae4633d8f6f779230a194e34c161e9683b25147 Mon Sep 17 00:00:00 2001 From: Christine Belzie <105683440+CBID2@users.noreply.github.com> Date: Fri, 17 Mar 2023 00:03:22 -0400 Subject: [PATCH 4/5] Changed caption --- .../learn/html/multimedia_and_embedding/images_in_html/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md index c7c07059a23dee7..26d3d7bddb61c2e 100644 --- a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md +++ b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md @@ -8,7 +8,7 @@ slug: Learn/HTML/Multimedia_and_embedding/Images_in_HTML In the beginning, the Web was just text, and it was really quite boring. Fortunately, it wasn't too long before the ability to embed images (and other more interesting types of content) inside web pages was added. There are other types of multimedia to consider, but it is logical to start with the humble {{htmlelement("img")}} element, used to embed a simple image in a webpage. In this article we'll look at how to use it in depth, including the basics, annotating it with captions using {{htmlelement("figure")}}, and detailing how it relates to {{glossary("CSS")}} background images.
Multimedia and Embedding ImagesMultimedia and Embedding Images
Prerequisites:
- + From 5c7e549b6ece6e0e59cd41b32773ce31fcd09cb3 Mon Sep 17 00:00:00 2001 From: Christine Belzie <105683440+CBID2@users.noreply.github.com> Date: Fri, 17 Mar 2023 00:05:23 -0400 Subject: [PATCH 5/5] Changed caption --- .../learn/html/multimedia_and_embedding/images_in_html/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md index 26d3d7bddb61c2e..072f4c7e27b4a39 100644 --- a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md +++ b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/index.md @@ -8,7 +8,7 @@ slug: Learn/HTML/Multimedia_and_embedding/Images_in_HTML In the beginning, the Web was just text, and it was really quite boring. Fortunately, it wasn't too long before the ability to embed images (and other more interesting types of content) inside web pages was added. There are other types of multimedia to consider, but it is logical to start with the humble {{htmlelement("img")}} element, used to embed a simple image in a webpage. In this article we'll look at how to use it in depth, including the basics, annotating it with captions using {{htmlelement("figure")}}, and detailing how it relates to {{glossary("CSS")}} background images.
Multimedia and Embedding ImagesMultimedia-and-Embedding-Images
Prerequisites:
- +
Multimedia-and-Embedding-ImagesMultimedia and Embedding Images
Prerequisites: