Question
Easy
In HTML Version-5, the _______ declaration tag is used by the web browser to understand the version of the HTML:
1
<!DOCTYPE html>
2
<$DOCUMENT html>
3
<#DOCTYPE html>
4
<#DOC html>
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Basics
Correct Answer
Option A
Explanation
The correct option is (1): The tag \ is the mandatory and only required Document Type Declaration (DOCTYPE) for all HTML5 documents. Its primary purpose is to inform the web browser about the document's structure and the HTML version it is based on, prompting the browser to use the correct rendering logic, known as "standards mode." This is a crucial first line of code that must appear before the…Read More
Similar Questions from HTET Exam - Level 3 - Year 2018
Question 1
Easy
Source :
HTET 2018
Let the postfix expression 3, 2, +, 7, *, 6, 5, +, 4, *, is being evaluated using a stack. What are the values on…
Chapter :
Data Structures (Through C++)
Topic :
Stack
Question 2
Easy
Source :
HTET 2018
Consider a relation R(A, B, C). Which of the following statement is not true according to inference rules for functional dependencies ?
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts
Question 3
Easy
Source :
HTET 2018
In C++, which of the following operator cannot be overloaded ?
Chapter :
Object-Oriented Programming (C++)
Topic :
OOP Concepts
Question 4
Easy
Source :
HTET 2018
In context C++, the process of individually copying each member of an object to the corresponding member of another object of the same class is…
Chapter :
Object-Oriented Programming (C++)
Topic :
OOP Concepts