wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CIT-204 Web Development

Total questions: 35

Worksheet time: 12mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Text Makeover Language

b)

Hyper Text Markdown Language

c)

Hyper Text Markup Language

d)

Hyper Tool Markup Language

2.

Which tag is used to insert an image?

a)

<img>

b)

<image>

c)

<poc>

d)

<src>

3.

CSS code linked within HTML language by

a)

<CSS>

b)

<style>

c)

<HTML>

d)

<link>

4.

The correct HTML element for inserting a line break is:

a)

<lineb>

b)

<break>

c)

<br>

d)

<newline>

5.

Which property control text alignment?

a)

text-align

b)

text-position

c)

align-text

d)

font-align

6.

Which CSS unit is relative to font size?

a)

px

b)

em

c)

cm

d)

%

7.

Which tag is used for the largest heading?

a)

<heading>

b)

<h6>

c)

<h1>

d)

<h4>

8.

Which HTML element is used to create an unordered list?

a)

<item>

b)

<ol>

c)

<list>

d)

<ul>

9.

Which CSS property is used to change the text color?

a)

font-color

b)

text-color

c)

color

d)

background-color

10.

Which HTML attribute is used to specify an alternate text for an image?

a)

alt

b)

href

c)

src

d)

title

11.

Which CSS property is used to set the background color of an element?

a)

bgcolor

b)

background

c)

background-color

d)

color

12.

Which HTML element is used to create a table?

a)

<data>

b)

<list>

c)

<tab>

d)

<table>

13.

Which CSS property is used to control the spacing between lines of text?

a)

text-spacing

b)

spacing

c)

height

d)

line-height

14.

Which HTML element is used to define a hyperlink?

a)

<href>

b)

<link>

c)

<a>

d)

<url>

15.

Which format does mongoDB use to store data?

a)

XML

b)

CSV

c)

JSON

d)

BSON

16.

Which input type is used for password?

a)

text

b)

Passcode

c)

Password

d)

Secure

17.

How can you open a link in a new tab?

a)

<a open="new">

b)

<a targe="_blank">

c)

<a new="tab">

d)

<a tab="true">

18.

Which tag is used to create a drop down menu?

a)

<select>

b)

<option>

c)

<drop-down>

d)

<list>

19.

Which Bootstrap class makes text bold?

a)

.text-bold

b)

.bold

c)

.fw-bold

d)

. strong

20.

How do you delete all documents matching a condition?

a)

Remove()

b)

Delete ()

c)

deleteOne()

d)

delectmany()

21.

Which CSS property is used to add space between elements?

a)

border

b)

spacing

c)

padding

d)

margin

22.

What type of database is MongoDB?

a)

Relational

b)

Document-Oriented

c)

Graph-based

d)

Key-value store

23.

What is the correct HTML element for creating a form?

a)

<submit>

b)

<fieldset>

c)

<input>

d)

<form>

24.

Which CSS property is used to change the font size of an element?

a)

font-style

b)

text-size

c)

font-size

d)

size

25.

How do you create a drop-down menu in bootstrap?

a)

<div class="dropdown">

b)

<ul class="dropdown-menu">

c)

<nav class="dropdown">

d)

<select class="dropdown">

26.

How many columns does bootstrap's grid system have?

a)

10

b)

12

c)

16

d)

6

27.

Which class is used to create a primary-coloured button in Bootstrap?

a)

. btn-blue

b)

. btn-primary

c)

. button-primary

d)

. primary-coloured

28.

What is Bootstrap primarily used for?

a)

Backend development

b)

Frontend styling and layout

c)

Database Management

d)

Server Configuration

29.

What does RGB stand for in CSS?

a)

Red, Green, Blue

b)

Red, Grey, black

c)

Real Good Brightness

d)

Right Gradient balance

30.

Which Pseudo-class presents a visited link?

a)

:hover

b)

:active

c)

: visited

d)

:link

31.

THE CSS box model consists of:

a)

Margin, Border , Padding, Content

b)

Header, Body, Footer

c)

Width, Height, Depth

d)

Top, Right, Bottom, Left

32.

Which property creates rounded corners?

a)

Border-curve

b)

Corner-radius

c)

Border-radius

d)

Rounded-edge

33.

In the ending tag a________comes along with the tag name.

a)

Back slash(\)

b)

Forward slash (/)

c)

(-) Hyphen

d)

none

34.

The tag________ has no ending tag

a)

<p>tag

b)

<hr>tag

c)

<nav> tag

d)

none

35.

Html document has mainly two parts:

a)

header & footer

b)

head & body

c)

Title & style

d)

Head & content