Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SEACSO group 4 mock test

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.
1. What is the correct syntax of doctype in HTML5?
a)
</doctype html>
b)
<!doctype html>
c)
<doctype html>
d)
<doctype html!>
2.
2. Metadata is information about data. In which part of the HTML is metadata contained?
a)

title tag

b)

html tag

c)

head tag

d)

body tag

3.
3. Browser ignores comment in a code. There are always two types of command, i.e. single line command and multiple line command. If you want to add a comment in code, how do you write comments in HTML?
a)

</…….>

b)

<!……>

c)

</……/>

d)

<…….!>

4.
4. The HTML video element specifies a standard way to embed a video in a webpage. Which of the following elements in HTML defines video or movie content?
a)

</video>

b)

<!video>

c)

<video>

d)

<media>

5.
5. HTML uses a style sheet language, which is designed to describe presentation of its content including layouts, colors and fonts. Which element is used for or styling HTML layout?
a)

jQuery

b)

JavaScript

c)

PHP

d)

CSS

6.
6. Which HTML tag is used to insert a SEACSO logo image?
a)

img link=”seacsologo.jpg” />

b)

<img src=”seacsologo.jpg” />

c)

<img url=”seacsologo.jpg” />

d)

<img alt=”seacsologo.jpg” />

7.
7. This HTML tag has both beginning and closing tags. Which of the following, is an HTML paragraph tag?
a)

<p>

b)

<pre>

c)

<hr>

d)

<a>

8.
8. What could be the output of the following HTML code? <p>The <abbr title=”Doctor”>Dr.</abbr> is on the way.</p>
a)
The Dr. is on the way.
b)
The Doctor is on the way.
c)
The Doctor Dr. is on the way.
d)
The abbr Doctor is on the way.
9.
9. What does <address> element in HTML contain?
a)

contains IP address of the computer

b)

contains contact details for author of the page

c)

contains home address of the user

d)

contains url of the page

10.
10. A webpage is a name that points to the location of a particular web page in the internet world. It can be the address of anything like the address of a particular file, directory, photo, video, etc. Which of the following is the correct syntax of web address?
a)
scheme://prefix.domain:port/path/filename
b)
port://domain.filenmae:path/scheme/prefix
c)
prefix://scheme.port:domain/filename/path
d)
path://prefix.port:domain/filename/scheme
11.
11.How to insert hyperlink for SEACSO TEST in HTML Page?
a)

<a target="https://www. glowinc.org/mock-test/">SEACSO MOCK />

b)

<a src="https://www. glowinc.org/mock-test/">SEACSO MOCK </a>

c)

<a>https://www. glowinc.org/mock-test/">SEACSO MOCK /</a>

d)

<a href="https://www.glowinc.org/mock-test/">SEACSO MOCK</a>

12.
12.CSS is a design language designed to simplify the development of web pages presentable. It determines the visual structure, layout, and aesthetics of the page. What is CSS stands for?
a)

Color Style Sheet

b)

Cascading Style Sheets

c)

Cascade Style Sheet

d)

Color Style Sheets

13.
13.Font-variant property in CSS is a variant of the font elements that converts lowercase letters into uppercase letters and used when you need small caps for a text in the document. Which of the following is not a value of the font-variant property in CSS?
a)

normal

b)

small-caps

c)

inherit

d)

large-caps

14.
14.Which CSS function performs a calculation to be used as the property value?
a)

sum()

b)

add()

c)

calc()

d)

multiply()

15.
15.This CSS property prevents a portion of an element from getting displayed by defining a clipping region to be displayed i.e, only a specific region of the element is displayed. Which of the following CSS property is being described?
a)

visibility property

b)

background-clip property

c)

clip-path property

d)

None of the mentioned