Question
Easy

In context of HTML what will be the result of the following?

This is WEB HTML Page

1
This is WEB HTML Page
2
This is HTML Page
3
This is WEB <ins>HTML</ins> Page
4
This is WEB (deleted) HTML (inserted) Page
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Basics
Correct Answer
Option C
Explanation

The correct option is (3): The HTML code snippet uses the ` and tags, which are crucial for semantic markup, specifically for tracking revisions in a document. The WEB tag is meant to indicate that the text "WEB" has been deleted, and a standard web browser will typically render this with a strikethrough line to keep the deleted text visible for context. The HTML` tag indicates that…Read More