HTML Quiz

HTML Quiz

12th Grade

10 Qs

quiz-placeholder

Similar activities

QUIZ

QUIZ

9th - 12th Grade

15 Qs

HTML -znaczniki 1

HTML -znaczniki 1

7th Grade - University

15 Qs

ECS HTML & CSS Review

ECS HTML & CSS Review

9th - 12th Grade

15 Qs

Ice breaker 2

Ice breaker 2

9th - 12th Grade

11 Qs

HTML

HTML

9th - 12th Grade

10 Qs

Html(Beginners)

Html(Beginners)

8th Grade - Professional Development

13 Qs

HTML & CSS Basics

HTML & CSS Basics

9th - 12th Grade

15 Qs

Introducción página web

Introducción página web

12th Grade

15 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?