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
Similar Questions from HTET Exam - Level 3 - Year 2018
Question 1
Easy
Source :
HTET 2018
URL stands for:
Chapter :
Computer Networks & Internet
Topic :
Internet Fundamentals
Question 2
Easy
Source :
HTET 2018
Consider the following SQL query: SELECT title, name FROM Employee ORDER BY title, name DESC; In output of above query the different titles are listed…
Chapter :
Database Management System (DBMS) & SQL
Topic :
SQL
Question 3
Easy
Source :
HTET 2018
_______ is an application layer protocol while _______ is internet layer protocol in TCP/IP reference model.
Chapter :
Computer Networks & Internet
Topic :
Internet Protocols
Question 4
Easy
Source :
HTET 2018
Intersection operation on two database relation is:
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts