Advance HTML and CSS

Advance HTML and CSS

12th Grade

7 Qs

quiz-placeholder

Similar activities

#10: MS Word Tables & Mail Merge

#10: MS Word Tables & Mail Merge

8th - 12th Grade

10 Qs

W8 12-ABM6 Review

W8 12-ABM6 Review

12th Grade

10 Qs

Google Formatting

Google Formatting

7th - 12th Grade

10 Qs

CSS QUIZ NO. 5

CSS QUIZ NO. 5

9th - 12th Grade

10 Qs

Daily Quiz (28.12.2020)

Daily Quiz (28.12.2020)

5th Grade - Professional Development

10 Qs

AIDA way

AIDA way

9th - 12th Grade

10 Qs

DMI - CSS - 12MM

DMI - CSS - 12MM

12th Grade

11 Qs

HTML

HTML

11th - 12th Grade

10 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