HTML Tutorial for Beginners(2022) - Mark Strikethrough text

HTML Tutorial for Beginners(2022) - Mark Strikethrough text

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains how to apply strikethrough text in HTML using CSS. It highlights the obsolescence of the strike element and introduces the CSS text-decoration property with the value 'line-through' for styling text. An example demonstrates how to apply this property to a paragraph tag. Additionally, the video introduces the 'del' element as a new method for marking deleted text. The tutorial concludes with a summary of the techniques covered.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the modern method to apply strikethrough text in HTML?

Using the 'strike' element

Using the 'text-decoration' property with 'line-through'

Using the 'underline' property

Using the 'bold' element

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the example provided, which HTML element is styled with a strikethrough?

Table cell

List item

Paragraph tag

Heading tag

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must you do after saving changes to your HTML file to see the strikethrough effect?

Restart the computer

Clear the browser cache

Reopen the HTML file

Refresh the browser

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element is introduced for marking deleted text with a strikethrough?

ins

del

strike

remove

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'del' element in HTML?

To mark text as deleted with a strikethrough

To highlight text

To italicize text

To underline text