wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

BOOLEAN CLUB QUIZ 1

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which element is used to get highlighted text in HTML5?

a)

<u>

b)

<mark>

c)

<markque>

d)

<b>

2.

Which of the following is not a HTML5 tag?

a)

<track>

b)

<video>

c)

<slider>

d)

<source>

3.

Which of the following is not the element associated with the HTML table layout?

a)

alignment

b)

color

c)

size

d)

spanning

4.

HTML is a subset of ___________

a)

SGMT

b)

SGML

c)

SGME

d)

XHTML

5.

Which HTML element is used for short quote?

a)

<em>

b)

<abbr>

c)

<q>

d)

<blockquote>

6.

Which of the following makes the button appear pressed?

a)

.btn-link

b)

.disabled

c)

.active

d)

 .btn-block

7.

How to add a background color in HTML?

a)

<marquee bg color: "red">

b)

<marquee bg-color = "red">

c)

<marquee bgcolor = "red">

d)

<marquee color = "red">

8.

Which of the following HTML tag is used to display the text with scrolling effect?

a)

<marquee>

b)

<scroll>

c)

<div>

d)

None of the above

9.

What is the correct way in which we can start an ordered list that has the numeric value count of 5?

a)

<ol type = “1” start = “5”>

b)

<ol type = “1” num = “5”>

c)

<ol type = “1” begin = “5”>

d)

<ol type = “1” initial = “5”>

10.

Which one is the HTML document’s root tag?

a)

<head>

b)

<body>

c)

<title>

d)

<html>