Computers

University

Image

CSS QUIZ 01

10
plays

7 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    5 pts

    Apa kepanjangan dari CSS ?

    Cascading Sheet Storage

    Caption Style Sheet

    Cascading Style Sheet

    Cascading Sheet Stylus

  • 2. Multiple Choice
    30 seconds
    5 pts

    Mana yang bukan metode penulisan CSS ?

    <b style="color:blue">

    <p text="color:red;">

    <style type="text/css">

    h1 { color:red }

    </style>

    <link rel="stylesheet" type="text/css" href="namafile.css"/>

  • 3. Multiple Choice
    30 seconds
    5 pts

    script CSS untuk "teks tebal miring dan kuning" adalah ...

    <b style="color:red">teks tebal miring dan kuning</b>

    <b style="color:yellow"><i>teks tebal miring dan kuning</i></b>

    <i style="color:yellow">teks tebal miring dan kuning</i>

    <b style="color:red"><i>teks tebal miring dan kuning</i></b>

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?