HTML Quiz

HTML Quiz

12th Grade

10 Qs

quiz-placeholder

Similar activities

Video Quiz - Introduction to CSS

Video Quiz - Introduction to CSS

9th - 12th Grade

10 Qs

HTML CSS

HTML CSS

10th - 12th Grade

15 Qs

HTML Quiz 1 Review

HTML Quiz 1 Review

7th - 12th Grade

11 Qs

HTML

HTML

9th - 12th Grade

11 Qs

HTML - Unit 4 Review

HTML - Unit 4 Review

9th - 12th Grade

15 Qs

HTML & CSS Quiz

HTML & CSS Quiz

6th - 12th Grade

10 Qs

HTML

HTML

9th - 12th Grade

9 Qs

HTML y CSS (básico)

HTML y CSS (básico)

12th Grade

12 Qs

HTML Quiz

HTML Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

anisya nisa

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

<ul>

  <li>Unordered item</li>

  <li>Unordered item

    <ol>

      <li>Item 1</li>

      <li>Item 2</li>

    </ol>

  </li>

</ul>

berikut script dari tampilan diatas, untuk bisa menampilkan tampilan seperti itu, mana css yang sesuai.

ul > li {

border-top: 5px solid red;

}

ol > li

{

border-top: 5px solid red;

}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Refers to links that connect web pages to one another, either within a single website or between websites. It's means of

a. HyperText

b. Markup

c. Language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<img

src="https://raw.githubusercontent.com/mdn/beginner-html-site/gh-pages/images/firefox-icon.png"

  alt="Firefox icon" />

siapa yang berlaku sebagai elemen html

Src

Img

alt

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Potongan Script yang benar

<p>My cat is <strong>very grumpy.</p></strong>

<p>My cat is <strong>very</strong> grumpy.</p>

<strong><p>My cat is very</strong> grumpy.</p>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

.box, ini selector dengan type apa

Class

Element

Anchor

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.     <!doctype html>

<html lang="en-GB">

  <head>

    <meta charset="utf-8" />

    <title>My CSS experiment</title>

    <link rel="stylesheet" href="styles.css" />

  </head>

  <body>

    <h1>Hello World!</h1>

    <p>This is my first CSS example</p>

  </body>

</html>

bagaimana type css yang digunakan.

External

Internal

Inline

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Type selector, kecuali

Class

Element

anchor

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?