From dd665bd188d77409d37d2f52528f0d63208b517f Mon Sep 17 00:00:00 2001 From: Narmada Muralikrishnan Date: Thu, 3 Aug 2023 19:15:07 +0530 Subject: [PATCH 1/2] =?UTF-8?q?Fix=20for=20Issue=20-=20#641=20=20|=20Test?= =?UTF-8?q?=20your=20skills:=20Advanced=20HTML=20text=20=E2=80=94=20Task?= =?UTF-8?q?=202,=20paragraph=202:=20Copy=20discrepancy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In Task 2, Paragraph tag 2 is not similar between the Starter code and End code. Fixed the issue. --- .../tasks/advanced-text/advanced-text2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/introduction-to-html/tasks/advanced-text/advanced-text2.html b/html/introduction-to-html/tasks/advanced-text/advanced-text2.html index 39f6b97ac..8a3d2075c 100644 --- a/html/introduction-to-html/tasks/advanced-text/advanced-text2.html +++ b/html/introduction-to-html/tasks/advanced-text/advanced-text2.html @@ -33,7 +33,7 @@

Advanced text semantics

Let's start with a quote:

-

By default, HTML is accessible, if used correctly.

+

HTML, Hypertext Markup Language is by default accessible, if used correctly.

CSS can also be used to make web pages more, or less, accessible.

@@ -63,7 +63,7 @@

Advanced text semantics

Let's start with a quote:

-

By default, HTML is accessible, if used correctly.

+

HTML, Hypertext Markup Language is by default accessible, if used correctly.

CSS can also be used to make web pages more, or less, accessible.

From cf768b0d1a761976c5af5011a38b74b40d8a3333 Mon Sep 17 00:00:00 2001 From: Narmada Muralikrishnan Date: Thu, 3 Aug 2023 19:19:25 +0530 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20for=20Issue=20-=20=20Test=20your=20sk?= =?UTF-8?q?ills:=20Advanced=20HTML=20text=20=E2=80=94=20Task=202,=20paragr?= =?UTF-8?q?aph=202:=20Copy=20discrepancy=20#641?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected the download file has well. --- .../tasks/advanced-text/advanced-text2-download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/introduction-to-html/tasks/advanced-text/advanced-text2-download.html b/html/introduction-to-html/tasks/advanced-text/advanced-text2-download.html index 9854bade2..8ea99cfbf 100644 --- a/html/introduction-to-html/tasks/advanced-text/advanced-text2-download.html +++ b/html/introduction-to-html/tasks/advanced-text/advanced-text2-download.html @@ -34,7 +34,7 @@

Advanced text semantics

Let's start with a quote:

-

By default, HTML is accessible, if used correctly.

+

HTML, Hypertext Markup Language is by default accessible, if used correctly.

CSS can also be used to make web pages more, or less, accessible.