wayground logo

Lembar Kerja Gratis yang Dapat Dicetak

BARU

Ukuran huruf

S
M
L
XL
Lembar kerja

NETZKNOTEN (Web Designing)

Total soal: 25

Worksheet time: 4mins

Nama
Kelas
Tanggal
1.
How many types of heading tags does an HTML contain?
a)
5
b)
6
c)
1
d)
3
2.
Which tag is used to create a link in HTML?
a)
Semantic Tags
b)
Style Tags
c)
Meta Tags
d)
Anchor Tags
3.
Select the correct option to insert images in HTML
a)
<img src=”” alt=””>
b)
<src=”” alt=””>
c)
<imgsrc=”” alt=””>
d)
<image src=”” alt=””>
4.
Which of the following is not a self-closing tag in HTML?
a)
<br>
b)
<hr>
c)
<div>
d)
<img>
5.
Which of the following is used to give more than one space in between two words
a)
&space
b)
<space>
c)
&nbsp
d)
&nwsp
6.
Which of the following is used to add comments in HTML?
a)
<!--COMMENT-->
b)
<--COMMENT-->
c)
<!--COMMENT--!>
d)
<comment/>
7.
The latest version of HTML is _________
a)
XHTML
b)
HTML5
c)
HTML6
d)
HTML 3.2
8.
which is the proper syntax for a media query ?
a)
@media and screen (min-width: 30em)
b)
@media screen and (min_width: 30em)
c)
@media-screen and (min-width: 30em)
d)
@media screen and (min-width: 30em)
9.
Which of the following format is not supported to play audio in HTML?
a)
.mp3
b)
.AAC
c)
.WAV
d)
.OGG
10.
_____ is the correct attribute of the form tag.
a)
action
b)
alt
c)
href
d)
rel
11.
To add data in a table we need to use ________ tag.
a)
<tabledata>
b)
<dt>
c)
<td>
d)
<tr>
12.
How do you insert a copyright symbol in HTML?
a)
&copyright
b)
&cpyrgt
c)
&copy
d)
&cpyrt
13.
Which of the following does <head> contain?
a)
<body>
b)
<title>
c)
<nav>
d)
<span>
14.
_______ is used to align a text in center
a)
textalign:center;
b)
align:center;
c)
text-align:center;
d)
align-text:center;
15.
The universal selector in CSS is
a)
&(ampersand)
b)
# (hash)
c)
.(dot)
d)
*(asterisk)
16.
CSS stands for :
a)
Cascading Style System
b)
Cascading Style Sheet
c)
Common Style Sheet
d)
Cascading Sheet Style
17.
We use _____ to target a class in CSS.
a)
#(hash)
b)
&(ampersand)
c)
.(dot)
d)
%(percentile)
18.
Which of the following syntax is correct to add border in CSS
a)
border: 2px red solid;
b)
border: 2px solid red;
c)
border-style: 2px solid red;
d)
border: red 2px solid;
19.
_______ is the Pseudo Selector used in CSS.
a)
:before
b)
::after
c)
#before
d)
:after
20.
Which extension is used to save a CSS file?
a)
.styles
b)
.cs
c)
.css
d)
.style
21.
CSS is used to
a)
make web pages faster
b)
add functionality in web page
c)
open web pages
d)
style & layout web pages
22.
Which of these are not valid CSS units?
a)
pxl
b)
px
c)
em
d)
rem
23.
We can change the background image using _________ in CSS.
a)
background-img: //path
b)
background-image: //path
c)
background-color://path
d)
background-src://path
24.
To remove underline in a link we use _________ .
a)
link-underline:none;
b)
text-underline:none;
c)
link-decoration:none;
d)
text-decoration:none;
25.
What is the default position of HTML elements in CSS
a)
relative
b)
static
c)
absolute
d)
fixed