HTML exam questions and answers pdf | HTML MCQ pdf | Multiple Choice Questions on HTML and CSS with Answers for various exams | HTML questions and answers pdf
HTML Multiple Choice Questions and Answers pdf
1) There are ___ levels of headings in HTML
a) A) Three
b) Four
c) Five
d) Six
Ans: d) Six
2) There are ___ level of headings in html
a) three
b) four
c) five
d) six
Ans: d) six
3) The purpose of markup is to
a) add hypertext capabilities
b) enhance the document
c) both A and B
d) none of the above
Ans: c) both A & B
4) Which of the following tags do not require a terminator?
a) <u>
b) <br>
c) <b>
d) none of the above
Ans: b) <br>
5) To get the ordered list, we use
a) <h1>
b) <ul>
c) <ol>
d) <ml>
Ans: c) <ol>
6) For a particular font, its size attribute can be an absolute value-ranging form
a) 1-10
b) 1-9
c) 1-8
d) 1-7
Ans: a) 1-10
7) The Major components of the Web browser are ___
A) Menu Bar
B) ToolBar
C) Location
D) All Of the Above
Ans: D) All Of the Above
8) Which one of the following tags is used to insert graphics in the webpage?
a) <image>
b) <images>
c) <img>
d) <graphics>
Ans: c) <img>
9) The following html tag is used to display the content as moving text
a) <marquee>
b) </img>
c) <a href>
d) none of the above
Ans: a) <marquee>
10) html comment should be enclosed between
a) <!– and — >
b) <! And !>
c) <!— and –“”
d) none of the above
Ans: a) <!– and — >
11) ___ tag is used before beginning of the paragraph text
a) <textarea>
b) <sup>
c) <p>
d) <h1>
Ans: c) <p>
12) Example of picture editing software is
a) ms paint
b) photoshop
c) animator pro
d) none of the above
Ans: b) photoshop
13) CD ROM stands for
a) computer disk read only memory
b) computer disk read out memory
c) compact disk read only memory
d) compact disk read out memory
Ans: c) compact disk read only memory
14) html document have the extension ____
a) .htx or .htxl
b) .htm or .html
c) .hmt or hmtl
d) none of the above
Ans: b) .htm or .html
15) The ___ element can be used to identify your html file to the outside world
a) title
b) body
c) head
d) none of the above
Ans: d) none of the above
16) The decimal range of network address for class b network is between
a) 127-190
b) 128-190
c) 128-191
d) 127-255
Ans: c) 128-191
17) Which of the following tags do not require a terminator?
a) <u>
b) <br>
c) <b>
d) none of the above
Ans: b) <br>
18. CGI stand for
A) Command Gate Interface
B) Common Gateway Interface
C) Common Gate input
D) None of the above
Ans: B) Common Gateway Interface
19) For a particular font, its size attribute can be an absolute value ranging from
A) 1-10
B) 1-9
C) 1-8
D) 1-7
Ans: D) 1-7
20) Which of the following is true?
A) In tables, header cells are centred by default, and the data cells are right-aligned.
B) In the case of character formatting, the tag <TW> is used for typewriter-like text
C) Unordered list starts with <UL> and ends with <UL>
D) <SUPR> tag is used for superscripts text
Ans: C) Unordered list starts with <UL> and ends with <UL>
21) Which of the following is true?
A) BR tag is used to have a blank line
B) In tables, the header cell is centred by default and the data cells are right-aligned
C) The <TR> is used to create a data cell
D) INPUT tag must have at least 4 attributes
Ans: A) BR tag is used to have a blank line
22) Example for bitmap application is
A) MS paint
B) Photoshop
B) Sound recorder
D) None of the above
Ans: A) MS paint
23) The ideal rate for animation is
A) 30 Frames/second
B) 20 Frames/second
C) 40 Frames/second
D) None of the above
Ans: A) 30 Frames/second
24) The symbol that identifies that HREF attribute as the name of a NAME anchor rather than an address or filename is
A) “&”
B) “$”
C) “#”
D) “!”
Ans: C) “#”
25) The purpose of markup is to
A) Add hypertext capabilities
B) Enhance the document
C) Both a) & b)
D) None of the above
Ans: C) Both a) & b)
26) to get the ordered list we use
A) <HI>
B) <UL>
C) <OL>
D) <ML>
Ans: C) <OL>
27) HTML is the method by which ordinary text can be converted into
A) ASCII Text
B) EBCDIC Text
C) Hypertext
D) None of the above
Ans: C) Hypertext
28). OLE stands for
A) Object-level embedding
B) Object linking and embedding
C) Object-level extraction
D) None of the above
Ans: B) Object linking and embedding
29) Example of picture editing software is
A) MS paint
B) Photoshop
C) Sound recorder
D) None of the above
Ans: B) Photoshop
30) Which of the following tags do not require a terminator?
A) <U>
B) <BR>
C) <B>
D) None of above
Ans: B) <BR>
31) The tag to give visual division between sections of the page and which causes the browser to draw an embossed line is
A) <HL>
B) <HR>
C) <UR>
D) None of the above
Ans: B) <HR>
32) Which one of the following tags is used to insert graphics on the web page?
A) <IMAGE>
B) <IMAGES>
C) <IMG>
D) <GRAPHICS>
Ans: C) <IMG>
33) In HTML, the ____ tag contains information about the current document, such as title, etc.
A) Body
B) TD
C) HEAD
D) None of the above
Ans: C) HEAD
34) Which of the following is false?
A) TYPE and NAME are the attributes of the INPUT tag
B) SCR is a must if UNPUT TYPE is image
C) POST allows the content of the forms to be passed one element at a time
D) GET allows accepting one element at a time
Ans: D) GET allows accepting one element at a time
35) The components of multimedia are
A) Text, pictures, video, sound
B) Text pictures, animation
C) Text, pictures, video, animation, sound
D) None of the above
Ans: C) Text, pictures, video, animation, sound
36) Which of the following NOT a sound property
A) Asterisk
B) Critical stop
C) Default beep
D) Frame grabber
Ans: C) Default beep
37. If you want to allow to play music on your web page with Internet Explorer; will not work with people browsing with Netscape.
a) <BGSOUND SRC=sounds.wav loop=infinite>
b) <Bgsound = abc.wav loop =infinite>
c) <background sound= sound.wav loop= infinite >
d) None of the above
Ans: a) <BGSOUND SRC=sounds.wav loop=infinite>
38) The application of creative mixer is
A) To control the only output of the audio signal
B) To control only input of the audio signal
C) To control both the input and output of the audio signal
D) None of the above
Ans: C) To control both input and output of the audio signal
39) JPEG stands for
A) Joint photographic embedded group
B) Joint photographic extended group
C) Joint photographic experts group
D) None of the above
Ans: C) Joint photographic experts group
40) Morphing is also related to
A) Text
B) Sound
C) Animation
D) None of the above
Ans: C) Animation
41) Minimum main memory required to set up a multimedia computer is
A) 4GB
B) 4MB
C) 200MB
D) 8MB
Ans: D) 8MB
42) CD-ROM stands for
A) Computer disk read-only memory
B) Computer disk readout memory
C) Compact disk read-only memory
D) Compact disk readout memory
Ans: C) Compact disk read-only memory
43) MIDI stands for
A) Musical interface digital instrument
B) Musical instrument digital interfaces
C) Musical instrument digital input
D) Musical instrument, digital instrument
Ans: B) Musical instrument digital interfaces
44) TIFF stands for
A) Tagged image file format
B) Textual images file format
C) Tagged image font file
D) None of the above
Ans: A) Tagged image file format
45) WMF is a
A) Text format
B) Vector format
C) CompuServe
D) None of the above
Ans: B) Vector format
46) The application of wave studio is
A) Transfer sound information from analog to digital
B) It is used to record play and edits 8-bit or 16-bit wave data
C) Transfer sound information from waveform to avi form
D) None of the above
Ans: B) It is used to record play and edits 8-bit or 16-bit wave data
47) The main factor in the rapid growth of net was the inclusion of ___ protocol in the Berkely versions of ___
A) TCP/IP, Xenix
B) TCP/IP, Linux
C) TCP/IP, Punix
D) None of the above
Ans: C) TCP/IP, Punix
48) For abbreviation we can use
a) <abbr> </abbr> tags
b) <acronym> </acronym>
c) Both of the Above
d) None of the Above
Ans: c) Both of the Above
49) FTP applications are
A) Used to download and upload files
B) Internet browsers
C) Used to send E-mails
D) Used to chat with other people
Ans: A) Used to download and upload files
50) Which of the following FTP program found in all the windows system?
A) WFTP.EXE.
B) FTP.EXE.
C) WSFTP.EXE
D) TFTP.EXE
Ans: B) FTP.EXE.
51) The domain for India is
A) Ind
B) Indi
C) In
D) Indus
Ans: C) In
52) Modem speeds are measured in
a) bsp
b) bps
c) bds
d) none of the above
Ans: b) bps
53) Which of the following is true?
A) TCP/IP account is less expensive than the shell account and does not allow graphics to download.
B) TCP/IP account is more expensive than the shell account and does allow graphics to download.
C) TCP/IP account is more expensive than the shell account and allow graphics to download
D) None of the above
Ans: C) TCP/IP account is more expensive than the shell account and allow graphics to download
54) DNS server is used for
A) To translate the domain name of another computer into IP address only
B) To translate the domain name of another computer into IP address and vice versa on request
C) To translate the IP address to the domain name
D) None of the above
Ans: B) To translate the domain name of another computer into IP address and vice versa on request
55) The program which can be used to make your computer act as a terminal is
A) Terminal simulation program
B) Terminal emulation program
C) Terminal emulsion program
D) None of the above
Ans: B) Terminal emulation program
56) ___ is widely known as the father of the world wide web
A) Tom Berners-lee
B) Tom bruce-lee
C) Tim bruce-lee
D) Tim Berners-Lee
Ans: D) Tim Berners-Lee
57) The search engine, which lets you search across sites in many languages, ranging from greek to Hebrew to Estonian.
A) www.isleuth.com
B) www.altavista.digital.com
C) www.excite.com
D) www.yahoo.com
Ans: B) www.altavista.digital.com
58) The leading bit pattern for the class c network is
A) 0
B) 10
C) 101
D) None of the above
Ans: D) None of the above
59) Which of the following is true
A) TCP/IP link allows your computer to function as an internet host
B) Local area network link allows your computer to function as an internet host
C) TCP/IP link does not allow the computer to the internet host
D) Local area network link cannot be used as intranet host
Ans: A) TCP/IP link allows your computer to function as an internet host
60) URL is an acronym for
A) Universal research locator
B) Universal resource locator
C) Uniform research locator
D) Uniform resource locator
Ans: D) Uniform resource locator
61) The following is best suitable for remote administration of a computer
A) WAIS
B) Browsers
C) Telnet
D) None of the above
Ans: C) Telnet
62) Www.lycos.com was developed by
A) Cambridge university
B) California university
C) Carnegie-Mellon university
D) None of the above
Ans: C) Carnegie-Mellon university
63) Which of the following is not a layer of the OSI reference models
A) Session
B) Data transmission
C) Network
D) Physical
Ans: B) Data transmission
64) ARPA is the acronym for
A) Applied research project agency
B) Advanced remote project agency
C) Applied remote project agency
D) Advanced research project agency
Ans: D) Advanced research project agency
65) VSNL is an acronym for
A) Vishesh Samachar Nigam ltd
B) Virat Sanchar Nigam ltd
C) Videsh Sanchar Nigam ltd
D) Videsh Samachar Nigam ltd
Ans: C) Videsh Sanchar Nigam ltd
66) TCP is the acronym for
A) Transmission control protocol
B) Transit control protocol
C) Transmission calling protocol
D) None of the above
Ans: A) Transmission control protocol
67) The network address of all ones represents
A) This network
B) All network
C) This node
D) None of the above
Ans: B) All network
68) Most of the E-mail service providers use either ___ or ___ protocol for e-mail
A) X.25, X.500
B) X.50, X.400
C) X.25, X.400
D) None of the above
Ans: C) X.25, X.400
69) IMAP is an acronym for
A) Internet mail access protocol
B) International mail access protocol
C) Interactive mail access protocol
D) None of the above
Ans: C) Interactive mail access protocol
70) URI is the acronym for
A) Universal resource identifier
B) Unified resource identifier
C) Universal reference identifier
D) None of the above
Ans: A) Universal resource identifier
71) HTML is acronym for
A) Hypertext marking language
B) Hypertext making language
C) Hypertext markup language
D) Hyper transport markup language
Ans: C) Hypertext markup language
72) The domain name “gov.” stands for
A) U.S.Governmet
B) Any Government
C) Developed nations government
D) None of the above
Ans: A) U.S.Governmet
73) BBS are ventured usually run by
A) Government
B) Institutes
C) Students
D) None of the above
Ans: A) Government
74) Which of the following is not correct in regard to the E-mail system
A) Using encryption you could electronically deliver confidential documents saving time and money
B) Limited only to local area network
C) Cost of sending messages across the world is the same as that of sending across the city
D) If the recipient is not around, the message is delivered to this mailbox
Ans: B) Limited only to local area network
75) Every resource available on the web has an address that may be encoded by a
A) URI
B) HTTP
C) BOTH A) & B)
D) None of the above
Ans: A) URI
76) The actual number of usable class a network is
A) 127
B) 128
C) 126
D) None of the above
Ans: A) 127
77) In Microsoft Outlook Express, if the same e-mail has to be sent to many addresses what can be done?
A) The addresses are typed in the to box separated by a comma or a colon
B) E_Mail are sent one by one typing the addresses separately
C) Same messages cannot be sent to different users
D) None of the above
Ans: A) The addresses are typed in the to box separated by a comma or a colon
78) While sending e-mail addresses typed against BCC receive ___
A) Blank Carbon Copy
B) Block Carbon Copy
C) Blind Carbon Copy
D) None of the above
Ans: C) Blind Carbon Copy
79) In India E-mail through an Internet service provider is available since
A) August 15, 1994
B) August 14, 1995
C) August 15, 1995
D) August 14, 1996
Ans: C) August 15, 1995
80) HTTP stands for
A) Hyper Text Transfer Protocol
B) Hyper Text Transfer Process
C) Higher Text Transfer Process
D) None of the above
Ans: A) Hyper Text Transfer Protocol
81) The class B network format is
A) Network. Node. Network. Node
B) Network. Node. Node. Node
C) Network. Network. Network. Node
D) Network. Network. Node. Node
Ans: D) Network. Network. Node. Node
82) POP is an acronym for
A) Process Order Protocol
B) Post Order Protocol
C) Power Order Protocol
D) Post Office Protocol
Ans: D) Post Office Protocol
83) BBS based message can be echoed across the world through
A) Globalnet
B) Fidonet
C) Didonet
D) Internet
Ans: D) Internet
84) E-mail works on
A) Forward and Backward Principle
B) Store and Retrieve Principle
C) Store and Forward Principle
D) Front and Back Principle
Ans: C) Store and Forward Principle
85) The Web relies on the following mechanisms to make it resource readily available.
A) A uniform naming scheme
B) Protocols
C) Hypertext
D) All the above.
Ans: B) Protocols
86) WWW stands for
a) wide world web
b) web world wide
c) world wide web
d) world web wide
Ans: c) world wide web
87) WINS stands for
a) windows intranet named service
b) world internet name server
c) world intranet named service
d) windows internet name service
Ans: d) windows internet name service
88) SLIP is an acronym for
a) selected line input process
b) selected line inputs provider
c) serial line internet protocol
d) serial line input process
Ans: c) serial line internet protocol
89) PPP is an acronym for
a) process to process protocol
b) process to process pointing
c) point to point process
d) point to point protocol
Ans: d) point to point protocol
90) A modem is used for
a) to connect the local area network to TCP/IP network
b) to connect internet via telephone line
c) to connect internet via satellite
d) all the above
Ans: d) all the above
91) Which of the following FTP program found in all the windows system?
a) wftp.exe
b) wsftp.exe
c) ftp.exe
d) tftp.exe
Ans: c) ftp.exe
92) OSI stands for
a) open system interconnect
b) open system interface
c) other system interface
d) none of the above
Ans: b) open system interface
93) The domain name for India is
a) ind
b) indi
c) in
d) India
Ans: c) in
94) Which of the following is not a layer of the OSI reference model.
a) Session
b) Data transmission
c) Network
d) Physical
Ans: b) Data transmission
95) SMTP stands for
a) simple mail transfer protocol
b) single mail transfer protocol
c) sequential mail transfer protocol
d) none of the above
Ans: a) simple mail transfer protocol
96) Email works on
a) forward and backward principle
b) store and retrieve principle
c) store and forward principle
d) front and back principle
Ans: a) forward and backward principle
97) The domain name “gov” stands for
a) us government
b) any government
c) developed nations government
d) none of the above
Ans: b) any government
98) ftp application is
a) internet browsers
b) used to send email
c) used to download and upload files
d) none of the above
Ans: c) used to download and upload files
99) http stands for
a) hyper text transfer process
b) hyper text transfer protocol
c) higher text transfer process
d) none of the above
Ans: b) hyper text transfer protocol
100) url is the acronym for
a) Uniform research location.
b) Uniform resource locator
c) Uniform resource location.
d) Uniform resistor locator.
Ans: b) Uniform resource locator
I am loving it ,thak you soooooooooo much 😍😍😍😍😍😍😍😊😊😊😃😃😃😃
I will pay anyone who shares the first forty questions with their answers
Thanku so much😍😍
Tanks my teacher
A lot of thanks for all your important efforts on This web site. Kate loves engaging in investigation and it’s really easy to understand why. I do know all regarding the dynamic medium you give critical secrets on this Website website and and foster participation from Some others on that articles plus our daughter is usually finding quite a bit. Have some fun While using the remaining percentage of The brand new 12 months. You will be conducting a terrific task.
Thank you ☺️
Thank you 😊
thank you sir 😊😊😊😊😊