
WEB DEVELOPMENT PRE-TEST
Quiz by Brianne M. Singson
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
Part of Web development that focuses on the back-end side programming and is hidden to the clients.
Client-side Web Development
Server-side Web Development
Database Structure
Database Management
30s - Q2
Which of the following does NOT belong to the group?
Notepad++
Visual Studio Code
XAMPP
TrebEdit
30s - Q3
If you add a padding-left of 20px and padding-right of 10pxin your <p> element, what will happen?
The text will be smaller since padding is added to theelement.
The space in the right of the text is greater than the spacein the left.
The text will be closer to the left than to the rightborder.
The space in the left of the text is greater than the spacein the right.
30s - Q4
The text will be smaller since padding is added to the element.
Enclose the text with <span></span> element.
Use the <title></title> to increase the textsize.
Increase the font size of a <p> element usingcascading style sheet.
Enclose the text with <h1></h1> element.
30s - Q5
Which of the following is NOT TRUE about Table element?
table row begins with a <tr> tag and ends with a</tr> tag.
table cell begins with a <ul> tag and ends with a</ul> tag.
table begins with a <table> tag and ends with a</table> tag.
In an internal CSS, what tags are used to enclose CSSproperties?
30s - Q6
In an internal CSS, what tags are used to enclose CSS properties?
<css></css>
<style></style>
<head></head>
<body></body>
30s - Q7
When do we need to use table in your webpage?
If all information to be displayed are all text.
If we want our information be readable and concise.
If we want to arrange information into a tabular model.
If all information are a combination of text, images, andgraphics.
30s - Q8
In a webpage, how do add space between the element’s contentand its border?
by adding a <br> tag in the css
by adding a padding in the css
by adding a <hr> tag in the css
by adding a margin in the css
30s - Q9
The most popular framework for developing responsive, mobilefirst projects on the web?
JavaScript
HTML
Bootstrap
CSS
30s - Q10
Which of the following does not belong to the group?
Browser Compatibility
Responsive Features
Standalone
Mobile-First Approach
30s - Q11
Which class provides a responsive fixed width container?
container
.container-fixed
None of the above
.container-fluid
30s - Q12
The Bootstrap grid system is based on these number ofcolumns
12
2
6
9
30s - Q13
In CSS, it makes fonts larger
width
size
h1
font-size
30s - Q14
I need to add a different color to the fonts. In CSS, I would use:
color
text-color
font-color
background-color
30s - Q15
CSS documents links go in this HTML section
<head>
<link>
<body>
<footer>
30s