NEW
Font size
WorksheetsCIT-204 Web Development
Total questions: 35
Worksheet time: 12mins
What does HTML stand for?
Hyper Text Makeover Language
Hyper Text Markdown Language
Hyper Text Markup Language
Hyper Tool Markup Language
Which tag is used to insert an image?
<img>
<image>
<poc>
<src>
CSS code linked within HTML language by
<CSS>
<style>
<HTML>
<link>
The correct HTML element for inserting a line break is:
<lineb>
<break>
<br>
<newline>
Which property control text alignment?
text-align
text-position
align-text
font-align
Which CSS unit is relative to font size?
px
em
cm
%
Which tag is used for the largest heading?
<heading>
<h6>
<h1>
<h4>
Which HTML element is used to create an unordered list?
<item>
<ol>
<list>
<ul>
Which CSS property is used to change the text color?
font-color
text-color
color
background-color
Which HTML attribute is used to specify an alternate text for an image?
alt
href
src
title
Which CSS property is used to set the background color of an element?
bgcolor
background
background-color
color
Which HTML element is used to create a table?
<data>
<list>
<tab>
<table>
Which CSS property is used to control the spacing between lines of text?
text-spacing
spacing
height
line-height
Which HTML element is used to define a hyperlink?
<href>
<link>
<a>
<url>
Which format does mongoDB use to store data?
XML
CSV
JSON
BSON
Which input type is used for password?
text
Passcode
Password
Secure
How can you open a link in a new tab?
<a open="new">
<a targe="_blank">
<a new="tab">
<a tab="true">
Which tag is used to create a drop down menu?
<select>
<option>
<drop-down>
<list>
Which Bootstrap class makes text bold?
.text-bold
.bold
.fw-bold
. strong
How do you delete all documents matching a condition?
Remove()
Delete ()
deleteOne()
delectmany()
Which CSS property is used to add space between elements?
border
spacing
padding
margin
What type of database is MongoDB?
Relational
Document-Oriented
Graph-based
Key-value store
What is the correct HTML element for creating a form?
<submit>
<fieldset>
<input>
<form>
Which CSS property is used to change the font size of an element?
font-style
text-size
font-size
size
How do you create a drop-down menu in bootstrap?
<div class="dropdown">
<ul class="dropdown-menu">
<nav class="dropdown">
<select class="dropdown">
How many columns does bootstrap's grid system have?
10
12
16
6
Which class is used to create a primary-coloured button in Bootstrap?
. btn-blue
. btn-primary
. button-primary
. primary-coloured
What is Bootstrap primarily used for?
Backend development
Frontend styling and layout
Database Management
Server Configuration
What does RGB stand for in CSS?
Red, Green, Blue
Red, Grey, black
Real Good Brightness
Right Gradient balance
Which Pseudo-class presents a visited link?
:hover
:active
: visited
:link
THE CSS box model consists of:
Margin, Border , Padding, Content
Header, Body, Footer
Width, Height, Depth
Top, Right, Bottom, Left
Which property creates rounded corners?
Border-curve
Corner-radius
Border-radius
Rounded-edge
In the ending tag a________comes along with the tag name.
Back slash(\)
Forward slash (/)
(-) Hyphen
none
The tag________ has no ending tag
<p>tag
<hr>tag
<nav> tag
none
Html document has mainly two parts:
header & footer
head & body
Title & style
Head & content
