Advance HTML and CSS

Advance HTML and CSS

12th Grade

7 Qs

quiz-placeholder

Similar activities

Kuis Toko Online & Canva

Kuis Toko Online & Canva

1st - 12th Grade

9 Qs

erlc

erlc

3rd Grade - Professional Development

9 Qs

Advanced HTML & CSS Lessons 5.1 to 5.3

Advanced HTML & CSS Lessons 5.1 to 5.3

9th - 12th Grade

11 Qs

PKK Promosi Online

PKK Promosi Online

12th Grade

10 Qs

KUIZ ADVOKASI OPEN DAY PI1M KUBANG HALBAN

KUIZ ADVOKASI OPEN DAY PI1M KUBANG HALBAN

9th Grade - Professional Development

12 Qs

Immigration Policies and Legal Frameworks

Immigration Policies and Legal Frameworks

12th Grade

10 Qs

Knowledge test

Knowledge test

9th - 12th Grade

10 Qs

Yearbook Shortcuts/ buttons (Day 1)

Yearbook Shortcuts/ buttons (Day 1)

9th - 12th Grade

12 Qs

Advance HTML and CSS

Advance HTML and CSS

Assessment

Quiz

Other

12th Grade

Medium

Created by

Angel Ligon

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are trying to apply the same style to several different elements in a block, with line breaks before and after. Which tag should you use?

<span>

<div>

<style>

<src>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following settings will not make an element invisible?

visibility: hidden

appearance: off

opacity: 0

display: none

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: Only CSS has online documentation because it is a more complex language than HTML.

true

false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would you use an IFrame for?

Embedding a map from Google Maps in your website

Adding an image to your website

Changing an image’s opacity when the user hovers over the image


Adding a filter to an image on your website

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it important to avoid repetitive code while creating a website?

Excessive code is harder to read and understand


It is easier to make edits to websites when CSS rules are strategically grouped and organized

It demonstrates good coding style

All answer choices

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: None of the changes you make in the Inspector will be saved.

true

false

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following defines border thickness so that the top and bottom borders are 10px thick and left and right borders are 5px thick?


border: 5px 10px 5px 10px


border: 5px 5px 10px 10px

border: 10px 10px 5px 5px

border: 10px 5px 10px 5px