Unlimited Online Free Software Download! Get 100% Free
Hurry up!
Location: Bapunagar
Call: 800 053 0134
Email: info@hitechskillindia.in
Courses
CCC
Accounting
Software Development
Designing
Mobile Development
Digital Marketing
Specialized Courses
Live Project Training
Home
About
Placement Student's
Quiz
CCC Quiz
TallyPrime + GST Quiz
C, C++ Quiz
PHP Quiz
Laravel Quiz
React Quiz
NodeJS Quiz
Python Quiz
Java Quiz
WordPress Quiz
Digital Marketing Quiz
Front-End Quiz
Fullstack PHP Quiz
Fullstack Python Quiz
Fullstack Java Quiz
Fullstack WordPress Quiz
Fullstack NodeJS Quiz
Blog
Contact
E-Brochure
hot
Gallery
Career
We Are Hiring
Test Exam
Increase your skills
Inquiry Now
Home
About Us
Courses
CCC
Accounting
Software Development
hot
Designing
Mobile Development
new
Digital Marketing
Specialized Courses
new
Live Project Training
hot
Placement Student's
Quiz
CCC Quiz
TallyPrime + GST Quiz
C, C++ Quiz
PHP Quiz
Laravel Quiz
React Quiz
NodeJS Quiz
Python Quiz
Java Quiz
WordPress Quiz
Digital Marketing Quiz
Front-End Quiz
Fullstack PHP Quiz
Fullstack Python Quiz
Fullstack Java Quiz
Fullstack WordPress Quiz
Fullstack NodeJS Quiz
Blog
Contact Us
More
New
E-Brochure
hot
Gallery
Career
We Are Hiring
Test Exam
Increase your skills
Fullstack WordPress Quiz
Home
Quiz
Fullstack WordPress Quiz
Change Course
CCC Quiz
TallyPrime + GST Quiz
C, C++ Quiz
PHP Quiz
Laravel Quiz
React Quiz
NodeJS Quiz
Python Quiz
Java Quiz
WordPress Quiz
Digital Marketing Quiz
Front-End Quiz
Fullstack PHP Quiz
Fullstack Python Quiz
Fullstack Java Quiz
Fullstack WordPress Quiz
Fullstack NodeJS Quiz
Q.
1
There are ___ levels of heading in HTML
A.
Three
B.
Four
C.
Five
D.
Six
Correct Answer:
D. Six
Q.
2
The following html tag is used to display the content as a moving text
A.
<marquee>
B.
</img>
C.
<a href>
D.
none of the above
Correct Answer:
Q.
3
html comment should be enclosed between
A.
<!-- and -->
B.
<-- and -->
C.
<- and ->
D.
none of the above
Correct Answer:
A. <!-- and -->
Q.
4
_____ tag is used before beginning of the paragraph text
A.
<textarea>
B.
<sup>
C.
<p>
D.
<h1>
Correct Answer:
C. <p>
Q.
5
Example of picture editing software is
A.
ms paint
B.
photoshop
C.
animator pro
D.
none of the above
Correct Answer:
B. photoshop
Q.
6
html document have a extension ______
A.
.htx or .htxl
B.
.htm or .html
C.
.hmt or hmtl
D.
none of the above
Correct Answer:
B. .htm or .html
Q.
7
The _____ element can be used to identify your html file to the outside world
A.
title
B.
body
C.
head
D.
html
Correct Answer:
D. html
Q.
8
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
Correct Answer:
C. Unordered list starts with <UL> and ends with </UL>
Q.
9
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
Correct Answer:
A. BR tag is used to have a blank line
Q.
10
to get the ordered list we use
A.
<HI>
B.
<UL>
C.
<OL>
D.
<ML>
Correct Answer:
C. <OL>
Q.
11
HTML is the method where ordinary text can be converted into
A.
ASCII Text
B.
EBCDIC Text
C.
IVDSL Text
D.
None of the above
Correct Answer:
D. None of the above
Q.
12
WWW stands for
A.
wide world web
B.
web world wide
C.
world wide web
D.
world web wide
Correct Answer:
C. world wide web
Q.
13
The CSS property used to control the element’s font-size is__________
A.
text-size
B.
text-size
C.
text-style
D.
None
Correct Answer:
D. None
Q.
14
The HTML attribute used to define the internal stylesheet is___________
A.
style
B.
<style>
C.
<link>
D.
<script>
Correct Answer:
B. <style>
Q.
15
Which of the following CSS property is used to set the background image of an element?
A.
background-color
B.
background-attachment
C.
background-image
D.
None
Correct Answer:
C. background-image
Q.
16
Which of the following is the correct syntax to display the hyperlinks without any underline?
A.
a {decoration : no-underline;}
B.
a {text-decoration : underline;}
C.
a {text-decoration : none;}
D.
None
Correct Answer:
C. a {text-decoration : none;}
Q.
17
Which of the following is the correct syntax to make the background-color of all paragraph elements to yellow?
A.
all {background-color : yellow;}
B.
p {background-color : #yellow;}
C.
p {background-color : yellow;}
D.
all p {background-color : #yellow;}
Correct Answer:
C. p {background-color : yellow;}
Q.
18
Which of the following property is used as the shorthand property for the padding properties?
A.
padding-right
B.
padding-left
C.
padding
D.
All of the above
Correct Answer:
C. padding
Q.
19
The CSS property used to make the text bold is___________
A.
weight :bold
B.
font-weight : bold
C.
style : bold
D.
font : bold
Correct Answer:
B. font-weight : bold
Q.
20
The property in CSS used to change the background color of an element is_____________
A.
background-color
B.
color
C.
bgcolor
D.
None
Correct Answer:
A. background-color
Q.
21
Which of the following is the correct syntax for referring the external style sheet?
A.
<style src = “example.css” >
B.
<style src = example.css>
C.
<stylesheet> example.css</stylesheet>
D.
<link rel=“stylesheet” type=“text/css” href=“example.css”>
Correct Answer:
D. <link rel=“stylesheet” type=“text/css” href=“example.css”>
Q.
22
The HTML attribute used to define the inline styles is___________
A.
class
B.
styles
C.
style
D.
None of the above
Correct Answer:
C. style
Q.
23
The CSS property used to draw a line around the elements outside the border?
A.
line
B.
border
C.
padding
D.
outline
Correct Answer:
D. outline
Q.
24
Which of the following CSS property is used to specify the space between every letter inside an element?
A.
character-spacing
B.
alpha-spacing
C.
letter-spacing
D.
alphabet-spacing
Correct Answer:
C. letter-spacing
Q.
25
The CSS property used to make the rounded borders, or rounded corners around an element is________
A.
border-radius
B.
border-collapse
C.
border-spacing
D.
None
Correct Answer:
A. border-radius
Q.
26
The CSS property used to specify the transparency of an element is____________
A.
visibility
B.
filter
C.
overlay
D.
opacity
Correct Answer:
D. opacity
Q.
27
Which of the following property is used as the shorthand property of margin properties?
A.
margin-right
B.
margin-left
C.
margin
D.
None of the above
Correct Answer:
C. margin
Q.
28
The CSS property used to set the distance between the borders of the adjacent cells in the table is__________
A.
border-collapse
B.
border-spacing
C.
border-radius
D.
None
Correct Answer:
B. border-spacing
Q.
29
Are the negative values allowed in padding property?
A.
No
B.
Yes
C.
Can’t say
D.
May be
Correct Answer:
A. No
Q.
30
What are the valid values of font-style property?
A.
italic, bold, bolder
B.
normal, bold, italic
C.
underline, bold, italic
D.
inherit, italic, normal, oblique
Correct Answer:
D. inherit, italic, normal, oblique
Q.
31
Which CSS property is used to specify uppercase and lowercase letters in a text?
A.
text-transform
B.
text-case
C.
case
D.
text-casing
Correct Answer:
A. text-transform
Q.
32
In how many ways can CSS be added to HTML?
A.
One
B.
Two
C.
Three
D.
Infinite
Correct Answer:
C. Three
Q.
33
Which selector do we use to specify the rule for binding some particular unique element?
A.
class
B.
tag
C.
both tag and class
D.
id
Correct Answer:
D. id
Q.
34
Internal styles are written within the _____ element.
A.
<style>…</style>
B.
<css>…</css>
C.
<stylesheet>…</stylesheet>
D.
Both A. and B.
Correct Answer:
A. <style>…</style>
Q.
35
HTML is what type of language ?
A.
Scripting Language
B.
Markup Language
C.
Programming Language
D.
Network Protocol
Correct Answer:
B. Markup Language
Q.
36
Which HTML tag produces the biggest heading?
A.
<h7>
B.
<h9>
C.
<h4>
D.
<h1>
Correct Answer:
D. <h1>
Q.
37
Which is correct?
A.
<b>Click Here<b>
B.
<strong>Click Here<strong>
C.
<b>Click Here</b>
D.
</strong>Click Here</strong>
Correct Answer:
C. <b>Click Here</b>
Q.
38
To create a link to an anchor, you use the______property in A tag.
A.
Name
B.
Tag
C.
Link
D.
Href
Correct Answer:
D. Href
Q.
39
The page title is inside the____tag.
A.
Body
B.
Head
C.
Division
D.
Table
Correct Answer:
B. Head
Q.
40
<UL>...</UL> tag is used to ________
A.
display the numbered list
B.
underline the text
C.
display the bulleted list
D.
bold the text
Correct Answer:
C. display the bulleted list
Q.
41
<TD>...</TD> tag is used to ________
A.
Table Heading
B.
Table Data
C.
Table row
D.
none of the above
Correct Answer:
Q.
42
Which tag is used to create body text in HTML?
A.
<HEAD>
B.
<TEXT>
C.
<TITLE>
D.
<BODY>
Correct Answer:
D. <BODY>
Q.
43
Which plugin is used to cycle through elements, like a slideshow?
A.
orbit
B.
slideshow
C.
scrollspy
D.
carousel
Correct Answer:
D. carousel
Q.
44
Which plugin is used to create a modal window?
A.
modal
B.
window
C.
dialog Box
D.
popup
Correct Answer:
A. modal
Q.
45
Which plugin is used to create a tooltip?
A.
popup
B.
tooltip
C.
modal
D.
dialog Box
Correct Answer:
B. tooltip
Q.
46
Bootstrap’s grid system allows up to
A.
6 columns across the page
B.
12 columns across the page
C.
columns across the page
D.
columns across the pag
Correct Answer:
B. 12 columns across the page
Q.
47
Which class should be used to indicate a button group?
A.
btn-group-buttons
B.
btn-group
C.
btn-grp
D.
btn-buttons
Correct Answer:
B. btn-group
Q.
48
Which of the following bootstrap styles of buttons can be used to make the size of the button small?
A.
.btn-lg
B.
.btn-sm
C.
.btn-xs
D.
.btn-block
Correct Answer:
B. .btn-sm
Q.
49
How many Container class are there in Bootstrap?
A.
one
B.
Two
C.
Three
D.
Four
Correct Answer:
B. Two
Q.
50
The _________ class is used to right-align navigation bar buttons.
A.
.navbar-default
B.
.navbar-btn
C.
.navbar-right
D.
.navbar-rgt
Correct Answer:
C. .navbar-right
Q.
51
Which class is used to add buttons inside the navigation bar?
A.
.navbar-default
B.
.navbar-btn
C.
.navbar-button
D.
.navbar-right
Correct Answer:
B. .navbar-btn
Q.
52
Bootstrap is developed by
A.
James Gosling
B.
Mark Jukervich
C.
Mark Otto and Jacob Thornton
D.
None of them
Correct Answer:
C. Mark Otto and Jacob Thornton
Q.
53
Which of the following bootstrap style is used to add standard links to .navbar?
A.
navbar-link
B.
link
C.
form-link
D.
None of the above.
Correct Answer:
A. navbar-link
Q.
54
How do you insert a comment in a CSS file?
A.
// this is a comment //
B.
/* this is a comment */
C.
' this is a comment
D.
//this is a comment
Correct Answer:
B. /* this is a comment */
Q.
55
How do you change the left margin of an element?
A.
margin:
B.
indent:
C.
margin-left:
D.
text-indent:
Correct Answer:
C. margin-left:
Q.
56
Interpret this statement: <strong>Michelle</strong>
A.
It makes Michelle strong
B.
It highlights Michelle as being strong
C.
It will print out Michelle in bold font
D.
It will print out Michelle in italic font
Correct Answer:
C. It will print out Michelle in bold font
Q.
57
What is the tag for an inline frame?
A.
Iframe
B.
Inframe
C.
frame
D.
inlineframe
Correct Answer:
A. Iframe
Q.
58
Which of the following class in bootstrap is used to create a big box for calling extra attention?
A.
.box
B.
.container
C.
.container-fluid
D.
.jumbotron
Correct Answer:
D. .jumbotron
Q.
59
Which of the following class in Bootstrap is used to create a basic list group?
A.
.grouped-list
B.
.select-list
C.
.list-group
D.
.list-grouped
Correct Answer:
C. .list-group
Q.
60
Which of the following class in Bootstrap is used to create basic pagination?
A.
.page
B.
.pagin
C.
.paginate
D.
.pagination
Correct Answer:
D. .pagination
Q.
61
Which of the following class in Bootstrap is used to create a badge?
A.
.tag
B.
.badge
C.
.page
D.
.flag
Correct Answer:
B. .badge
Q.
62
The class in Bootstrap which is used to specify the collapsible elements is -
A.
.collapse
B.
.carousel
C.
.pager
D.
None of the above
Correct Answer:
A. .collapse
Q.
63
Which of the following class in Bootstrap is used for creating the large size modals?
A.
.modal-large
B.
.modal-sm
C.
.modal-big
D.
.modal-lg
Correct Answer:
D. .modal-lg
Q.
64
Which of the following is correct method to add a success button?
A.
<button class = "btn btn-success"> success </button>
B.
<button class = "btn button-success">success </button>
C.
<button class = "button btn-success">success </button>
D.
<button class = "button btn-primary"> success </button>
Correct Answer:
A. <button class = "btn btn-success"> success </button>
Q.
65
Which of the following class in Bootstrap is used to create a label?
A.
.label
B.
.badge
C.
.flag
D.
.popover
Correct Answer:
A. .label
Q.
66
Which of the following is correct about the Bootstrap Grid system?
A.
The Bootstrap Grid system allows 12 columns across the page.
B.
Bootstrap Grid system is responsive.
C.
Both (a) and (b)
D.
Neither (a) nor (b)
Correct Answer:
C. Both (a) and (b)
Q.
67
Which of the following class in Bootstrap is used to style a table with borders surrounding every element?
A.
.table-striped
B.
.table-bordered
C.
.table-border
D.
.table-color
Correct Answer:
B. .table-bordered
Q.
68
Which of the following class in Bootstrap is used to style a table with a light gray background to rows when the user moves the cursor over them?
A.
.table-striped
B.
.table-bordered
C.
.table-border
D.
.table-hover
Correct Answer:
D. .table-hover
Q.
69
In the below code snippet, in what order will the margins be added ? p { margin: 25px 50px 75px 100px; }
A.
Top, Right, Bottom, Left,
B.
Top, Left, Bottom, Right,
C.
Top, Bottom, Right, Left,
D.
Right, Left, Top, Bottom,
Correct Answer:
A. Top, Right, Bottom, Left,
Q.
70
Which of the following class in Bootstrap is used to provide a responsive fixed width container ?
A.
.container-fixed
B.
.container-fluid
C.
.container
D.
All of the above
Correct Answer:
C. .container
Q.
71
How can we select an element with a specific ID in CSS ?
A.
#
B.
.
C.
^
D.
None of the above
Correct Answer:
A. #
Q.
72
What type of CSS is generally recommended for designing large web pages ?
A.
Inline
B.
Internal
C.
External
D.
None of the above
Correct Answer:
C. External
Q.
73
What type of CSS is the following code snippet ? <h1 style = "color:blue;" >A Blue Heading </h1>
A.
Inline
B.
Internal
C.
External
D.
None of the above
Correct Answer:
A. Inline
Q.
74
How many columns are allowed in a bootstrap grid system ?
A.
2 columns
B.
12 columns
C.
3 columns
D.
5 columns
Correct Answer:
B. 12 columns
Q.
75
Which HTML tag is used to declare internal CSS ?
A.
<style>
B.
None of the above
C.
<link>
D.
<script>
Correct Answer:
A. <style>
Q.
76
What are the attributes used to change the size of an image ?
A.
Width and height
B.
Big and Small
C.
Top and bottom
D.
None of the above
Correct Answer:
A. Width and height
Q.
77
We enclose HTML tags within ?
A.
< >
B.
{ }
C.
! !
D.
None of the above
Correct Answer:
A. < >
Q.
78
Which of the following tags doesn't require a closing tag ?
A.
<br>
B.
<hr>
C.
Both the <hr> and the <br> tag
D.
None of the above
Correct Answer:
C. Both the <hr> and the <br> tag
Q.
79
Which property is used to define the font of the element's text?
A.
font
B.
font-family
C.
font-style
D.
All of the above
Correct Answer:
B. font-family
Q.
80
Which is the correct inline CSS for p tag to define paragrap's text and background colors?
A.
<p css="color: red; background-color: yellow;">
B.
<p cssstyle="color: red; background-color: yellow;">
C.
<p inline="color: red; background-color: yellow;">
D.
<p style="color: red; background-color: yellow;">
Correct Answer:
D. <p style="color: red; background-color: yellow;">
Q.
81
What does the abbreviation HTML stand for?
A.
Hyper Text Markup Language.
B.
HighText Markup Language.
C.
Hyper Text Markdown Language.
D.
None of the above.
Correct Answer:
A. Hyper Text Markup Language.
Q.
82
What is the smallest header in HTML by default?
A.
h1
B.
h4
C.
h2
D.
h6
Correct Answer:
D. h6
Q.
83
What are the types of lists available in HTML?
A.
Ordered, Unordered Lists.
B.
Bulleted, Numbered Lists.
C.
Named, Unnamed Lists.
D.
None of the above.
Correct Answer:
A. Ordered, Unordered Lists.
Q.
84
HTML files are saved by default with the extension?
A.
.html
B.
.ht
C.
.h
D.
None of the above
Correct Answer:
A. .html
Q.
85
We enclose HTML tags within?
A.
{}
B.
<>
C.
!!
D.
None of the above
Correct Answer:
B. <>
Q.
86
What is the effect of the tag?
A.
It converts the text within it to bold font.
B.
It is used to write black-colored font.
C.
It is used to change the font size.
D.
None of the above.
Correct Answer:
A. It converts the text within it to bold font.
Q.
87
Which of the following is correct about HTML?
A.
HTML uses User Defined Tags.
B.
HTML uses tags defined within the language.
C.
Both A and B.
D.
None of the above.
Correct Answer:
B. HTML uses tags defined within the language.
Q.
88
How to display preformatted text in HTML?
A.
<p>
B.
<hr>
C.
<pre>
D.
All of the above
Correct Answer:
C. <pre>
Q.
89
What is meant by an empty tag in HTML?
A.
There is no such concept of an empty tag in HTML
B.
An empty tag does not require a closing tag
C.
An empty tag cannot have any content within it
D.
None of the above
Correct Answer:
B. An empty tag does not require a closing tag
Q.
90
Which attribute is used to provide a unique name to an HTML element?
A.
id
B.
type
C.
class
D.
None of the above
Correct Answer:
A. id
Q.
91
What is the function of the HTML style attribute?
A.
It is used to add styles to an HTML element.
B.
It is used to uniquely identify some specific styles of some element.
C.
Both A and B.
D.
None of the above.
Correct Answer:
A. It is used to add styles to an HTML element.
Q.
92
Which of the following is the correct syntax for using the HTML style attribute?
A.
<tagname style "property: value;" >
B.
<tagname style — "property;" >
C.
<tagname style >
D.
None of the above
Correct Answer:
A. <tagname style "property: value;" >
Q.
93
Which HTML element is used to define description data?
A.
<li>
B.
<dl>
C.
<ol>
D.
<dd>
Correct Answer:
D. <dd>
Q.
94
Which of the following properties is used to change the font of text?
A.
font-family
B.
font-size
C.
text-align
D.
None of the above
Correct Answer:
A. font-family
Q.
95
How are quotations defined in HTML?
A.
<quote>
B.
<block>
C.
<blockquote >
D.
None of the above
Correct Answer:
C. <blockquote >
Q.
96
What tag is used to render an image on a webpage?
A.
img
B.
src
C.
image
D.
None of the above
Correct Answer:
A. img
Q.
97
Apart from <i> tag, which of the following tag is used to render a text in italics?
A.
<strong>
B.
<em>
C.
<b>
D.
None of the above
Correct Answer:
B. <em>
Q.
98
Colors are defined in HTML using?
A.
RGB Values
B.
HEX Values
C.
RGBA values
D.
All of the above
Correct Answer:
D. All of the above
Q.
99
Which property is used to set colors in HTML?
A.
color
B.
background-color
C.
font-color
D.
text-color
Correct Answer:
A. color
Q.
100
What are the types of unordered lists in HTML?
A.
Circle, square, disc.
B.
Triangle, Square, disc.
C.
Triangle, Circle, Disc.
D.
All of the above.
Correct Answer:
A. Circle, square, disc.
Q.
101
Which property is used to set border colors in HTML?
A.
border-color
B.
border
C.
Both A and B
D.
None of the above
Correct Answer:
B. border
Q.
102
Which of the following things are necessary to create an HTML page?
A.
A text editor.
B.
Web Browser
C.
Both A and B
D.
None of the above
Correct Answer:
C. Both A and B
Q.
103
Which HTML tag is called the root element of an HTML document?
A.
<html>
B.
<title>
C.
<bodY>
D.
<head>
Correct Answer:
A. <html>
Q.
104
How is black color represented in terms of RGB values?
A.
RGB(O, O, 0)
B.
RGB(IOO, 100, 100)
C.
RGB(IOO, 100, 0)
D.
RGB(100, O, 0)
Correct Answer:
A. RGB(O, O, 0)
Q.
105
What does the Alpha value in RGBA represent?
A.
Opacity value for a color.
B.
The shade of a color.
C.
Both A and B.
D.
None of the above.
Correct Answer:
A. Opacity value for a color.
Q.
106
What does the Alpha value of 0.0 represent?
A.
Fully Opaque.
B.
Fully Transparent.
C.
50% transparent.
D.
None of the above.
Correct Answer:
B. Fully Transparent.
Q.
107
How to set a font for a whole page?
A.
<targetfont>
B.
<defaultfont>
C.
<font>
D.
None of the above
Correct Answer:
B. <defaultfont>
Q.
108
Before using a pointer variable, it should be ___.
A.
Declared
B.
Initialized
C.
Both A. and B.
D.
None of the above
Correct Answer:
C. Both A. and B.
Q.
109
Which HTML tag is used to set up a Javascript–like client?
A.
<script>
B.
<select>
C.
<anchor>
D.
None of the above
Correct Answer:
A. <script>
Q.
110
What are the main components of the front end of any working website?
A.
HTML, CSS, Javascript.
B.
HTML only.
C.
Javascript only.
D.
Node.js.
Correct Answer:
A. HTML, CSS, Javascript.
Q.
111
What is the select tag used for?
A.
Creates a combo box.
B.
Select some attributes and change their style.
C.
Change text font.
D.
None of the above.
Correct Answer:
A. Creates a combo box.
Q.
112
The most basic part of any HTML page is?
A.
ASCII Text
B.
Binary Text
C.
Text
D.
None of the above
Correct Answer:
A. ASCII Text
Q.
113
What are those objects called which are used for storing data on the client provided by the HTML local storage?
A.
Windows.IocaIStorage
B.
Window.sessionStorage
C.
Both A and B
D.
None of the above
Correct Answer:
C. Both A and B
Q.
114
The default value of the BORDER attribute is?
A.
1 pixel
B.
2pixel
C.
4pixel
D.
8pixel
Correct Answer:
A. 1 pixel
Q.
115
What are some valid character sets available?
A.
UTE-8
B.
ANSI
C.
ASCII
D.
All of the above
Correct Answer:
D. All of the above
Q.
116
How many characters can be written in I KB?
A.
1048
B.
1024
C.
1000
D.
None of the above
Correct Answer:
B. 1024
Q.
117
Which of the following are examples of block–level elements in HTML?
A.
<div>
B.
<p>
C.
<hl>
D.
All of the above
Correct Answer:
D. All of the above
Q.
118
What are the properties of block-level elements?
A.
It always starts on a new line.
B.
It always takes the full width available.
C.
It has a top and bottom margin.
D.
All of the above.
Correct Answer:
D. All of the above.
Q.
119
If a background image is smaller than the screen on which it is being displayed, what will occur on the webpage?
A.
The blank space will be shown in black.
B.
The image will be repeated
C.
The image will be stretched
D.
The image will not be displayed
Correct Answer:
B. The image will be repeated
Q.
120
Which property allows an image link to show a text label?
A.
alt
B.
str
C.
alternative
D.
None of the above
Correct Answer:
A. alt
Q.
121
What is CSS stands for in Webdesign?
A.
Cascading Style Sheets
B.
Cascade Style Sheet
C.
Color Style Sheets
D.
Color Style Sheet
Correct Answer:
A. Cascading Style Sheets
Q.
122
What CSS describes?
A.
CSS describes how calculation perform on button click.
B.
CSS describes how HTML elements are to be displayed on screen, paper, or in other media
C.
Both A. and B.
D.
None of the above
Correct Answer:
B. CSS describes how HTML elements are to be displayed on screen, paper, or in other media
Q.
123
What is a CSS selector?
A.
A CSS selector is the CSS class name
B.
A CSS selector is the set of properties that are going to be applied on HTML elements
C.
A CSS selector is name of CSS file.
D.
A CSS selector is the first part of a CSS Rule. It may an HTML element or pattern of elements.
Correct Answer:
D. A CSS selector is the first part of a CSS Rule. It may an HTML element or pattern of elements.
Q.
124
In a CSS file, there is a CSS rule for paragraphs tags — what does p can be called?
A.
Selector
B.
Attribute
C.
Property
D.
Tag
Correct Answer:
A. Selector
Q.
125
Internal styles are written within the element.
A.
<style>...</style>
B.
<css>...</css>
C.
<stylesheet>...</stylesheet>
D.
Both A. and B.
Correct Answer:
A. <style>...</style>
Q.
126
Inline styles are written within the attribute.
A.
style
B.
css
C.
stylesheet
D.
Both A. and B.
Correct Answer:
A. style
Q.
127
CSS comments are placed within the
A.
//
B.
/* and */
C.
<* and *>
D.
<! and !>
Correct Answer:
B. /* and */
Q.
128
Can comments also span multiple lines?
A.
Yes
B.
No
C.
Both A and B
D.
None of the above
Correct Answer:
A. Yes
Q.
129
Which property is used to define the text color?
A.
text-color
B.
color
C.
font-color
D.
Both A. and B.
Correct Answer:
B. color
Q.
130
Which property is used to define the background color?
A.
background
B.
bg-color
C.
background-color
D.
Both A. and C.
Correct Answer:
D. Both A. and C.
Q.
131
From the given options which is/are the valid way to represent a color?
A.
A valid color name like blue
B.
HEX code like #0000ff
C.
RGB Value rgb(0,0,255)
D.
All of the above
Correct Answer:
D. All of the above
Q.
132
Which property is used to define the font of the element is text?
A.
font
B.
font-family
C.
font-style
D.
All of the above
Correct Answer:
B. font-family
Q.
133
To make a text italic, which CSS property is used?
A.
font
B.
font-family
C.
font-style
D.
All of the above.
Correct Answer:
C. font-style
Q.
134
Why font-weight property is used?
A.
Sets how thick or thin characters in text should be displayed.
B.
Sets the size of the font
C.
Both A. and B.
D.
None of the above
Correct Answer:
A. Sets how thick or thin characters in text should be displayed.
Q.
135
What is/are the correct value(s) of font-weight property?
A.
bold, italic, underline
B.
normal, bold, italic
C.
normal, bold, bolder, lighter, initial, and inherit
D.
None of the above
Correct Answer:
C. normal, bold, bolder, lighter, initial, and inherit
Q.
136
What is the correct syntax of border property in CSS?
A.
border: border-width border-style border-color
B.
border: border-color border-width border-style
C.
border: border-style border-width border-color
D.
All of the above
Correct Answer:
A. border: border-width border-style border-color
Q.
137
Which of the following is the correct syntax to remove the underline on hyperlinks and visited hyperlinks?
A.
a {text-decoration : underline;}, a:visited {text-decoration : underline;}
B.
a {text-decoration : block;), a:visited {text-decoration : block;}
C.
a {text-decoration : none;}, a:visited {text-decoration : none;}
D.
None of the above
Correct Answer:
C. a {text-decoration : none;}, a:visited {text-decoration : none;}
Q.
138
Which CSS property is used to style the hyperlinks on hover (Mouse over)?
A.
a:mouseover
B.
a:move
C.
a:mover
D.
a:hover
Correct Answer:
D. a:hover
Q.
139
If you want to use a green dotted border around an image, which CSS property is used for that?
A.
border-style
B.
border-color
C.
border-decoration
D.
Both A. and B.
Correct Answer:
D. Both A. and B.
Q.
140
Which CSS property and value is used to center an element?
A.
text-align:center
B.
align:center
C.
text-align:middle
D.
align:middle
Correct Answer:
A. text-align:center
Q.
141
What are the valid values of text-align property?
A.
left, middle, right
B.
left, center, right
C.
left, center, right, justify
D.
left, middle, right, justify
Correct Answer:
C. left, center, right, justify
Q.
142
What is the use of "text-align:justify" in CSS?
A.
Stretches the lines so that each line has equal width
B.
Stretches the lines so that each line can be arranged in left alignment
C.
Stretches the lines so that each line can be arranged in right alignment
D.
None of the above
Correct Answer:
A. Stretches the lines so that each line has equal width
Q.
143
Which CSS property is used to specify the indentation of the first line of a text?
A.
text-align
B.
padding-left
C.
text-indent
D.
margin-left
Correct Answer:
C. text-indent
Q.
144
Which CSS property is used to specify the space between the characters in a text?
A.
text-space
B.
letter-space
C.
letter-spacing
D.
letter-distance
Correct Answer:
C. letter-spacing
Q.
145
Which CSS property is used to specify the space between lines?
A.
line-space
B.
line-spacing
C.
line-padding
D.
line-height
Correct Answer:
D. line-height
Q.
146
Which CSS property is used to specify the space between the words in a text?
A.
word-spacing
B.
word-padding
C.
word-height
D.
characters-spacing
Correct Answer:
A. word-spacing
Q.
147
Which CSS property adds shadow to text?
A.
content-shadow
B.
text-shadow
C.
word-shadow
D.
text-outline
Correct Answer:
B. text-shadow
Q.
148
Which is the correct CSS statement to capitalize the first letter of each word?
A.
text-transform: uppercase
B.
text-transform: capitalize
C.
text-transform: sentence
D.
Both A. and B.
Correct Answer:
B. text-transform: capitalize
Q.
149
What are the valid values of text-transform property?
A.
uppercase, lowercase, and capitalize
B.
uppercase, lowercase, capitalize, and sentence
C.
upper, lower, and capital
D.
upper, lower, capital, and sentence
Correct Answer:
A. uppercase, lowercase, and capitalize
Q.
150
What are the valid values of "text-decoration" property?
A.
overline, line-through, underline, and none
B.
overline, strike, line-through, underline, and none
C.
double-line, overline, line-through, underline, and none
D.
None of these
Correct Answer:
A. overline, line-through, underline, and none
Q.
151
Which CSS property specifies how to align the last line of a text?
A.
text-align
B.
last-text-align
C.
text-align-last-line
D.
text-align-last
Correct Answer:
D. text-align-last
Q.
152
Which CSS property sets the vertical alignment of an element?
A.
vertical-align
B.
vertical-text-align
C.
vertical-align-text
D.
text-valign
Correct Answer:
A. vertical-align
Q.
153
Which CSS property specifies the type of list item marker?
A.
list-style
B.
list-style-type
C.
list-style-square
D.
list-style-circle
Correct Answer:
B. list-style-type
Q.
154
Which is the correct CSS statement is used to remove the markers/bullets?
A.
list-style: none;
B.
list-style-type: 0;
C.
list-style-type: blank;
D.
list-style-type: none;
Correct Answer:
D. list-style-type: none;
Q.
155
Which CSS property specifies an image as the list item marker?
A.
list-style-image
B.
list-style-picture
C.
list-style-bgimage
D.
list-style-background
Correct Answer:
A. list-style-image
Q.
156
Which CSS property specifies if/how an element is displayed?
A.
block
B.
element-display
C.
display
D.
element-block
Correct Answer:
C. display
Q.
157
HTML elements are positioned by default.
A.
static
B.
fixed
C.
relative
D.
none
Correct Answer:
A. static
Q.
158
What are the valid values for "position" property?
A.
block, none, fixed, absolute, and static
B.
block, static, fixed, absolute, and sticky
C.
static, relative, fixed, absolute, and none
D.
static, relative, fixed, absolute, and sticky
Correct Answer:
D. static, relative, fixed, absolute, and sticky
Q.
159
Which CSS property specifies the opacity/transparency of an element?
A.
transparency
B.
opacity
C.
transform-opacity
D.
opacity-all
Correct Answer:
B. opacity
Q.
160
Which CSS function performs a calculation to be used as the property value?
A.
sum()
B.
add0
C.
calc()
D.
addition()
Correct Answer:
C. calc()
Q.
161
Which CSS function uses the largest value?
A.
large()
B.
maximum()
C.
max_value()
D.
max()
Correct Answer:
D. max()
Q.
162
Which CSS function uses the smallest value?
A.
small()
B.
minimum()
C.
min_value()
D.
min()
Correct Answer:
D. min()
Q.
163
What is CSS?
A.
CSS is a style sheet language
B.
CSS is designed to separate the presentation and content, including layout, colors, and fonts
C.
CSS is the language used to style the HTML documents
D.
All of the above
Correct Answer:
D. All of the above
Q.
164
The <style> in Internal CSS refers to
A.
Attributes
B.
HTML tags
C.
Selector
D.
All of the above
Correct Answer:
B. HTML tags
Q.
165
Can we link multiple stylesheets to a single page?
A.
Yes
B.
No
C.
Cannot say, it depends on CSS properties
D.
None of the above
Correct Answer:
A. Yes
Q.
166
The CSS property used to change text sizes?
A.
font-family
B.
font-size
C.
font
D.
Both A and C
Correct Answer:
B. font-size
Q.
167
In this line of code, identify the selector
p {border: 2px solid blue;}
A.
p
B.
border
C.
2px
D.
None of these
Correct Answer:
A. p
Q.
168
How many color names does CSS supports?
A.
140 names
B.
75 names
C.
100 names
D.
90 names
Correct Answer:
A. 140 names
Q.
169
The property is used in the positioning of the background image.
A.
background-image
B.
background-position
C.
padding
D.
All of the above.
Correct Answer:
B. background-position
Q.
170
what means 4 times the size of the current font.
A.
4px
B.
4 pt.
C.
4vw
D.
4em
Correct Answer:
D. 4em
Q.
171
Amongst the following browsers, which browser supports almost all the CSS properties?
A.
Firefox
B.
Safari
C.
Google Chrome
D.
Opera
Correct Answer:
C. Google Chrome
Q.
172
What is the CSS Entity for the character "#"?
A.
0023
B.
0026
C.
0027
D.
None of the above.
Correct Answer:
A. 0023
Q.
173
This selector selects all the
elements where the parent is a
element.
A.
h + p
B.
h > p
C.
p.h
D.
p > h
Correct Answer:
B. h > p
Q.
174
Which selector selects the markers of list items?
A.
::marker
B.
.marker
C.
::selector
D.
None of these
Correct Answer:
A. ::marker
Q.
175
Which is the most widely used font in customizing web pages?
A.
Times New Roman
B.
Georgia
C.
Arial
D.
Garamond
Correct Answer:
C. Arial
Q.
176
Which of the following CSS properties are animatable?
A.
color
B.
animation
C.
flex
D.
All of the above.
Correct Answer:
B. animation
Q.
177
We can give space between unit and value when assigning length values to CSS properties.
A.
True
B.
False
C.
Both A and B
D.
None of the above.
Correct Answer:
B. False
Q.
178
Which of these units of length is supported by Chrome Version 1.0?
A.
rem
B.
vw
C.
px
D.
vh
Correct Answer:
C. px
Q.
179
Which line of code is a must to write to apply CSS Flexbox properties?
A.
display: flex;
B.
display: flexbox;
C.
display: block;
D.
flex-direction: row;
Correct Answer:
A. display: flex;
Q.
180
The default value of justify-content property is
A.
flex-start
B.
flex-end
C.
space-between
D.
All of the above.
Correct Answer:
A. flex-start
Q.
181
Which is the correct syntax for adding animation?
A.
animation: name timing-function duration
B.
animation: name duration timing-function
C.
animation: name delay duration
D.
None of the above.
Correct Answer:
B. animation: name duration timing-function
Q.
182
Which line of code specifies playing an animation with the same speed from beginning to the end?
A.
div {animation- timing function: linear;)
B.
div {animation- timing function: ease in;}
C.
div {animation- play- state: paused;}
D.
div {animation- fill-mode: both;}
Correct Answer:
A. div {animation- timing function: linear;)
Q.
183
Which line of code represents a universal selector?
A.
*{border: 2px solid red;}
B.
both A&B
C.
body {border: 2px solid red;}
D.
None of these
Correct Answer:
A. *{border: 2px solid red;}
Q.
184
Which of the following properties specify the width of the borders?
A.
border-width
B.
border-style
C.
border
D.
Both A and C
Correct Answer:
D. Both A and C
Q.
185
Is border-image property animatable?
A.
Yes
B.
No
C.
Both A and B.
D.
None of these
Correct Answer:
B. No
Q.
186
Which cursor property value indicates that the program is busy?
A.
help
B.
default
C.
auto
D.
wait
Correct Answer:
D. wait
Q.
187
What does this line of code explain? p {display: flex;}
A.
All the elements are displayed as a block-level flex container
B.
All the elements are not displayed by the browser
C.
All the elements are displayed as a grid container
D.
All the elements are displayed as an inline flex container
Correct Answer:
D. All the elements are displayed as an inline flex container
Q.
188
The text-align property defines the alignment of text in an element.
A.
horizontal
B.
vertical
C.
both horizontal & vertical
D.
None of the above
Correct Answer:
A. horizontal
Q.
189
Does the z-index property accept negative values?
A.
Yes
B.
No
C.
Both A and B
D.
None of the above
Correct Answer:
A. Yes
Q.
190
Which CSS property is not supported by the Firefox browser?
A.
text-indent
B.
scroll- behavior
C.
overflow
D.
viewport
Correct Answer:
D. viewport
Q.
191
Which one is a fallback font?
A.
Georgia
B.
Times New Roman
C.
Serif
D.
None of the above.
Correct Answer:
C. Serif
Q.
192
Where do we store external stylesheets?
A.
CSS files
B.
HTML files
C.
Folder
D.
None of these
Correct Answer:
A. CSS files
Q.
193
In the given line of code, identify the type of selector used. #Main {background-color: yellow;}
A.
CSS element selector
B.
CSS id selector
C.
Combinator selector
D.
All of the above.
Correct Answer:
B. CSS id selector
Q.
194
The Hex Code for the white color is
A.
#FFFFFF
B.
#FOFOOO
C.
#FOOOOF
D.
None of the above.
Correct Answer:
A. #FFFFFF
Q.
195
In CSS, what does HSL stands for?
A.
hue, standard, light
B.
height, standard, line-width
C.
hue, saturation, lightness
D.
hue, standard, line-width
Correct Answer:
C. hue, saturation, lightness
Q.
196
Among the following CSS properties, which property is not a shorthand property?
A.
background
B.
padding
C.
display
D.
border
Correct Answer:
C. display
Q.
197
In this line of code, what is the use of the alt attribute?
A.
Adds a text description to an image
B.
Provides alternative information for an image
C.
To hide an image
D.
Both A. and B.
Correct Answer:
D. Both A. and B.
Q.
198
The CSS border property specifies the style, color, and of an element border.
A.
length
B.
width
C.
size
D.
area
Correct Answer:
B. width
Q.
199
What does "padding: 50px 20px;" specifies?
A.
top padding is 50px
B.
bottom padding is 50px
C.
right padding is 20px
D.
Both A. and B.
Correct Answer:
D. Both A. and B.
Q.
200
What is the default size for normal text, like paragraphs?
A.
11 px
B.
12 px
C.
18 px
D.
16 px
Correct Answer:
D. 16 px
Q.
201
Which of the following CSS selectors are used to specify a group of elements?
A.
tag
B.
id
C.
class
D.
both class and tag
Correct Answer:
C. class
Q.
202
Which of the following has introduced text, list, box, margin, border, color, and background properties?
A.
HTML
B.
PHP
C.
css
D.
Ajax
Correct Answer:
C. css
Q.
203
Which of the following CSS framework is used to create a responsive design?
A.
diango
B.
rails
C.
larawell
D.
bootstrap
Correct Answer:
D. bootstrap
Q.
204
Which of the following CSS property is used to make the text bold?
A.
text-decoration: bold
B.
font-weight: bold
C.
font-style: bold
D.
text-align: bold
Correct Answer:
B. font-weight: bold
Q.
205
What will be the output of following CSS code snippet?
hl {color: "greenn ; }
A.
nothings happen
B.
error occurs
C.
all h1 color is green
D.
heading becomes green
Correct Answer:
A. nothings happen
Q.
206
Which of the following CSS style property is used to specify an italic text?
A.
style
B.
font
C.
font-style
D.
@font-face
Correct Answer:
C. font-style
Q.
207
What will be the output of following CSS code snippet?
h1 {color: red text-decoration: underline; font-style: italic;}
A.
color: red, text-decoration: underline works
B.
only font-style: italic works
C.
color: red, text-decoration: underline and font-style: italic all works
D.
text-decoration: underline and font-style: italic works
Correct Answer:
B. only font-style: italic works
Q.
208
Which of the following are the CSS Extension Prefixes for Webkit?
A.
-chrome
B.
-web
C.
-o-
D.
-webkit
Correct Answer:
D. -webkit
Q.
209
Which of the following function defines a linear gradient as a CSS image?
A.
linear-gradient()
B.
gradient()
C.
grayscale()
D.
image()
Correct Answer:
A. linear-gradient()
Q.
210
Which of the following is the correct way to apply CSS Styles?
A.
in an external CSS file
B.
inside an HTML element
C.
inside the section of an HTML page
D.
All of the above.
Correct Answer:
D. All of the above.
Q.
211
Which of the following CSS property sets the font size of text?
A.
font-size
B.
text-size
C.
text
D.
size
Correct Answer:
A. font-size
Q.
212
Which of the following is not the property of the CSS box model?
A.
margin
B.
color
C.
width
D.
height
Correct Answer:
B. color
Q.
213
What will be the output of the following CSS code snippet?
span { border: 1px solid red; outline: green dotted thick; }
A.
All span elements will have a green thick border and a red outline
B.
All span elements will have a red border and a green dotted outline
C.
All span elements will have a outer green dotted border and an inner red border
D.
All span elements will have an outer red border and inner green dotted border
Correct Answer:
C. All span elements will have a outer green dotted border and an inner red border
Q.
214
Which of the following CSS property sets the shadow for a box element?
A.
Set-shadow
B.
box-shadow
C.
shadow
D.
canvas-shadow
Correct Answer:
B. box-shadow
Q.
215
Which of the following CSS property is used to set the color of the text?
A.
text-decoration
B.
pallet
C.
colour
D.
color
Correct Answer:
D. color
Q.
216
Which of the following CSS Property controls how an element is positioned?
A.
static
B.
position
C.
fix
D.
set
Correct Answer:
B. position
Q.
217
Which of the following CSS property is used to specify table borders in CSS?
A.
table:border
B.
table
C.
border
D.
none of the mentioned
Correct Answer:
C. border
Q.
218
Which CSS Property Sets A Background Image For An Element?
A.
Background - Color
B.
Background - Image
C.
Background - Attachment
D.
None of these
Correct Answer:
B. Background - Image
Q.
219
What Should Be The Table Width, so That The Width Of A Table Adjust To The Current Width Of The Browser Window?
A.
640 Pixels
B.
100%
C.
full-screen
D.
1024 PX
Correct Answer:
B. 100%
Q.
220
When We Write <img src="img.png"> What "img.png" Inside Double Quote Implies?
A.
Value
B.
Element
C.
Attribute
D.
Operator
Correct Answer:
A. Value
Q.
221
The Default Value Of "position" Attribute Is
A.
Fixed
B.
Absolute
C.
Inherit
D.
Static
Correct Answer:
D. Static
Q.
222
Who invented css?
A.
Hakon Wium Lie
B.
Tim Berners-Lee
C.
Rasmus Lerdorf
D.
None of above
Correct Answer:
A. Hakon Wium Lie
Q.
223
CSS is written in which language?
A.
PHP
B.
HTML
C.
JAVA
D.
python
Correct Answer:
B. HTML
Q.
224
What is the latest version of css?
A.
css 1
B.
css 2
C.
css 3
D.
css 4
Correct Answer:
C. css 3
Q.
225
how will you make all paragraph elements red in color?
A.
p {color: red;}
B.
p.all {color: red;}
C.
all.p {color: #998877;}
D.
p.all {color: #990000;}
Correct Answer:
A. p {color: red;}
Q.
226
HTML document start and end with which tag pairs?
A.
<HEAD > ... </HEAD >
B.
<BODY> ... </BODY>
C.
<HTML> ... </HTML>
D.
<WEB> ... </WEB>
Correct Answer:
C. <HTML> ... </HTML>
Q.
227
<TITLE> ... tag must be within _______
A.
Title
B.
Form
C.
Header
D.
Body
Correct Answer:
C. Header
Q.
228
Text within ... <STRONG> tag is displayed as _____
A.
bold
B.
italic
C.
list
D.
indented
Correct Answer:
A. bold
Q.
229
Which tag is used to display the numbered list?
A.
<OL > ... </OL >
B.
<LI > ... </LI >
C.
<DL> ... </DL >
D.
<EM > ... </EM >
Correct Answer:
A. <OL > ... </OL >
Q.
230
<SCRIPT> tag can be placed within____
A.
Header
B.
Body
C.
none of the above
D.
both A and B
Correct Answer:
D. both A and B
Q.
231
using <P>tag will
A.
start a new paragraph
B.
break the line
C.
end the current paragraph
D.
none of the above
Correct Answer:
A. start a new paragraph
Q.
232
<TD > tag is used for ________
A.
Table heading
B.
Table Records and table data
C.
Table row
D.
None of the above.
Correct Answer:
B. Table Records and table data
Q.
233
Which HTML Tag will use to scroll a text in web page?
A.
< marquee> ... </marquee >
B.
< scroll> ... </scroll>
C.
< round> ... </round>
D.
< go> ... </go>
Correct Answer:
A. < marquee> ... </marquee >
Q.
234
WWW stands for ______.
A.
World Wide Weapon
B.
World Wide Windows
C.
World Wide Web
D.
World Wide Writers
Correct Answer:
C. World Wide Web
Q.
235
A homepage is __________.
A.
an index of encyclopedia articles
B.
required for access to the Internet
C.
where all Internet data is stored
D.
the first page of a website
Correct Answer:
D. the first page of a website
Q.
236
____is a document commonly written in Hyper Text Markup Language (HTML) that is accessible through the Internet or other network using an internet browser.
A.
Word
B.
Web page
C.
Web site
D.
Windows
Correct Answer:
B. Web page
Q.
237
A web page is located using a _____.
A.
Universal Record Linking
B.
Uniform Resource Locator
C.
Universal Record Locator
D.
Uniformly Reachable Links
Correct Answer:
B. Uniform Resource Locator
Q.
238
A piece of icon or image on a web page associated with another webpage is called____________.
A.
url
B.
hyperlink
C.
plugin
D.
connection
Correct Answer:
B. hyperlink
Q.
239
________ is a collection of web pages.
A.
Browser
B.
Internet
C.
WWW
D.
Web site
Correct Answer:
D. Web site
Q.
240
What is the correct HTML tag for inserting a line break?
A.
< br>
B.
<pre >
C.
< hr>
D.
< td>
Correct Answer:
A. < br>
Q.
241
Webpage starts with which of the following tag?
A.
<html >
B.
<hltm >
C.
<htlm >
D.
None of these
Correct Answer:
A. <html >
Q.
242
JPG sometimes called ________.
A.
JPEG
B.
JPGG
C.
JPEE
D.
JJP
Correct Answer:
A. JPEG
Q.
243
A webpage displays a picture. What tag was used to display that picture?
A.
picture
B.
image
C.
img
D.
src
Correct Answer:
C. img
Q.
244
< b>tag makes the enclosed text bold. What is other tag to make text bold?
A.
<strong >
B.
<dar >
C.
< del>
D.
< black>
Correct Answer:
A. <strong >
Q.
245
Tags and text that are not directly displayed on the page are written in _ section.
A.
<head>
B.
<body>
C.
<html>
D.
<title>
Correct Answer:
A. <head>
Q.
246
Which tag inserts a line horizontally on your web page?
A.
<hr>
B.
<br>
C.
<b>
D.
<del>
Correct Answer:
A. <hr>
Q.
247
What should be the first tag in any HTML document?
A.
<html>
B.
<body>
C.
<head>
D.
<hmtl>
Correct Answer:
A. <html>
Q.
248
Which tag allows you to add a row in a table?
A.
<tr> and </tr>
B.
<thead> and </thead>
C.
<th> and </th>
D.
<td> and </td>
Correct Answer:
A. <tr> and </tr>
Q.
249
How can you make an e-mail link?
A.
<a href="xxx@yyy">
B.
<mail="xxx@yyy">
C.
<a href="mailto:xxx@yyy">
D.
<a hre="xxx@yyy">
Correct Answer:
C. <a href="mailto:xxx@yyy">
Q.
250
Choose the correct HTML tag to make a text italic
A.
<i>
B.
<ii>
C.
<u>
D.
<ol>
Correct Answer:
A. <i>
Q.
251
To create a combo box (drop down box) which tag will you use?
A.
<select>
B.
<list>
C.
<intput type="dropdown">
D.
None of the above.
Correct Answer:
A. <select>
Q.
252
Which of the following is not a pair tag?
A.
<p>
B.
<li>
C.
<h1>
D.
<img>
Correct Answer:
D. <img>
Q.
253
To create HTML document you require.
A.
web page editing software
B.
High powered computer
C.
Just a notepad can be used
D.
None of these
Correct Answer:
C. Just a notepad can be used
Q.
254
The special formatting codes in HTML document used to present content are
A.
tags
B.
attributes
C.
values
D.
None of above
Correct Answer:
A. tags
Q.
255
HTML documents are saved in
A.
Special binary format
B.
Machine language codes
C.
ASCII text
D.
None of above
Correct Answer:
C. ASCII text
Q.
256
Some tags enclose the text. Those tags are known as
A.
Couple tags
B.
Single tags
C.
Double tags
D.
Pair tags
Correct Answer:
D. Pair tags
Q.
257
In HTML document the tags
A.
Should be written in upper case
B.
should be written in propercase
C.
should be written in lower case
D.
can be written in both uppercase or lowercase
Correct Answer:
D. can be written in both uppercase or lowercase
Q.
258
Marquee is a tag in HTML to
A.
mark the list of items to maintaininqueue
B.
Mark the text so that it is hidden in browser
C.
Display text with scrolling effect
D.
None of the above.
Correct Answer:
C. Display text with scrolling effect
Q.
259
To create a blank line in your web page
A.
press Enter two times
B.
press Shift + Enter
C.
insert < BR > tag
D.
insert < Blank > tag
Correct Answer:
C. insert < BR > tag
Q.
260
The way the browser displays the object can be modified by _____
A.
attributes
B.
parameters
C.
modifiers
D.
None of these
Correct Answer:
A. attributes
Q.
261
Which of the following HTML code is valid?
A.
<font colour="red">
B.
<font color="red">
C.
<redɬ<font>
D.
None of the above.
Correct Answer:
D. None of the above.
Q.
262
Which of the following is an attribute related to font tag?
A.
fontsize
B.
fontface
C.
color
D.
All of the above
Correct Answer:
D. All of the above
Q.
263
HTML supports
A.
ordered lists
B.
unordered lists
C.
does not support those types
D.
both type of lists
Correct Answer:
D. both type of lists
Q.
264
What tag is used to list individual items of an ordered list?
A.
LI
B.
OL
C.
UL
D.
None of these
Correct Answer:
A. LI
Q.
265
Which attribute is used withimg tag to display the text if image could not load in browser?
A.
description
B.
name
C.
alt
D.
id
Correct Answer:
C. alt
Q.
266
Which attribute you’ll use with TD tag to merge two cells horizontally?
A.
merge=colspan2
B.
rowspan=2
C.
colspan=2
D.
merge=row2
Correct Answer:
C. colspan=2
Q.
267
Which of the following is correct about Bootstrap?
A.
Bootst rap is a sleek, intuitive, and powerful, mobile first front-end framework for faster and easier web development.
B.
Bootst rap was developed by Mark Otto and Jacob Thornton at Twitter
C.
- It uses HTML, CSS and Javascript.
D.
All of the above.
Correct Answer:
D. All of the above.
Q.
268
Which of the following is correct about Bootstrap?
A.
Bootstrap is responsive CSS adjusts to Desktops,Tablets and Mobiles.
B.
It contains beautiful and functional built-in components which are easy to customize.
C.
- Provides a clean and uniform solution for building an interface for developers.
D.
All of the above
Correct Answer:
D. All of the above
Q.
269
Which of the following is a part of Mobile First Strategy of Bootstrap?
A.
Content: Determine what is most important.
B.
Layout: Design to smaller widths first. Base CSS address mobile device first; media queries address for tablet, desktops.
C.
Progressive Enhancement: Add elements as screen size increases.
D.
All of the above.
Correct Answer:
D. All of the above.
Q.
270
Which of the following is correct about Bootstrap Grid System?
A.
Rows must be placed within a .container class for proper alignment and padding
B.
Use rows to create horizontal groups of columns.
C.
Content should be placed within the columns, and only columns may be the immediate children of rows.
D.
All of the above
Correct Answer:
Q.
271
Which of the following is correct about Bootstrap Grid System?
A.
Predefined grid classes like .row and .col-xs-4 are available for quickly making grid layouts. LESS mixins can also be used for more semantic layouts.
B.
Columns create gutters (gaps between column content) via padding. That padding is offset in rows for the first and the last column via negative margin on .rows.
C.
Grid columns are created by specifying the number of twelve av
D.
All of the above.
Correct Answer:
D. All of the above.
Q.
272
Which of the following is correct about Bootstrap Media Query?
A.
It simply applies some CSS, based on certain conditions set forth. If those conditions are met, the style is applied.
B.
Use rows to create horizontal groups of columns
C.
Both of the above.
D.
None of the above.
Correct Answer:
A. It simply applies some CSS, based on certain conditions set forth. If those conditions are met, the style is applied.
Q.
273
Which of the following is correct about Bootstrap Media Query?
A.
Media queries have two parts, a device specification and then a size rule.
B.
Media Queries in Bootst rap allow you to move, show and hide content based on the viewport size.
C.
Both of the above.
D.
None of these
Correct Answer:
C. Both of the above.
Q.
274
Which of the following is correct about Bootstrap Mobile First Strategy?
A.
You need to add the viewport meta tag to the element, to ensure proper rendering and touch zooming on mobile devices.
B.
width property cont rols the width of the device. Setting it to device-width will make sure that it is rendered across various devices (mobiles,desktops,tablets...) properly.
C.
initial-scale=1.0 ensures that when loaded, your web page will be rendered at a 1:1 scale, and no zooming will be applied out of the box.
D.
All of the above.
Correct Answer:
D. All of the above.
Q.
275
Which of the following class styles a table as a nice basic table with just some light padding and horizontal dividers?
A.
.table
B.
.table-st riped
C.
.table-bordered
D.
.table-hover
Correct Answer:
Q.
276
Which of the following class styles a table as a nice basic table with stripes on rows?
A.
.table
B.
.table-striped
C.
.table-hover
D.
None of the above.
Correct Answer:
B. .table-striped
Q.
277
Which of the following class styles a table with borders surrounding every element and rounded corners around the entire table?
A.
.table-striped
B.
.table
C.
.table-bordered
D.
None of these
Correct Answer:
C. .table-bordered
Q.
278
Which of the following class styles a table with a light gray background to rows while the cursor hovers over them?
A.
.table-bordered
B.
.table
C.
.table-hover
D.
None of the above.
Correct Answer:
C. .table-hover
Q.
279
Which of the following class applies the hover color to a particular row or cell of a table?
A.
.active
B.
.success
C.
.warning
D.
.danger
Correct Answer:
A. .active
Q.
280
Which of the following class indicates a successful or positive action?
A.
.active
B.
.danger
C.
.success
D.
.warning
Correct Answer:
C. .success
Q.
281
Which of the following class indicates a warning that might need attention?
A.
.success
B.
.active
C.
.danger
D.
.warning
Correct Answer:
D. .warning
Q.
282
Which of the following class indicates a dangerous or potentially negative action?
A.
.warning
B.
.success
C.
.active
D.
.danger
Correct Answer:
D. .danger
Q.
283
Which of the following class can be used to create a responsive table?
A.
.table-responsive
B.
.table
C.
.table-move
D.
.table-danger
Correct Answer:
A. .table-responsive
Q.
284
Which of the following class is required to be added to form tag to make it inline?
A.
.inline
B.
.form-inline
C.
.horizontal
D.
None of the above.
Correct Answer:
B. .form-inline
Q.
285
Which of the following class is required to be added to form tag to make it horizontal?
A.
.horizontal
B.
.form-horizontal
C.
.horizontally
D.
None of these
Correct Answer:
B. .form-horizontal
Q.
286
Which of the following bootstrap style of button creates a default/ standard button?
A.
.btn
B.
.btn-success
C.
.btn-primary
D.
.btn-info
Correct Answer:
A. .btn
Q.
287
Which of the following bootstrap style of button provides extra visual weight and identifies the primary action in a set of buttons?
A.
.btn
B.
.btn-info
C.
.btn-success
D.
.btn-primary
Correct Answer:
D. .btn-primary
Q.
288
Which class adds zebra-stripes to a table?
A.
.table-zebra
B.
.table-bordered
C.
.even and .odd
D.
.table-striped
Correct Answer:
D. .table-striped
Q.
289
Which class shapes an image to a circle?
A.
.img-circle
B.
.img-round
C.
.rounded-circle
D.
.img-rounded
Correct Answer:
C. .rounded-circle
Q.
290
Which class is used to create a big box for calling extra attention?
A.
.bigbox
B.
.jumbotron
C.
.jumbo
D.
.container
Correct Answer:
B. .jumbotron
Q.
291
Which button class is used to create a large button?
A.
.btn-lg
B.
.btn-xl
C.
.btn
D.
.btn-large
Correct Answer:
A. .btn-lg
Q.
292
Which class is used to create a button group?
A.
.btn-group
B.
.button-group
C.
.group-btn
D.
.group-button
Correct Answer:
A. .btn-group
Q.
293
Which class is used to create a badge?
A.
.badge-item
B.
.badge-label
C.
.label-badge
D.
.badge
Correct Answer:
D. .badge
Q.
294
Which class is used to create a loader?
A.
.spinner-loader
B.
.loader
C.
.spinner-border
D.
.spinner
Correct Answer:
C. .spinner-border
Q.
295
Which class is used to create a basic pagination?
A.
.navigation
B.
.pages
C.
.pagination
D.
.page
Correct Answer:
C. .pagination
Q.
296
Which class is used to create a basic list group?
A.
.group-list
B.
.list-group
C.
.grouped-list
D.
.grouped
Correct Answer:
B. .list-group
Q.
297
Which class adds a heading to a card?
A.
.card-heading
B.
.card-head
C.
.card-footer
D.
.card-header
Correct Answer:
D. .card-header
Q.
298
Which class indicates a dropdown menu?
A.
.dropdown-list
B.
.dropdown
C.
.select
D.
None of these
Correct Answer:
B. .dropdown
Q.
299
A standard navigation bar is created with:
A.
<nav class: "navbar navbar-default">
B.
< nav class: "navigationbar navbar-default">
C.
<nav navbar">
D.
< nav class= "navbar navbar-expand-md " >
Correct Answer:
D. < nav class= "navbar navbar-expand-md " >
Q.
300
Which component is used to cycle through elements, like a slideshow?
A.
Scrollspy
B.
Orbit
C.
Carousel
D.
Slideshow
Correct Answer:
C. Carousel
Q.
301
Which attribute is used to create a tooltip?
A.
data-toggle="popup"
B.
data-toggle="modal"
C.
data-toggle: "collapse"
D.
data-toggle="tooltip"
Correct Answer:
D. data-toggle="tooltip"
Q.
302
Which contextual class indicates a succesful or positive action?
A.
.bg-info
B.
.bg-success
C.
.bg-primary
D.
.bg-warning
Correct Answer:
B. .bg-success
Q.
303
Which contextual class indicates a dangerous or potentially negative action?
A.
.bg-primary
B.
.bg-danger
C.
.bg-info
D.
.bg-warning
Correct Answer:
B. .bg-danger
Q.
304
The Bootstrap grid system has four classes which defines screen size:
A.
s, sm, mid, lg
B.
xs, sm, md, lg
C.
xs, sml, mid, lg
D.
x, sm, md, lg
Correct Answer:
B. xs, sm, md, lg
Q.
305
Which class is use to display black navigation bar?
A.
.nav-pills
B.
.navbar-inverse
C.
.nav-stacked
D.
None of the above
Correct Answer:
B. .navbar-inverse
Q.
306
Which class is used to add rounded corners to an image?
A.
.img-circle
B.
.rounded
C.
Both of the above
D.
None of the above.
Correct Answer:
B. .rounded
Q.
307
Which of the following is true about Jumbotron?
A.
A jumbotron is displayed as a grey box with rounded corners.
B.
Jumbotron can increase the size of headings and add a lot of margin for landing page content.
C.
Both of the above
D.
None of these
Correct Answer:
C. Both of the above
Q.
308
The bootstrap class md means for
A.
phones
B.
tablets
C.
small laptops
D.
laptops and desktops
Correct Answer:
C. small laptops
Q.
309
Which class is used to create warning notification alerts in Bootstrap?
A.
.alert-danger
B.
.alert-warning
C.
.alert-info
D.
.alert-success
Correct Answer:
B. .alert-warning
Q.
310
Which class is used to create a button as a link in bootstrap?
A.
.btn-hyperlink
B.
.btn-link
C.
.btn-url
D.
.btn-anchor
Correct Answer:
B. .btn-link
Q.
311
Which of the following class is used to create thumbnail image?
A.
.img-tmbnail
B.
.img-thumb
C.
.img-thumbnail-image
D.
.img-thumbnail
Correct Answer:
D. .img-thumbnail
Q.
312
.img-circle class makes the entire image round by adding border-radius:_________.
A.
50%
B.
100%
C.
45%
D.
None of the above.
Correct Answer:
A. 50%
Q.
313
The contextual classes that are used to create colored progress bar:
A.
.progress-bar-success
B.
.progress-bar-info
C.
.progress-bar-warning
D.
All of the above
Correct Answer:
D. All of the above
Q.
314
The .container class provides
A.
Full width container
B.
Fixed width container
C.
Table format
D.
To create a Form
Correct Answer:
B. Fixed width container
Q.
315
Which class creates pagination?
A.
pagination
B.
pager
C.
pagination-link
D.
link-pagination
Correct Answer:
A. pagination
Q.
316
Default size of H3 bootstrap heading
A.
18px
B.
30px
C.
26px
D.
24px
Correct Answer:
D. 24px
Q.
317
Which class creates list of items?
A.
lst-group
B.
list-group
C.
menu-group
D.
list-grp
Correct Answer:
B. list-group
Q.
318
Default size of H2 bootstrap heading
A.
20px
B.
24px
C.
30px
D.
36px
Correct Answer:
C. 30px
Q.
319
Which is default for a form
A.
Horizontal Form
B.
Vertical Form
C.
Inline Form
D.
None of these
Correct Answer:
B. Vertical Form
Q.
320
Default size of H1 bootstrap heading
A.
20px
B.
24px
C.
30px
D.
36px
Correct Answer:
D. 36px
Q.
321
Default size of H6 bootstrap heading
A.
10px
B.
12px
C.
14px
D.
16px
Correct Answer:
B. 12px
Q.
322
The bootstrap class xs means for
A.
phones
B.
tablets
C.
desktop
D.
larger desktops
Correct Answer:
A. phones
Q.
323
Bootstrap’s global default font-size is
A.
10px
B.
12px
C.
13px
D.
14px
Correct Answer:
D. 14px
Q.
324
The Carousel plugin is a component
A.
For getting lot of icons
B.
For animation
C.
For cycling through elements like slideshow
D.
None of the above.
Correct Answer:
C. For cycling through elements like slideshow
Q.
325
In Bootstrap we can addfor
A.
Proper Rendering and Zooming in mobile
B.
Make SEO
C.
Make proper view of labels
D.
None
Correct Answer:
A. Proper Rendering and Zooming in mobile
Q.
326
What is latest version of bootstrap?
A.
version 2
B.
version 4
C.
version 3
D.
version 5
Correct Answer:
D. version 5
Q.
327
Bootstrap is used for
A.
Data
B.
IoT
C.
Bigdata
D.
Web applications
Correct Answer:
D. Web applications
Q.
328
Which class is used to create a badge danger?
A.
.badge-success
B.
.badge-warning
C.
.badge-dark
D.
.badge-danger
Correct Answer:
D. .badge-danger
Q.
329
Which class is used to create a pagination?
A.
.pagination
B.
.page-item
C.
.page
D.
None of these
Correct Answer:
A. .pagination
Q.
330
We use the ___ class to make any element fixed/stay at the top of the page when you scroll past it.
A.
.stay-top
B.
.fix-top
C.
.sticky-top
D.
.scroll-top
Correct Answer:
C. .sticky-top
Q.
331
The ___ class adds a scrollbar to the table when needed
A.
.table-scroll
B.
.table-navigate
C.
.table-custom
D.
.table-responsive
Correct Answer:
D. .table-responsive
Q.
332
In list groups, which class is used to highlight the current item?
A.
.active
B.
.current
C.
.ongoing
D.
.recent
Correct Answer:
A. .active
Q.
333
Which class to create border in bootstrap?
A.
.boder
B.
.border
C.
.boarder
D.
None of the above.
Correct Answer:
B. .border
Q.
334
In Bootstrap, content must be placed within...
A.
Columns
B.
row
C.
table
D.
None of these
Correct Answer:
A. Columns
Q.
335
If you want to have 3 equal columns in Bootstrap, which class would you use?
A.
.col-md-4
B.
.col-md-6
C.
.col-md-1
D.
.col-md-3
Correct Answer:
A. .col-md-4
Q.
336
Is it true that the Bootstrap grid system works across multiple devices?
A.
yes
B.
no
C.
some device
D.
None of these
Correct Answer:
A. yes
Q.
337
Which of the following is correct method to add a success button.
A.
.btn and .btn-success
B.
.btn
C.
.btn and .btn-warning
D.
.btn and .btn-suces
Correct Answer:
A. .btn and .btn-success
Q.
338
Which of the following class in Bootstrap is used to create an striped progress bar?
A.
.progress-bar-striped
B.
.progress-striped
C.
.progress-bar-strip
D.
None of the above
Correct Answer:
A. .progress-bar-striped
Q.
339
Which of the following class in Bootstrap is used for creating the small size modals?
A.
.modal-sm
B.
.modal-md
C.
.modal-lg
D.
None of the above
Correct Answer:
A. .modal-sm
Q.
340
How do you add shadow to elements in CSS3?
A.
box-shadow: 10px 10px 5px grey;
B.
shadow-right: 10px shadow-bottom: 10px;
C.
shadow-color: grey;
D.
alpha-effect[shadow]: 10px 10px 5px grey;
Correct Answer:
A. box-shadow: 10px 10px 5px grey;
Q.
341
How can you created rounded corners using CSS3?
A.
border[round]: 30px;
B.
corner-effect: round;
C.
border-radius: 30px;
D.
alpha-effect: round-corner;
Correct Answer:
C. border-radius: 30px;
Q.
342
How to rotate objects using CSS3?
A.
object-rotation: 30deg;
B.
transform: rotate(30deg);
C.
rotate-object: 30deg;
D.
transform: rotate-30deg-clockwise;
Correct Answer:
C. rotate-object: 30deg;
Q.
343
How to re-size/scale objects using CSS3?
A.
transform: scale(1.5);
B.
scale-object: 2,4;
C.
scale: (2,4);
D.
None
Correct Answer:
A. transform: scale(1.5);
Q.
344
__________ is a property that allows developers to add rounded corners on the design elements.
A.
Corner
B.
Box Shadow
C.
Round Corner
D.
Border-Radius
Correct Answer:
D. Border-Radius
Q.
345
Which of the following is correct method to add a warning button.
A.
.btn and .btn-success
B.
.btn-btnwarning
C.
.btn and .btn-warning
D.
None of these
Correct Answer:
C. .btn and .btn-warning
Q.
346
Which of the following class in Bootstrap is used to create an progress bar?
A.
.progress-bar-striped
B.
.progress-bar
C.
.progress-bar-success
D.
None of these
Correct Answer:
B. .progress-bar
Q.
347
If you want to have 4 equal columns in Bootstrap, which class would you use?
A.
.col-md-4
B.
.col-md-6
C.
.col-md-5
D.
.col-md-3
Correct Answer:
D. .col-md-3
Q.
348
If you want to have 2 equal columns in Bootstrap, which class would you use?
A.
.col-md-3
B.
.col-md-6
C.
.col-md-4
D.
.col-md-12
Correct Answer:
B. .col-md-6
Q.
349
If you want to have 6 equal columns in Bootstrap, which class would you use?
A.
.col-md-2
B.
.col-md-4
C.
.col-md-3
D.
.col-md-6
Correct Answer:
A. .col-md-2
Q.
350
Which class is use to fading effect to alert in bootstrap?
A.
.fade
B.
.show
C.
.progress
D.
Both A. and B.
Correct Answer:
D. Both A. and B.
Q.
351
Which class is use to add slider caption in bootstrap?
A.
.carousel-caption
B.
.carousel
C.
.carousel-link
D.
None of these
Correct Answer:
A. .carousel-caption
Q.
352
Where in an HTML document is the correct place to refer to an internal style sheet?
A.
In the <head> section
B.
At the end of the document
C.
In the <body> section
D.
None of these
Correct Answer:
A. In the <head> section
Q.
353
Which HTML attribute is used to define inline styles?
A.
class
B.
style
C.
styles
D.
font
Correct Answer:
B. style
Q.
354
Which is the correct CSS syntax?
A.
body:color=black;
B.
{body;color:black;}
C.
{body:color=black;}
D.
body {color: black;}
Correct Answer:
D. body {color: black;}
Q.
355
How do you add a background color for all
elements?
A.
hl .all {background-color:#FFFFFF;}
B.
hl {background-color:#FFFFFF;}
C.
all.hl {background-color:#FFFFFF;}
D.
None of these
Correct Answer:
B. hl {background-color:#FFFFFF;}
Q.
356
Which CSS property is used to change the text color of an element?
A.
text-color
B.
fgcolor
C.
color
D.
None of these
Correct Answer:
C. color
Q.
357
Which CSS property controls the text size?
A.
font-size
B.
font-style
C.
text-style
D.
text-size
Correct Answer:
A. font-size
Q.
358
How do you display hyperlinks without an underline?
A.
a {decoration:no-underline;}
B.
a {text-decoration:none;}
C.
a {underline:none;}
D.
a {text-decoration:no-underline;}
Correct Answer:
B. a {text-decoration:none;}
Q.
359
How do you display a margin like this:
The margin-top = 10 pixels The margin-bottom = 5 pixels The margin-left = 20 pixels The margin-right = 1pixel?
A.
margin: 10px 5px 20px 1px;
B.
margin: 10px 20px 5px 1px;
C.
margin: 10px 1px 5px 20px;
D.
margin: 1px 5px 20px 10px;
Correct Answer:
C. margin: 10px 1px 5px 20px;
Q.
360
Which property is used to change the left margin of an element?
A.
padding-left
B.
margin-left
C.
indent
D.
left
Correct Answer:
B. margin-left
Q.
361
When using the padding property; are you allowed to use negative values?
A.
Yes
B.
No
C.
both yes or no
D.
None of these
Correct Answer:
B. No
Q.
362
How do you make a list type none?
A.
list-style-type: none;
B.
list-style-type: square;
C.
ist-type: none;
D.
None of these
Correct Answer:
A. list-style-type: none;
Q.
363
How do you select an element with id demo?
A.
.demo
B.
#demo
C.
demo
D.
None of these
Correct Answer:
B. #demo
Q.
364
How do you select elements with class name test?
A.
#test
B.
classtest
C.
test
D.
.test
Correct Answer:
D. .test
Q.
365
What is the default value of the position property?
A.
absolute
B.
static
C.
fixed
D.
relative
Correct Answer:
B. static
Q.
366
Which of the following property specifies the right margin of an element?
A.
margin-right
B.
margin-left
C.
right-margin
D.
None of these
Correct Answer:
A. margin-right
Q.
367
How do you display the following padding:
The top padding = 10 pixels The bottom padding = 5 pixels The left padding = 20 pixels The right padding = 1pixel
A.
padding: 10px 5px 20px 1px;
B.
padding: 10px 20px 5px 1px;
C.
padding: 5px 20px 10px 1px;
D.
padding: 10px 1px 5px 20px;
Correct Answer:
D. padding: 10px 1px 5px 20px;
Q.
368
What property and value do we use if we want to align text to the right?
A.
text-align: right;
B.
text-align: center;
C.
text-align: left;
D.
None of these
Correct Answer:
A. text-align: right;
Q.
369
What property and value do we use if we want to align text to the justify?
A.
text-align: right;
B.
text-align: left;
C.
text-align:center;
D.
text-align: justify;
Correct Answer:
D. text-align: justify;
Q.
370
Which class adds a text white to a page?
A.
.text-white
B.
text-light
C.
Both A and B
D.
None of these
Correct Answer:
C. Both A and B
Q.
371
Which class helps a proper dark background in bootstrap?
A.
.bg-dark
B.
.bg-danger
C.
.bg-info
D.
.bg-warning
Correct Answer:
A. .bg-dark
Q.
372
which class make a spinner in bootstrap?
A.
.spinner-loader
B.
.spinner-boader
C.
.spinner-border
D.
None of these
Correct Answer:
C. .spinner-border
Q.
373
What does "padding: 50px 0px 20px 0px" specifies?
A.
only top and bottom
B.
only top
C.
top and right
D.
All of the above
Correct Answer:
A. only top and bottom
Q.
374
Which of the following CSS selectors are used to specify tag elements?
A.
.p
B.
p
C.
#p
D.
None of these
Correct Answer:
B. p
Q.
375
Which of the following is the property of the CSS box model?
A.
background-color
B.
color
C.
line-height
D.
height-width
Correct Answer:
D. height-width
Q.
376
Which of the following attribute specifies the URL of the linked resource?
A.
src
B.
link
C.
rel
D.
href
Correct Answer:
D. href
Q.
377
Which of the following property adds padding to the top of an element?
A.
height
B.
padding-height
C.
padding-top
D.
top
Correct Answer:
C. padding-top
Q.
378
Which of the following property sets a consistent margin on all four sides of the affected element?
A.
border
B.
margin
C.
padding
D.
None of these
Correct Answer:
B. margin
Q.
379
Which of the following property sets the background image to scroll or not to scroll with its associated element’s content?
A.
background-scroll
B.
background-attach
C.
background-attachment
D.
background-allowance
Correct Answer:
C. background-attachment
Q.
380
HTML FULL FORM?
A.
HYPER TEXT MARKUP LANGUAGE
B.
HYPER MARKUP LANGUAGE
C.
HYPER TEXT MARKUP LANG
D.
HYPER TEXT MARKUP
Correct Answer:
A. HYPER TEXT MARKUP LANGUAGE
Q.
381
What is WordPress?
A.
A content management system (CMS)
B.
A programming language
C.
An operating system
D.
A web browser
Correct Answer:
A. A content management system (CMS)
Q.
382
Which of the following programming languages is primarily used in WordPress development?
A.
PHP
B.
Python
C.
Java
D.
HTML
Correct Answer:
A. PHP
Q.
383
Which type of data can be stored in WordPress as media?
A.
Text
B.
Document
C.
Music
D.
All Of These
Correct Answer:
D. All Of These
Q.
384
What is the purpose of a WordPress theme?
A.
To manage user authentication
B.
To customize the design and layout of a website
C.
To store and manage website data
D.
To optimize website performance
Correct Answer:
B. To customize the design and layout of a website
Q.
385
When was WordPress released?
A.
May 2003
B.
July 2003
C.
May 2001
D.
None Of These
Correct Answer:
A. May 2003
Q.
386
Which of the following is NOT a type of WordPress Hosting?
A.
Shared Hosting
B.
Dedicated Hosting
C.
Cloud Hosting
D.
Browser Hosting
Correct Answer:
D. Browser Hosting
Q.
387
Which of these is a feature of WordPress?
A.
User Management
B.
Provides tools for Search Engine Optimisation
C.
Contains multiple themes to style our website
D.
All Of These
Correct Answer:
D. All Of These
Q.
388
What is the function of WordPress plugins?
A.
To create user accounts
B.
To add additional features and functionality to a WordPress website
C.
To design website layouts
D.
To manage server configurations
Correct Answer:
B. To add additional features and functionality to a WordPress website
Q.
389
Which of these is an advantage of WordPress?
A.
PHP Requirement
B.
SEO Tools Make On-Site SEO Easier
C.
Frequent updates require multiple backup copies
D.
All Of These
Correct Answer:
B. SEO Tools Make On-Site SEO Easier
Q.
390
What is the main database system used by WordPress?
A.
MySQL
B.
MongoDB
C.
PostgreSQL
D.
SQLite
Correct Answer:
A. MySQL
Q.
391
Which of these is a free WordPress domain name provided to WordPress.com users?
A.
yoursite.WordPress.org
B.
Yoursite.org
C.
yousite.WordPress.com
D.
None Of These
Correct Answer:
C. yousite.WordPress.com
Q.
392
Which of the following is true about WordPress.com?
A.
It is a self-hosted platform
B.
It offers free hosting for WordPress websites
C.
It does not allow customization
D.
It requires coding knowledge to use
Correct Answer:
B. It offers free hosting for WordPress websites
Q.
393
What is the purpose of the WordPress dashboard?
A.
To write and publish blog posts
B.
To manage website settings, content, and design
C.
To analyze website traffic
D.
To install WordPress updates
Correct Answer:
B. To manage website settings, content, and design
Q.
394
Which of these fields is not required to be filled while first installing the WordPress?
A.
Site Title
B.
Username
C.
Post
D.
All Of These
Correct Answer:
C. Post
Q.
395
What does SEO stand for in the context of WordPress?
A.
Search Engine Origin
B.
Secure Environment Optimization
C.
Search Engine Optimization
D.
System Efficiency Operation
Correct Answer:
C. Search Engine Optimization
Q.
396
The Quick draft section in WordPress is used for ___.
A.
Creating mini-posts with titles and small details
B.
Editing posts
C.
Creating pages
D.
All of these
Correct Answer:
A. Creating mini-posts with titles and small details
Q.
397
Which of the following is a popular WordPress page builder plugin?
A.
WooCommerce
B.
Jetpack
C.
Elementor
D.
Akismet
Correct Answer:
C. Elementor
Q.
398
What is the default permalink structure in WordPress?
A.
Numeric
B.
Plain
C.
Post name
D.
Custom
Correct Answer:
C. Post name
Q.
399
Which file is primarily responsible for controlling the overall layout and design of a WordPress theme?
A.
style.css
B.
functions.php
C.
header.php
D.
index.php
Correct Answer:
C. header.php
Q.
400
Which of these is displayed using the WordPress news widget?
A.
Software version
B.
Software updates
C.
Alerts
D.
All of these
Correct Answer:
D. All of these
Q.
401
Which of these is not seen on the WordPress dashboard?
A.
Site traffic
B.
Menu options
C.
Welcome text
D.
All of these
Correct Answer:
A. Site traffic
Q.
402
Which of these are general settings of WordPress?
A.
Site title
B.
Data format
C.
Time format
D.
All of these
Correct Answer:
D. All of these
Q.
403
What is the purpose of the WordPress loop?
A.
To prevent unauthorized access to website content
B.
To display blog posts and other content on a WordPress site
C.
To optimize website loading speed
D.
To manage user comments
Correct Answer:
B. To display blog posts and other content on a WordPress site
Q.
404
What is the default post Category for WordPress?
A.
The first category added on WordPress
B.
Uncategorized
C.
No category
D.
None of these
Correct Answer:
B. Uncategorized
Q.
405
Which of the following is true about WordPress Multisite?
A.
It allows you to install multiple WordPress themes on a single site.
B.
It enables you to manage multiple WordPress websites from a single installation.
C.
It restricts access to the WordPress admin panel.
D.
It is only available for paid WordPress plans.
Correct Answer:
B. It enables you to manage multiple WordPress websites from a single installation.
Q.
406
What content of post can be displayed in the feed?
A.
Full post
B.
Summary of post
C.
Optional both A and B
D.
None of these
Correct Answer:
C. Optional both A and B
Q.
407
What is the name of the programming interface that allows developers to interact with WordPress core functionality?
A.
API
B.
SDK
C.
CLI
D.
Codex
Correct Answer:
D. Codex
Q.
408
What task does search engine visibility performs in WordPress?
A.
Removes site visibility on google
B.
Discourage search engines from indexing the site
C.
Both
D.
None of these
Correct Answer:
A. Removes site visibility on google
Q.
409
Which of the following is a popular e-commerce plugin for WordPress?
A.
Yoast SEO
B.
bbPress
C.
BuddyPress
D.
WooCommerce
Correct Answer:
D. WooCommerce
Q.
410
What is the purpose of a WordPress child theme?
A.
To create a duplicate copy of the parent theme7
B.
To customize the parent theme without losing changes during updates
C.
To activate additional security features
D.
To speed up website loading time
Correct Answer:
B. To customize the parent theme without losing changes during updates
Q.
411
What is the default username for the administrator account in a new WordPress installation?
A.
admin
B.
root
C.
user
D.
master
Correct Answer:
A. admin
Q.
412
Which file contains the core configuration settings for a WordPress site?
A.
wp-content.php
B.
wp-config.php
C.
wp-settings.php
D.
wp-options.php
Correct Answer:
B. wp-config.php
Q.
413
Which of the following is NOT a default content type in WordPress?
A.
Page
B.
Post
C.
Product
D.
Attachment
Correct Answer:
C. Product
Q.
414
What is the purpose of the WordPress Theme Customizer?
A.
To edit WordPress core files directly
B.
To customize the appearance of a WordPress theme in real-time
C.
To manage user roles and permissions
D.
To install WordPress updates automatically
Correct Answer:
B. To customize the appearance of a WordPress theme in real-time
Q.
415
Which of the following is a popular WordPress caching plugin?
A.
Jetpack
B.
WP Super Cache
C.
Akismet
D.
WPForms
Correct Answer:
B. WP Super Cache
Q.
416
What does the term "shortcode" refer to in WordPress?
A.
A small piece of code that allows users to embed files or create objects
B.
A type of user role in WordPress
C.
A method for securing WordPress websites
D.
A file format used for exporting WordPress databases
Correct Answer:
A. A small piece of code that allows users to embed files or create objects
Q.
417
What is the purpose of the WordPress .htaccess file?
A.
To store website content
B.
To manage user authentication
C.
To configure server settings and URL redirects
D.
To design website layouts
Correct Answer:
C. To configure server settings and URL redirects
Q.
418
Which of the following is NOT a WordPress user role by default?
A.
Subscriber
B.
Editor
C.
Moderator
D.
Administrator
Correct Answer:
C. Moderator
Q.
419
What is the name of the default WordPress theme that is installed with every new WordPress installation?
A.
Twenty Twelve
B.
Twenty Fifteen
C.
Twenty Twenty
D.
Twenty Twenty-One
Correct Answer:
C. Twenty Twenty
Q.
420
Which of the following is true about WordPress Gutenberg?
A.
It is a popular WordPress theme framework
B.
It is a drag-and-drop page builder plugin
C.
It is a WordPress security plugin
D.
It is the default WordPress block editor introduced in WordPress 5.0
Correct Answer:
D. It is the default WordPress block editor introduced in WordPress 5.0
Q.
421
What is the purpose of the WordPress REST API?
A.
To provide access to WordPress core files
B.
To optimize website performance
C.
To allow developers to interact with WordPress using HTTP requests
D.
To manage website backups
Correct Answer:
C. To allow developers to interact with WordPress using HTTP requests
Q.
422
What is the maximum upload file size limit in WordPress by default?
A.
2MB
B.
5MB
C.
10MB
D.
25MB
Correct Answer:
A. 2MB
Q.
423
Which of the following is NOT a component of the WordPress database?
A.
Posts
B.
Themes
C.
Users
D.
Comments
Correct Answer:
B. Themes
Q.
424
What is the purpose of the WordPress "wp_enqueue_script()" function?
A.
To add custom CSS styles to a WordPress theme
B.
To insert JavaScript code into the header of a WordPress site
C.
To load scripts or stylesheets into WordPress in a safe and efficient manner
D.
To create custom post types in WordPress
Correct Answer:
C. To load scripts or stylesheets into WordPress in a safe and efficient manner
Q.
425
Which of the following is a popular WordPress security plugin?
A.
Contact Form 7
B.
Wordfence Security
C.
WP Rocket
D.
MonsterInsights
Correct Answer:
B. Wordfence Security
Q.
426
What is the purpose of the WordPress admin toolbar?
A.
To display website analytics data
B.
To provide quick access to common administrative tasks when logged in
C.
To manage user comments
D.
To create new WordPress themes
Correct Answer:
B. To provide quick access to common administrative tasks when logged in
Q.
427
Which of the following is NOT a feature of WordPress.com Business plan?
A.
Custom domain name
B.
Monetization options
C.
Access to the WordPress REST API
D.
Unlimited storage space
Correct Answer:
C. Access to the WordPress REST API
Q.
428
What is the purpose of the WordPress "functions.php" file?
A.
To display website content
B.
To manage user authentication
C.
To add custom functionality and features to a WordPress theme
D.
To configure server settings
Correct Answer:
C. To add custom functionality and features to a WordPress theme
Q.
429
Which of the following is true about WordPress tags?
A.
They are used to define the overall structure of a WordPress website
B.
They are similar to categories but are not hierarchical
C.
They are only visible to administrators
D.
They are automatically generated by WordPress and cannot be modified
Correct Answer:
B. They are similar to categories but are not hierarchical
Q.
430
What is the purpose of WordPress cron jobs?
A.
To create scheduled backups of WordPress databases
B.
To optimize website performance
C.
To automate routine tasks and schedule events within WordPress
D.
To manage user roles and permissions
Correct Answer:
C. To automate routine tasks and schedule events within WordPress
Q.
431
What is the purpose of the WordPress "wp_head()" function?
A.
To display the website header
B.
To execute custom JavaScript code in the footer of a WordPress site
C.
To insert metadata and other elements into the head section of a WordPress theme
D.
To create custom post types in WordPress
Correct Answer:
C. To insert metadata and other elements into the head section of a WordPress theme
Q.
432
What are avatars in WordPress?
A.
A small image that is displayed beside the name of the user
B.
Name of creator
C.
A 3D graphic of a user in WordPress
D.
None of these
Correct Answer:
A. A small image that is displayed beside the name of the user
Q.
433
What is the purpose of the WordPress "functions.php" file?
A.
To display website content
B.
To manage user authentication
C.
To add custom functionality and features to a WordPress theme
D.
To configure server settings
Correct Answer:
C. To add custom functionality and features to a WordPress theme
Q.
434
Which of the following is true about WordPress tags?
A.
They are used to define the overall structure of a WordPress website
B.
They are similar to categories but are not hierarchical
C.
They are only visible to administrators
D.
They are automatically generated by WordPress and cannot be modified
Correct Answer:
B. They are similar to categories but are not hierarchical
Q.
435
What is the purpose of WordPress cron jobs?
A.
To create scheduled backups of WordPress databases
B.
To optimize website performance
C.
To automate routine tasks and schedule events within WordPress
D.
To manage user roles and permissions
Correct Answer:
C. To automate routine tasks and schedule events within WordPress
Q.
436
Which of the following is NOT a common method to secure a WordPress website?
A.
Installing a security plugin
B.
Regularly updating WordPress core, themes, and plugins
C.
Using weak passwords
D.
Enabling two-factor authentication
Correct Answer:
C. Using weak passwords
Q.
437
What is the purpose of the WordPress "wp_footer()" function?
A.
To display the website footer
B.
To insert metadata and other elements into the head section of a WordPress theme
C.
To execute custom JavaScript code in the footer of a WordPress site
D.
To manage user roles and permissions
Correct Answer:
C. To execute custom JavaScript code in the footer of a WordPress site
Q.
438
Which of the following is NOT a type of WordPress permalink structure?
A.
Plain
B.
Numeric
C.
Random
D.
Day and name
Correct Answer:
C. Random
Q.
439
What is the purpose of WordPress categories?
A.
To group related posts together based on content
B.
To manage user roles and permissions
C.
To optimize website performance
D.
To insert metadata into WordPress posts
Correct Answer:
A. To group related posts together based on content
Q.
440
What is the purpose of the WordPress "wp_query()" function?
A.
To execute SQL queries directly on the WordPress database
B.
To retrieve posts or pages from the WordPress database based on specified criteria
C.
To manage user authentication
D.
To display website content
Correct Answer:
B. To retrieve posts or pages from the WordPress database based on specified criteria
Q.
441
Which of the following is NOT a default WordPress dashboard widget?
A.
At a Glance
B.
Quick Draft
C.
Popular Posts
D.
Latest Comments
Correct Answer:
C. Popular Posts
Q.
442
Which of the following is NOT a common WordPress database table?
A.
wp_posts
B.
wp_users
C.
wp_themes
D.
wp_options
Correct Answer:
C. wp_themes
Q.
443
What is the purpose of WordPress hooks?
A.
To enhance website security
B.
To manage user authentication
C.
To extend or modify the functionality of WordPress without modifying core files
D.
To optimize website performance
Correct Answer:
C. To extend or modify the functionality of WordPress without modifying core files
Q.
444
Which of the following is true about the WordPress White Screen of Death (WSOD)?
A.
It occurs when a WordPress website is hacked
B.
It is caused by a plugin or theme conflict
C.
It is a common error message in WordPress
D.
It can only be fixed by reinstalling WordPress
Correct Answer:
B. It is caused by a plugin or theme conflict
Q.
445
Which of the following is NOT a recommended method to speed up a WordPress website?
A.
Using a caching plugin
B.
Optimizing images
C.
Using a heavy theme with lots of animations
D.
Enabling browser caching
Correct Answer:
C. Using a heavy theme with lots of animations
Q.
446
What is the purpose of the WordPress "add_shortcode()" function?
A.
To create custom post types
B.
To add custom functionality and features to a WordPress theme
C.
To define custom shortcodes for embedding files or creating objects
D.
To display website content
Correct Answer:
C. To define custom shortcodes for embedding files or creating objects
Q.
447
What is the purpose of WordPress taxonomies?
A.
To group related posts together based on content
B.
To manage user roles and permissions
C.
To optimize website performance
D.
To insert metadata into WordPress posts
Correct Answer:
A. To group related posts together based on content
Q.
448
What is the purpose of WordPress widgets?
A.
To display website content
B.
To add custom functionality and features to a WordPress theme
C.
To create custom post types
D.
To provide an easy way to add content and features to widgetized areas of a theme
Correct Answer:
D. To provide an easy way to add content and features to widgetized areas of a theme
Q.
449
What is the purpose of the WordPress "add_action()" function?
A.
To execute custom JavaScript code in the footer of a WordPress site
B.
To create custom post types
C.
To add custom functionality and features to a WordPress theme
D.
To hook a function or method to a specific action in WordPress
Correct Answer:
D. To hook a function or method to a specific action in WordPress
Q.
450
What is the primary function of the "Customizer" in WordPress?
A.
To manage plugins and themes
B.
To edit the core files of WordPress
C.
To allow users to customize the appearance of their site with live previews
D.
To handle SEO settings
Correct Answer:
C. To allow users to customize the appearance of their site with live previews
Q.
451
Which of the following can be used to create custom post types in WordPress?
A.
functions.php file
B.
wp-config.php file
C.
.htaccess file
D.
index.php file
Correct Answer:
A. functions.php file
Q.
452
What does "WP-CLI" stand for?
A.
WordPress Common Line Interface
B.
WordPress Command Line Interface
C.
WordPress Core Line Instructions
D.
WordPress Custom Line Interaction
Correct Answer:
B. WordPress Command Line Interface
Q.
453
Which of the following files is required in every WordPress theme?
A.
index.php
B.
home.php
C.
single.php
D.
category.php
Correct Answer:
A. index.php
Q.
454
How can you enable debug mode in WordPress?
A.
By modifying the wp-config.php file and setting WP_DEBUG to true
B.
By installing a debugging plugin
C.
By creating a new debug.php file in the root directory
D.
By modifying the .htaccess file
Correct Answer:
A. By modifying the wp-config.php file and setting WP_DEBUG to true
Q.
455
Which of the following is NOT a default widget in WordPress?
A.
Recent Posts
B.
Calendar
C.
Popular Posts
D.
Categories
Correct Answer:
C. Popular Posts
Q.
456
What is the purpose of the "wp_nav_menu()" function?
A.
To display a custom navigation menu in a WordPress theme
B.
To create a new menu in the WordPress dashboard
C.
To manage user roles and permissions
D.
To display the default WordPress admin menu
Correct Answer:
A. To display a custom navigation menu in a WordPress theme
Q.
457
Which WordPress template file is used to display the homepage by default?
A.
home.php
B.
front-page.php
C.
index.php
D.
page.php
Correct Answer:
C. index.php
Q.
458
What is a WordPress "child theme"?
A.
A duplicate of a parent theme
B.
A theme that inherits functionality and styling from another theme
C.
A theme specifically designed for blogs
D.
A theme that automatically updates with WordPress core updates
Correct Answer:
B. A theme that inherits functionality and styling from another theme
Q.
459
What is the role of the "functions.php" file in a WordPress theme?
A.
To define custom HTML structures
B.
To manage database connections
C.
To add theme-specific PHP code and extend functionality
D.
To handle AJAX requests
Correct Answer:
C. To add theme-specific PHP code and extend functionality
Q.
460
How do you change the site title and tagline in WordPress?
A.
By editing the wp-config.php file
B.
By going to Settings > General in the WordPress dashboard
C.
By editing the functions.php file
D.
By modifying the .htaccess file
Correct Answer:
B. By going to Settings > General in the WordPress dashboard
Q.
461
Which of the following plugins is commonly used for SEO optimization in WordPress?
A.
Yoast SEO
B.
WooCommerce
C.
WPForms
D.
Jetpack
Correct Answer:
A. Yoast SEO
Q.
462
What does the "wpautop" function do in WordPress?
A.
It automatically creates a backup of the WordPress site
B.
It converts newlines into paragraph tags in post content
C.
It optimizes images for the web
D.
It handles user authentication and roles
Correct Answer:
B. It converts newlines into paragraph tags in post content
Q.
463
How can you reset a WordPress password if you lose access to the admin dashboard?
A.
By editing the wp-config.php file
B.
By using the "Lost your password?" link on the login page
C.
By modifying the .htaccess file
D.
By reinstalling WordPress
Correct Answer:
B. By using the "Lost your password?" link on the login page
Q.
464
Which of the following is true about WordPress taxonomies?
A.
They are used to manage plugins
B.
They are a way to group posts and custom post types together
C.
They are used to manage user roles
D.
They are responsible for displaying the site header
Correct Answer:
B. They are a way to group posts and custom post types together
Q.
465
How can you create a custom menu in WordPress?
A.
By editing the wp-config.php file
B.
By going to Appearance > Menus in the WordPress dashboard
C.
By editing the .htaccess file
D.
By installing a custom menu plugin
Correct Answer:
B. By going to Appearance > Menus in the WordPress dashboard
Q.
466
What does the "wp_enqueue_script()" function do in WordPress?
A.
It loads custom JavaScript files in a safe manner
B.
It creates custom post types
C.
It manages user authentication
D.
It optimizes the website for performance
Correct Answer:
A. It loads custom JavaScript files in a safe manner
Q.
467
What is the purpose of the "wp_mail()" function in WordPress?
A.
To send emails from a WordPress site
B.
To create custom post types
C.
To manage user authentication
D.
To handle AJAX requests
Correct Answer:
A. To send emails from a WordPress site
Q.
468
What is the purpose of the "wp_safe_redirect()" function in WordPress?
A.
To safely redirect users to a new URL
B.
To optimize the website for search engines
C.
To load custom JavaScript files
D.
To manage user roles and permissions
Correct Answer:
A. To safely redirect users to a new URL
Q.
469
What is the purpose of the "is_page()" function in WordPress?
A.
To check if the current page is the home page
B.
To check if a specific page template is being used
C.
To check if the current post is a page
D.
To check if the current user is an administrator
Correct Answer:
C. To check if the current post is a page
Q.
470
Which WordPress function is used to display custom fields for a post?
A.
get_post_meta()
B.
get_custom_field()
C.
the_custom_field()
D.
the_post_meta()
Correct Answer:
A. get_post_meta()
Q.
471
What is the default table prefix in a WordPress database?
A.
wp_
B.
wpdb_
C.
wptbl_
D.
wpdata_
Correct Answer:
A. wp_
Q.
472
Which of the following functions is used to add a meta box to the WordPress post editing screen?
A.
add_meta_box()
B.
add_meta_data()
C.
add_custom_box()
D.
add_post_box()
Correct Answer:
A. add_meta_box()
Q.
473
Which of the following is the correct way to register a new sidebar in WordPress?
A.
register_sidebar()
B.
add_sidebar()
C.
create_sidebar()
D.
init_sidebar()
Correct Answer:
A. register_sidebar()
Q.
474
What does the "the_excerpt()" function do in WordPress?
A.
It displays a short summary of a post
B.
It displays the full content of a post
C.
It creates a new post excerpt
D.
It manages user comments
Correct Answer:
A. It displays a short summary of a post
Q.
475
Which WordPress type can be installed on a user's computer?
A.
WordPress.com
B.
WordPress.org
C.
Both
D.
None Of These
Correct Answer:
B. WordPress.org
Q.
476
Which of the following is NOT a method to install a WordPress plugin?
A.
Using the WordPress Plugin Directory
B.
Uploading a plugin zip file
C.
Using FTP
D.
Editing the theme's code
Correct Answer:
D. Editing the theme's code
Q.
477
What is the recommended method for updating WordPress plugins?
A.
Manually editing plugin files
B.
Using the WordPress Plugin Directory
C.
Deactivating and then reactivating the plugins
D.
Using the WordPress dashboard's built-in update functionality
Correct Answer:
D. Using the WordPress dashboard's built-in update functionality
Q.
478
Which of the following is a correct way to enqueue a stylesheet in WordPress?
A.
wp_enqueue_style('theme-style', get_template_directory_uri() . '/style.css');
B.
wp_add_style('theme-style', get_template_directory_uri() . '/style.css');
C.
wp_load_style('theme-style', get_template_directory_uri() . '/style.css');
D.
wp_register_style('theme-style', get_template_directory_uri() . '/style.css');
Correct Answer:
A. wp_enqueue_style('theme-style', get_template_directory_uri() . '/style.css');
Q.
479
What is the purpose of the "readme.html" file in a WordPress installation?
A.
To provide documentation and information about the WordPress installation
B.
To handle the website's SEO settings
C.
To configure the database connection
D.
To manage user roles and permissions
Correct Answer:
A. To provide documentation and information about the WordPress installation
Q.
480
Which of the following functions is used to retrieve the URL of a WordPress site's stylesheet directory?
A.
get_stylesheet_directory()
B.
get_template_directory_uri()
C.
get_stylesheet_directory_uri()
D.
get_template_uri()
Correct Answer:
C. get_stylesheet_directory_uri()