HTML Web Design Questions and Answers
Practice ModeShowing 10 of 196 questions
Q151
Which of the following will NOT be found in the <head> section ?
Answer: Option C
Q152
Which property tells how many rows a cell should span ?
Answer: Option C
Q153
You can add names to each frame window using which setting ?
Answer: Option A
Q154
Using Hspace will add what to your image ?
Answer: Option A
Q155
What is HTML?
Answer: Option D
Explanation: HTML is the standard markup language that defines the structure of webpages using elements and tags.
Q156
Who is the father of HTML?
Answer: Option B
Explanation: Tim Berners-Lee invented HTML and the World Wide Web in 1989 while working at CERN.
Q157
HTML stands for __________
Answer: Option A
Explanation: HTML stands for HyperText Markup Language, which is the standard language for creating web pages.
Q158
What is the correct syntax of doctype in HTML5?
Answer: Option D
Explanation: The doctype declaration for HTML5 is simplified to <!doctype html> and is not case-sensitive.
Q159
Which of the following is used to read an HTML page and render it?
Answer: Option C
Explanation: Web browsers like Chrome, Firefox, and Safari parse HTML documents and render them as visual web pages.
Q160
Which of the following is not a difference between HTML and XHTML?
Answer: Option A
Explanation: HTML and XHTML have different character sets: HTML uses "text/html" while XHTML uses "application/xml+xhtml".