0% found this document useful (0 votes)
274 views

HTML Is What Type of Language ?: A. B. C. D

The document contains 20 multiple choice questions about HTML topics like what type of language HTML is (markup), its basic tags like <html> and <img>, its history including being first proposed in 1990, and how it is rendered in web browsers. It tests fundamental knowledge about HTML including its structure, common elements, and purpose.

Uploaded by

Sara Akbari
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
274 views

HTML Is What Type of Language ?: A. B. C. D

The document contains 20 multiple choice questions about HTML topics like what type of language HTML is (markup), its basic tags like <html> and <img>, its history including being first proposed in 1990, and how it is rendered in web browsers. It tests fundamental knowledge about HTML including its structure, common elements, and purpose.

Uploaded by

Sara Akbari
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Q. HTML is what type of language ?

A.Scripting Language
B.Markup Language
C.Programming Language
D.Network Protocol
Answer : Markup Language [Option : B]

Q. HTML uses
A.User defined tags
B.Pre-specified tags
C.Fixed tags defined by the language
D.Tags only for linking
Answer : Fixed tags defined by the language [Option : C]

Q. The year in which HTML was first proposed _______.


A.1990
B.1980
C.2000
D.1995
Answer : 1990 [Option : A]

Q. Fundamental HTML Block is known as ___________.


A.HTML Body
B.HTML Tag
C.HTML Attribute
D.HTML Element
Answer : HTML Tag [Option : B]

Q. Apart from <b> tag, what other tag makes text bold ?
A.<fat>
B.<strong>
C.<black>
D.<emp>
Answer : <strong> [Option : B]
Q. What is the full form of HTML?
A.HyperText Markup Language
B.Hyper Teach Markup Language
C.Hyper Tech Markup Language
D.None of these
Answer : HyperText Markup Language [Option : A]

Q. Who is Known as the father of World Wide Web (WWW)?


A.Robert Cailliau
B.Tim Thompson
C.Charles Darwin
D.Tim Berners-Lee
Answer : Tim Berners-Lee [Option : D]

Q. What should be the first tag in any HTML document?


A.<head>
B.<title>
C.<html>
D.<document>
Answer : <html> [Option : C]

Q. How can you make a bulleted list with numbers?


A.<dl>
B.<ol>
C.<list>
D.<ul>
Answer : <ol> [Option : B]

Q. What tag is used to display a picture in a HTML page?


A.picture
B.image
C.img
D.src
Answer : img [Option : C]
Q. HTML web pages can be read and rendered by _________.
A.Compiler
B.Server
C.Web Browser
D.Interpreter
Answer : Web Browser [Option : C]

Q. Which of the following is not a browser ?


A.Microsofts Bing
B.Netscape Navigator
C.Mozilla Firefox
D.Opera
Answer : Microsofts Bing [Option : A]

Q. Which HTML tag produces the biggest heading?


A.<h7>
B.<h9>
C.<h4>
D.<h1>
Answer : <h1> [Option : D]

Q. HTML tags are surrounded by which type of brackets.


A.Curly
B.Round
C.Squart
D.Angle
Answer : Angle [Option : D]

Q. Tags and texts that are not directly displayed on the page are written in _____
section.
A.<head>
B.<title>
C.<body>
D.<html>

Answer : <head> [Option : A]

You might also like