Advance HTML and CSS

Advance HTML and CSS

12th Grade

7 Qs

quiz-placeholder

Similar activities

DMI - CSS - 12MM

DMI - CSS - 12MM

12th Grade

11 Qs

Menganalisis Informasi Lewat Internet

Menganalisis Informasi Lewat Internet

12th Grade - University

10 Qs

Quarter 2 - Module 1

Quarter 2 - Module 1

12th Grade

10 Qs

College and Career Review

College and Career Review

KG - University

10 Qs

google quiz

google quiz

3rd - 12th Grade

9 Qs

Web Design Basics Week 1

Web Design Basics Week 1

10th - 12th Grade

12 Qs

Types of Attacks - Phishing

Types of Attacks - Phishing

9th - 12th Grade

10 Qs

Dog Facts

Dog Facts

1st - 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