wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

KUIS PEM WEB KELAS B

Total questions: 35

Worksheet time: 6mins

Name
Class
Date
1.

What is the correct HTML for referring to an external style sheet?

a)

Hyperlink and Text Markup Language

b)

Hyper Text Markup Language

c)

Home Tool Markup Language

2.

Who is making the Web standards?

a)

Microsoft

b)

Mozilla

c)

Google

d)

The World Wide Web Consortium

3.

Choose the correct HTML element for the largest heading:

a)

<heading>

b)

<h1>

c)

<h6>

d)

<head>

4.

What is the correct HTML element for inserting a line break?

a)

<lb>

b)

<break>

c)

<br>

5.

What is the correct HTML for adding a background color?

a)

<body bg="yellow">

b)

<body style="backgoround-color:yellow;">

c)

<background>yellow</background>

6.

Choose the correct HTML element to define emphasized text

a)

<italic>

b)

<em>

c)

<i>

7.

What is the correct HTML for creating a hyperlink?

a)

<a name="http://www.polinela.ac.id">Polinela</a>

b)

<a url="http://www.polinela.ac.id">Polinela</a>

c)

<a href="http://www.polinela.ac.id">Polinela</a>

8.

Which character is used to indicate an end tag?

a)

<

b)

^

c)

/

d)

*

9.

How can you open a link in a new tab/browser window?

a)

<a href="url" new>

b)

<a href="url" target="_blank">

c)

<a href="url" target ="new">

10.

Which of these elements are all <table> elements?

a)

<table><tr><tt>

b)

<table><tr><td>

c)

<table><head><tfoot>

d)

<thead><body><tr>

11.

How can you make a numbered list?

a)

<ol>

b)

<dl>

c)

<ul>

d)

<list>

12.

How can you make a bulleted list?

a)

<dl>

b)

<ul>

c)

<ol>

d)

<list>

13.

What is the correct HTML for making a checkbox?

a)

<input type="checkbox">

b)

<checkbox>

c)

<check>

d)

<input type="check">

14.

What is the correct HTML for making a text input field?

a)

<input type="text">

b)

<input type="textfield">

c)

<textfield>

d)

<textinput type="text">

15.

What is the correct HTML for making a drop-down list?

a)

<input type="dropdown">

b)

<select>

c)

<list>

d)

<input type="list">

16.

What is the correct HTML for making a text area?

a)

<textarea>

b)

<input type="textbox">

c)

<input type="textarea">

17.

What is the correct HTML for inserting an image?

a)

<img href="image.gif" alt="MyImage">

b)

<img src="image.gif" alt="MyImage">

c)

<img alt="MyImage">image.gif</img>

d)

<image src="image.gif" alt="MyImage">

18.

HTML comments start with <!-- and end with -->

a)

True

b)

False

19.

Block elements are normally displayed without starting a new line.

a)

True

b)

False

20.

Which HTML element defines the title of a document?

a)

<meta>

b)

<title>

c)

<head>

21.

Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?

a)

logdesc

b)

src

c)

title

d)

alt

22.

Which doctype is correct for HTML5?

a)

<!DOCTYPE html>

b)

<!DOCTYPE HTML5>

23.

Which HTML element is used to specify a footer for a document or section?

a)

<footer>

b)

<section>

c)

<bottom>

24.

What is the correct HTML element for playing video files?

a)

<media>

b)

<video>

c)

<movie>

25.

What is the correct HTML element for playing audio files?

a)

<audio>

b)

<sound>

c)

<mp3>

26.

In HTML, which attribute is used to specify that an input field must be filled out?

a)

validate

b)

formvalidate

c)

required

d)

placeholder

27.

Which HTML element is used to specify a header for a document or section?

a)

<header>

b)

<top>

c)

<section>

d)

<head>

28.

What does CSS stand for?

a)

Computer Style Sheets

b)

Cascading Style Sheets

c)

Creative Style Sheets

d)

Colorful Style Sheets

29.

What is the correct HTML for referring to an external style sheet?

a)

<link rel="stylesheet" type="text/css" href="mystyle.css">

b)

<stylesheet>mystyle.css</stylesheet>

c)

<style src="mystyle.css">

30.

Where in an HTML document is the correct place to refer to an external style sheet?

a)

At the end of the document

b)

In the <body> section

c)

In the <head> section>

31.

Which HTML tag is used to define an internal style sheet?

a)

<css>

b)

<script>

c)

<style>

32.

Which HTML attribute is used to define inline styles?

a)

styles

b)

font

c)

class

d)

style

33.

Which is the correct CSS syntax?

a)

{body;color:black;}

b)

{body:color=black;}

c)

body {color: black; }

d)

body:color=black;

34.

How do you insert a comment in a CSS file?

a)

/* ... */

b)

' ...

c)

// ...

d)

// ... ///

35.

Which property is used to change the background color?

a)

bgcolor

b)

background-color

c)

color