PERTEMUAN 1 HTML DASAR

PERTEMUAN 1 HTML DASAR

Professional Development

10 Qs

quiz-placeholder

Similar activities

Sains Komputer Tingkatan 5 - 3.3.3 Membina laman web mudah

Sains Komputer Tingkatan 5 - 3.3.3 Membina laman web mudah

1st Grade - Professional Development

11 Qs

Recap dev web

Recap dev web

Professional Development

13 Qs

Computer Coding

Computer Coding

KG - Professional Development

12 Qs

HTML Quiz

HTML Quiz

KG - Professional Development

6 Qs

Latihan HTML

Latihan HTML

12th Grade - Professional Development

10 Qs

The Language Sloth - HTML Pop Quiz

The Language Sloth - HTML Pop Quiz

7th Grade - Professional Development

10 Qs

Computer Stuff

Computer Stuff

KG - Professional Development

10 Qs

HTML_1

HTML_1

Professional Development

10 Qs

PERTEMUAN 1 HTML DASAR

PERTEMUAN 1 HTML DASAR

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Alvino Ersyahdana

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

apa kepanjangan dari html

Hari tanpa malu malu

Hyper text Mark Language

Hyper text Markup Language

Hype Text Markup Language

2.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Pintasan untuk membuat struktur HTML di VS Code adalah

Html:start + tab

<!DOCTYPE html> +tab

Html:5 + tab

<!DOCTYPE html:start> + tab

3.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

mana struktur minimal HTML yang valid!

<!DOCTYPE html>

<html>
<head>

<title>Judul Halaman</title>

</head>

<body>

</body>

</html>

<!DOCTYPE html>

<head>

<html>

<title>Judul Halaman</title>

</head>

<body>

</body>

</html>

<!DOCTYPE html>

<html>
<head>

<h1>Judul Halaman</title>

</h1>

<body>

</body>

</html>

<!DOCTYPE html>

<html>
<head>

<title>Judul Halaman</title>

<head\>

<body>

<body\>

<html\>

4.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Bagian <head> dalam HTML biasanya berisi...

Teks yang ditampilkan di browser

Tombol dan formulir

kepala text

Judul halaman dan metadata

5.

MULTIPLE CHOICE QUESTION

10 sec • 10 pts

Tag untuk membuat judul halaman (tab browser) adalah...

<h1>

<header>

<title>

<head>

6.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Tag yang wajib ada dalam dokumen HTML adalah...

<html>, <head>, <body>

<div>, <span>, <p>

<img>, <a>, <table>

<style>, <script>, <meta>

7.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Apa yang terjadi jika tag <html> atau <body> tidak ditutup?

tidak terjadi apa apa

tampilan text bercampur

Browser umumnya akan tetap merender halaman, tetapi struktur HTML tidak akan tampil di web browser

struktur HTML menjadi tidak valid dan bisa menyebabkan error tampilan

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?