NEW
Font size
WorksheetsGRADE 11 & 12 ICT
Total questions: 10
Worksheet time: 5mins
the purpose of the <head> tag in HTML is....
fungsi dari tag <head> pada HTML adalah....
To create a hyperlink
To define a section of a document.
Define the main content of the webpage
To specify the formatting of the webpage
To contain metadata about the document
HTML is an abbreviation for....
HTML merupakan singkatan dari....
Hypertext Markup Language
Home Tool Markup Language
High-level Text Markup Language
Hyper Transfer Markup Language
Hyperlinks and Text Markup Language
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….
Inline CSS
Linked CSS
Internal CSS
External CSS
Embedded CSS
HTML tag is used to create a heading is….
Tag HTML yang digunakan untuk membuat heading adalah....
<b>
<p>
<h1>
<title>
<head>
The primary purpose of the <div> tag in HTML is....
Tujuan utama dari tag <div> dalam HTML adalah….
To create a hyperlink
To insert an image
To italicize text
To group inline elements
To define a block-level element
The following HTML elements is an inline-level container is….
Elemen HTML berikut yang merupakan wadah tingkat sebaris adalah….
<div>
<nav>
<span>
<article>
<section>
The purpose of the CSS padding property are....
Tujuan dari properti padding CSS adalah ….
defines the width of the element.
creates a border around the element.
adds space between elements.
adds space outside the border of an element.
defines the space between the element's content and its border.
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
TRUE
FALSE
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.
TRUE
FALSE
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.
TRUE
FALSE
