On a web page coded in HTML, there is a sentence that reads, "Welcome to Assessments Section." Sam wants to insert the word "the" before "Assessments." He also wants to delete the word Assessments and replace it with another word. How will the inserted and deleted text appear?

The inserted text will appear as ___________ text. The deleted text will appear as ___________ text.


1st blank answer choices :
- italicized
- struck through
- bold
- underlined


2nd blank answer choices :
- italicized
- struck through
- bold
- underlined

Respuesta :

Answer:

The inserted text will appear as underlined text. The deleted text will appear as strike through text.

Explanation:

In HTML the text which has been inserted will appear as underlined text. It means if we insert something in HTML then it will underline it. This will highlight the text that has been inserted. While on the other hand if we delete some text and replace it with some other text, then it will appear as strikethrough text.

Strikethrough text is the text which is represented with a horizontal line in its center. It represents those words which are added by mistake and are not meant for inclusion.