wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

PEMOGRMAN DASAR MM

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

warna putih dalam background tema dapat dilihat dari nilai background colour

a)

#000000

b)

#putih

c)

#white

d)

#ffffff

2.

What is the proper way to start writing a webpage?

a)

Start with the <html> tag

b)

Start with the <head> tag

c)

Start with the <footer> tag

d)

Don't use anything at all and just go at it

3.

Choose the correct HTML element for the largest heading:

a)

<head>

b)

<h1>

c)

<heading>

d)

<h6>

4.

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

a)

<lb>

b)

<br>

c)

<break>

5.

What is the correct HTML for creating a hyperlink?

a)

<a name="http://www.google.com">Google.com</a>

b)

<a>http://www.google.com</a>

c)

<a url="http://www.google.com">Google.com</a>

d)

<a href="http://www.google.com">Google.com</a>

6.

Which of these elements are all <table> elements?

a)

<table><tt><td>

b)

<tbl><tr><td>

c)

<table><tr><td>

d)

<tbl><tt><td>

7.

Which of the following are the correct ways to implement CSS?

a)

Inline

b)

Internal

c)

External

d)

All of the above

8.

What attribute is used to change the text color of a <label>?

a)

background-color

b)

color

c)

col

d)

None of all above

9.

Bagaimanakah perintah HTML jika ingin menampilkan input type yang hanya boleh memilih satu pilihan. Misal, pilihan untuk pilihan membaca.

a)

<input type="radio one" name="jk" radio="membaca"> membaca

b)

<input type="radio only one" name="jk" value="membaca"> membaca

c)

<input type="checkbox" name="jk" radio="membaca"> membaca

d)

<input type="check radio" name="jk" value="membaca"> membaca

e)

<input type="radio" name="jk" value="membaca"> membaca

10.

Untuk membuat table dengan kolom 3 dan baris 3, pada notepad harus ada tag:

a)

<table border:2 colspan:3 rowspan:3>

b)

<table border”2” colspan”3” rowspan”3”>

c)

<table border2 colspan3 rowspan3>

d)

<table border:2 colspan:3 rowspan:3>

e)

<table border=”2” colspan=”3” rowspan=”3”>

11.

Untuk membuat table dengan kolom 3 dan baris 3, pada notepad harus ada tag:

a)

<table border:2 colspan:3 rowspan:3>

b)

<table border”2” colspan”3” rowspan”3”>

c)

<table border2 colspan3 rowspan3>

d)

<table border:2 colspan:3 rowspan:3>

e)

<table border=”2” colspan=”3” rowspan=”3”>

12.

Tag <Input> yang atribut TYPE-nya dapat digunakan untuk menerima masukan

berupa pilihan yaitu :

a)

Radio

b)

Circle

c)

Password

d)

Square

e)

Submit

13.

Apa kepanjangan dari WWW

a)

Word Wirelless Web

b)

World Wide Web

c)

Wost Wan Web

d)

Word Wide Web

14.

Orang yang melakukan pengkodingan atau pemrograman sebuah website dinamis disebut....

a)

Web Developer

b)

Web Administrator

c)

Web Master

d)

Web Programmer

15.

HTTP kepanjangan dari...

a)

Hypertext Transfer Protokol

b)

Hypertext Transfer Presisi

c)

Hypertext Transformasi Protokol

d)

Hypertext Tmarkup Practice

16.

Ada berapa profesi di bidang teknologi informasi kelompok ke-2?

a)

1

b)

2

c)

3

d)

4

17.

dibawah ini merupakan syntak dasar HTML, kecuali....

a)

<body>

b)

<br>

c)

<title>

d)

<head>

18.

syntak HTML yang menyatakan judul adalah...

a)

<title></title>

b)

<html></html>

c)

<head></head>

d)

<?php></?php>

19.

yang bukan termasuk aplikasi text editor...

a)

notepad++

b)

notepad

c)

sticky note

d)

sublime

20.

Bahasa pemrograman yang digunakan untuk membuat web adalah ....

a)

HTML

b)

JAVA

c)

C++

d)

Pascal