wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

GRADE 11 & 12 ICT

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

the purpose of the <head> tag in HTML is....

fungsi dari tag <head> pada HTML adalah....

a)

To create a hyperlink

b)

To define a section of a document.

c)

Define the main content of the webpage

d)

To specify the formatting of the webpage

e)

To contain metadata about the document

2.

HTML is an abbreviation for....

HTML merupakan singkatan dari....

a)

Hypertext Markup Language

b)

Home Tool Markup Language

c)

High-level Text Markup Language

d)

Hyper Transfer Markup Language

e)

Hyperlinks and Text Markup Language

3.

Type of CSS is applied directly within the HTML element using the "style" attribute is....

Jenis CSS diterapkan langsung di dalam elemen HTML menggunakan atribut "style" tersebut….

a)

Inline CSS

b)

Linked CSS

c)

Internal CSS

d)

External CSS

e)

Embedded CSS

4.

HTML tag is used to create a heading is….

Tag HTML yang digunakan untuk membuat heading adalah....

a)

<b>

b)

<p>

c)

<h1>

d)

<title>

e)

<head>

5.

The primary purpose of the <div> tag in HTML is....

Tujuan utama dari tag <div> dalam HTML adalah….

a)

To create a hyperlink

b)

To insert an image

c)

To italicize text

d)

To group inline elements

e)

To define a block-level element

6.

The following HTML elements is an inline-level container is….

Elemen HTML berikut yang merupakan wadah tingkat sebaris adalah….

a)

<div>

b)

<nav>

c)

<span>

d)

<article>

e)

<section>

7.

The purpose of the CSS padding property are....

Tujuan dari properti padding CSS adalah ….

a)

defines the width of the element.

b)

creates a border around the element.

c)

adds space between elements.

d)

adds space outside the border of an element.

e)

defines the space between the element's content and its border.

8.

HTML provides the structure and content of a webpage, while CSS is used to style and format the elements defined in HTML

HTML menyediakan struktur dan konten halaman web, sedangkan CSS digunakan untuk menata gaya dan memformat elemen yang ditentukan dalam HTML

a)

TRUE

b)

FALSE

9.

The <span> tag is an example of a block-level element, often used for applying styles or scripting to a specific part of text.

Tag <span> adalah contoh elemen tingkat blok, sering digunakan untuk menerapkan gaya atau skrip ke bagian teks tertentu.

a)

TRUE

b)

FALSE

10.

Margin is used to define the space between the border of an element and surrounding elements.

Margin digunakan untuk menentukan jarak antara batas suatu elemen dan elemen di sekitarnya.

a)

TRUE

b)

FALSE