From 4f22d9bd65796a8797f165c91fe5a5c4768f7586 Mon Sep 17 00:00:00 2001 From: Nathan Janota <92643917+TitanTankNate@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:41:28 -0400 Subject: [PATCH] Add link to infographic video Added link to infographic video detailing the "browser wars" Resolves issue #28783 --- .../intermediate_css_concepts/browser_compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intermediate_html_css/intermediate_css_concepts/browser_compatibility.md b/intermediate_html_css/intermediate_css_concepts/browser_compatibility.md index 3217fe7149d..83a642954fe 100644 --- a/intermediate_html_css/intermediate_css_concepts/browser_compatibility.md +++ b/intermediate_html_css/intermediate_css_concepts/browser_compatibility.md @@ -20,7 +20,7 @@ The release of Nexus was just the beginning though, as in the next decade people In 1995 the world got introduced to the first version of Internet Explorer, which became the dominant player in the market. At some point, Internet Explorer was used by more than 90% of all users. To counter this dominance, Netscape launched what would become Mozilla Foundation which develops and maintains Firefox. Soon after that, in 2003, Apple launched Safari, and in 2008, Google launched Chrome. -You're most likely familiar with most, if not all these names. There is a lot of competition among browsers still to this day, even though Chrome (and [Chromium](https://en.wikipedia.org/wiki/Chromium_(web_browser))) is the dominant player in the market. +You're most likely familiar with most, if not all these names. There is a lot of competition among browsers still to this day (as seen in [this infographic video](https://www.youtube.com/watch?v=W4wWdmfOibY)), even though Chrome (and [Chromium](https://en.wikipedia.org/wiki/Chromium_(web_browser))) is the dominant player in the market. ### What is browser compatibility?