0% found this document useful (0 votes)
35 views6 pages

HTML PQ

The document contains a quiz with multiple choice questions about HTML, CSS, JavaScript and related web technologies. It tests knowledge on topics like HTML tags, CSS properties, JavaScript syntax and functions, jQuery, databases and HTML5 features.

Uploaded by

retrowebexams
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views6 pages

HTML PQ

The document contains a quiz with multiple choice questions about HTML, CSS, JavaScript and related web technologies. It tests knowledge on topics like HTML tags, CSS properties, JavaScript syntax and functions, jQuery, databases and HTML5 features.

Uploaded by

retrowebexams
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 6

1. HTML stand for?

A) Hyper Text Markup Language B) Hype Texture Mark Language


C) Hyper Text Mark Language D) Hipper Text Markup Language
2. HTML was introduced in?
A) 1998 B) 1999

C) 1990 D) 1995
3. JavaScript was introduced by?
A) W3C B) Netscape
C) Microsoft D) Google
4. HTML5 is cooperative project between the W3C and __________?
A) WHATSG B) WHATGS
C) HTML D) JavaScript
5. CSS is a ________ language?
A) Scripting B) Hypertext
C) Rule-based D) Structure
6. JQuery is a library of ___________?
A) HTML B) MySQL
C) JavaScript D) CSS
7. New DOCTYPE element in HTML5?
A) <!DOCTYPE html> B) <DOCTYPE html>
C) <!DOCTYPE HTML> D) <DOCTYPE HTML>
8. How many basic tags used in HTML5?
A) 5 B) 7
C) 4 D) 9
9. OL used to create ____________?
A) List B) Unordered list
C) Ordered list D) Definition list
10. Website is a collection of ____________?
A) Document B) Pages
C) Web pages D) Dynamic pages
11. How many types of CSS?
A) 3 B) 6
C) 5 D) 2
12. <p style=” color: red; ”></p> which type of CSS applied?
A) External B) Inline
C) Internal D) Outline
13. _________ is a property to specified a space between the border of an element
and its contents.
A) Padding B) Margin
C) Subspace D) Merging
14. ___________ is used for specifying the animation?
A) @keyframe B) keyframes
C) @keyframes D) @frames
15. The Gecko engine is the main engine of____________.
A) Chrome B) Safari
C) Mozilla Firefox D) Internet Explorer
16. Which of the following is the engine for Safari browser?
A) Presto B) Trident
C) WebKit D) Gecko
17. HTML5 introduced 2 types of Semantic Tags namely Text-level and _____________?
A) Structural B) Functional
C) Visional D) Projection
18. __________ is made up of Rows and Column?
A) Table B) Forms
C) Web page D) Layout
19. The __________ attribute allows the user to span a cell along a
horizontal row.
A) Colspan B) Rowspan
C) Row D) Column
20. The __________ attribute spans a data cell along a vertical column.
A) Colspan B) Rowspan
C) Row D) Column
21. Which of the following element is used to specify the heading for
columns in a table?
A) <style> B) <td>
C) <tr> D) <th>
22. _________Represents a regular expression for validating the field’s value.
A) Required B) placeholder
C) pattern D) form
23. In the form the input type=”___________” includes full date and time in the
input.
A) Date&time B) Datetime
C) datetime D) timedate
24. Which of the following element is a data field that allows the user to edit
the data on the form?
A) output B) input
C) progress D) required
25. __________ is a combination of various elements such as video, graphics,
sound, and text.
A) Graphics B) Multimedia
C) 3D D) Sound
26. WebM is a new open source video container format supported by__________.
A) Google B) Mozilla
C) Opera D) Safari
27.__________ language is an object-based language?
A) HTML B) JavaScript
C) CSS D) C#
28. There are ____ types of JavaScript?
A) 3 B) 1
C) 2 D) 4
29. A ________ refers to a symbolic name that holds a value, which keeps changing
in JavaScript.
A) Numbers B) variable
C) Float D) Integer
30. Server-side & Client-side is a type of __________ language
A) CSS B) HTML
C) SQL D) JavaScript
31. var is a ____________?
A) Function B) Class
C) Method D) keyword
32. How many types of Data Types in JavaScript?
A) 2 B) 1
C) 4 D) 3
33. Primitive and composite is datatypes in ___________.
A) JavaScript B) HTML
C) HTML5 D) SQL
34. An escape sequence character is a special character that is preceded by a
__________.
A) Backslash (\) B) Quotation
C) Question Mark D) Double slash
35. A _______ is a piece of code that performs some operations on variables to
fulfill a specific task
A) Method B) function
C) Datatypes D) Character
36. ___________ Occurs when the mouse button is pressed and released.
A) ondblclick B) onmousemove
C) onclick D) onmouseover
37. jQuery is a short and fast JavaScript library developed by
__________
A) John Resig B) John Bullet
C) Denis Ritchie D) Johnson Blitz
38. JQuery has a lightweight library size of _______.
A) 17KB B) 19KB
C) 29KB D) 34KB
39. Which of the following is a process of specifying actions to be performed when
an event occurs?
A) Scripting B) Event Handling
C) Event Bubbling D) Function
40. The ________ loop executes a block of code as long as the given condition
remains true.
A) While B) for
C) Do while D) nested
41. The ______ statement can be used with decision-making statements.
A) continue B) stop
C) break D) fast
42. An ________ is a collection of values stored in adjacent memory locations.
A) Array B) Loop
C) Tags D) Function
43. JavaScript supports two types of arrays namely, Single-dimensional array and
_______.
A) Multi-Dimensional array B) Double-Dimensional Array
C) One-Dimensional Array D) Dimensional Array
44. There are two ways of passing arguments to a function namely, pass by value
and_________.
A) pass by limit B) pass by subject
C) pass by variable D) pass by reference
45. The history object is a part of the __________ object.
A) window B) math
C) date D) Browser
46. DOM stand for?
A) Document Object Module B) Document Object Modeling
C) Documentation Object Model D) Document Object Model
47. __________ retrieves a collection of HTML elements by using the specified ID.
A) getElementById() B) getElementsByTagName()
C) getElementsByName() D) close()
48. A JavaScript function is created under the _________ element.
A) script B) body
C) head D) form
49. _________ are used to link pages in a Web application.
A) Hyperlinks B) webpage
C) Website D) page
50. __________ is the mobile device with multitasking capabilities.
A) Laptop B) Smartphone
C) Desktop D) Telephone
51. Which of the following is the non-standard variation of <meta>tag?
A) Viewport meta tag B) Media queries
C) WebKit extensions D) link tag
52. A _________ is a small portable computing device with a small display screen
and keyboard.
A) Telephone B) Laptop
C) Mobile phone D) Tablets
53. With HTML5 canvas, the user can create a rectangle using the ________ method.
A) rect() B) canvas
C) arc() D) rectangle()
54. HTML5 canvas enables the user to draw image object on canvas using
the __________ method.
A) drawImage() B) arc()
C) image() D) rec()
55. Cookies cannot store large amount of information as the limit of _______.
A) 4KB B) 2KB
C) 8KB D) 100KB
56. The two types of HTML5 Web storage are namely, session storage and _________.
A) Local storage B) server storage
C) Host storage D) cookies storage
57. session and local storage enable to store around ______ of data per domain.
A) 5MB B) 7MB
C) 10MB D) 3MB
58. _______ enables to save data for longer periods on the user’s computer.
A) Local storage B) host storage
C) Cookies Storage D) Session Storage
59. This is an organized collection of data.
A) Database B) RDMBS
C) DBMS D) Data
60. ________ Supports two types of API namely, synchronous and asynchronous.
A) IndexedDB B) Data
C) Index Database D) IndexedRDB
61. ______ represents a hint that help users to enter the correct data in the form
field.
A) Required B) placeholder
C) Method D) Value
62. ________ is an HTML5 app that allows the user to create native apps.
A) PhoneGap B) Eclipse
C) Appcelerator D) Opera
63. The setItem() and getItem() methods are used to store and retrieve
the data from ______.
A) session storage. B) host storage
C) local storage. D) cookie storage
64. Its enables to save data for longer periods on the user’s computer, through the
browser.
A) Local storage B) host storage
C) session storage D) cookie storage
65. A feature that can detect location and list relevant information based on that
location is called..
A) geolocation B) Reallocation
C) Getlocation D) Location
66. Audio playback control that should be displayed such as resume, pause, play,
and volume.
A) autoplay B) loop
C) controls D) preload
67. _______ is a case-sensitive language.
A) JavaScript B) CSS
C) HTML D) C#
68. A data type contains a single literal value such as a number or a string.
A) primitive B) Composition
C) Composite D) Variable
69. <a href=” http://www.aptech-worldwide.com/”> this is an Example of.
A) Hyperlink B) Video
C) Audio D) Script
70. The _______ attribute of the a element specifies the location where the linked
Web page will open when a link is clicked.
A) target B) opposite
C) self D) composite
71. Add a subject line in the new e-mail message, the ________ attribute must be
inserted after the e-mail address.
A) ?subject= B) ?subjectline=
C) ?subject line= D) ?topic=
72. __________ paths are links that contain the complete address to get to a Web
page.
A) Relation B) relative
C) Absolute D) right
73. A mechanism used for adding style such as fonts, colors, and spacing
to Web documents.
A) HTML B) JavaScript
C) CSS D) Style
74. The first CSS3 drafts were released on June ______.
A) 1999 B) 1996
C) 1990 D) 1995
75. Image maps are images with _______ areas.
A) Dgagable B) moveable
C) clickable D) connectable
76. Which of the following navigation bar will load easily?
A) Text-based B) Image-based
C) Graphical D) Font-based
77. __________ are special characters that are reserved in HTML.
A) Entities B) Entry
C) Entries D) Enter
78. What does URI stand for?
A) Uniform Resource Informer B) Uniform Resource Identifier
C) Uniform Reply Identifier D) Uniform Recourse Information
79. which of the following is the mobile-based operating system developed by Apple?
A) Android B) iOS
C) Blackberry D) Symbian
80. The __________ element emphasizes the text as compared to its surrounding text.
A) Strong B) em
C) Italic D) Underline
81. API stand for__________.
A) Application Programming Interfaces B) Application Program
Interfaces
C) Application Programming Interchange D) Application Programming
Internet
82. URL Abbreviated from ___________.
A) Uniform Resource Locator B) Uniform Resource Location
C) Ultra Resource Locator D) Universal Resource Locator
83. XHTML is a language that combines HTML with _____________.
A) HTML5 B) CSS
C) XML D) JavaScript
84. __________ uses JavaScript and CSS to make dynamic Web pages.
A) DHTML B) XML
C) HTML D) XHTML
85. WHATWG Stand For
A) Web Hyperlink Apps Technology Working Group B) Web Hypertext App
Technology Working Group
C) Web Hypertext Application Technical Working Group D) Web Hypertext
Application Technology Working Group
86. GPS stand for
A) Globally Position System B) Global Position System
C) Global Positioning System D) General Positioning System
87. It is an extension Used for JavaScript
A) .html B) .css
C) .cs D) .js
88. CSS is an abbreviation of __________.
A) Capital Style Sheet B) Cascading Stylish Sheet
C) Correspond Style Sheet D) Cascading Style Sheet
89. ________ character denotes the end of a string in Regular Expression.
A) # B) &
C) $ D) @
90. The _____ statement allows to remove the object reference for each JavaScript
statement.
A) With B) window
C) Browser D) history
91. The ___________ property can be a gradient, pattern, or a CSS color.
A) strokeStyle B) strokeText
C) fillText D) fillStyle
92. Which of the following events respond to mouse clicks?
A) hover() B) pressed()
C) toggle() D) changed()
93. XML stand for
A) Extension Markup Language B) External Markup Language
C) Extensible Mark Language D) Extensible Markup Language
94. It is the biggest heading in HTML5
A) h1 B) h6
C) h4 D) h3
95. This extension belong to Cascading Style Sheet.
A) .cs B) .xml
C) .css D) .docx
96. __________ is a development technique that is used to create
asynchronous Web applications.
A) AJAX B) AJIX
C) AJX D) AJUX
97. jQuery is a JavaScript library which is supported on _____ browsers.
A) Single B) double
C) Multiple D) Non-individual
98. The ___________ tag is used for displaying information about the data.
A) meta B) collection
C) data D) pair
99. The type attribute is not included in _________.
A) HTML B) HTML4
C) HTML5 D) HTML3
100. px stand for
A) Pixel B) Peroxidation
C) Pixilation D) Proximity

You might also like