Assessment for the Advanced HTML text: Task1 and 2

Hi all!

I hope all of you are well and in good health.

Here is the link for Assessment Tasks:

Here are my links of Glitch:
https://advanced-html-text---task1.glitch.me

https://advanced-html-text---task2.glitch.me

Thanks in advance.
Have a nice day,

Thank you.

Arshad

elslamo alikom @sarshas356

you doing great well done just a notice :

  1. for task 2 the block quote should start from By default, till the end of line only and not wrapped by p element

and for the cite thing you have 2 option

this link will not be displayed to the user using the following method

<blockquote cite="https://developer.mozilla.org/en-US/docs/Learn/Accessibility">By default, <abbr title="Hypertext Markup Language">HTML</abbr> is accessible, if used correctly.</blockquote>

this one will display the link

<blockquote>By default, <abbr title="Hypertext Markup Language">HTML</abbr> is <cite><a href="cite="https://developer.mozilla.org/en-US/docs/Learn/Accessibility">accessible</a></cite>, if used correctly.</blockquote>

hope that help and have a nice day :slight_smile:

1 Like

Hi there!

Walikum salam.
Thank you for pointing out the mistakes.
I made the corrections.
Unfortunately, you did the mistake in writing the code in the second line which states that “this one will display the link”.
The mistake is: (a href="cite="https:)

Thanking you.
Have a nice day! :slightly_smiling_face:

Arshad

1 Like

elslamo alikom @sarshas356

you very welcome

ops you are right my bad :joy:

and thanks a lot and you too :slight_smile:

Doesn’t matter. sometimes it happens

Arshad

1 Like