Tables and Media CSS Web DEv

Tables and Media CSS Web DEv

6th - 8th Grade

5 Qs

quiz-placeholder

Similar activities

HTML Basics

HTML Basics

8th - 10th Grade

10 Qs

HTML QUIZ- Grade 6

HTML QUIZ- Grade 6

7th Grade

10 Qs

HTML Headings Tags CSD

HTML Headings Tags CSD

6th - 8th Grade

10 Qs

HTML

HTML

8th Grade

8 Qs

T3. C1-C2 Quizizz Post-Test

T3. C1-C2 Quizizz Post-Test

7th Grade - University

10 Qs

CLASS 8 HTML-CSS

CLASS 8 HTML-CSS

8th Grade

10 Qs

CLASS 7 CODING

CLASS 7 CODING

7th Grade

10 Qs

Quiz HTML

Quiz HTML

1st - 10th Grade

10 Qs

Tables and Media CSS Web DEv

Tables and Media CSS Web DEv

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Operations LE

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these CSS properties can you use to align text vertically in a table cell?

border-spacing

align

text-align

vertical-align

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The way you add an animated GIF image to your website is…

The same as adding any other image

The same as adding videos

The same as adding YouTube videos

The same as adding a table

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these attributes can you use to silence a video or audio element?

muted

loop

autoplay="false"

controls

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tags is used to add sounds to a web page?

<video>

<audio>

<sound>

<mp3>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To make a table cell span 2 columns, which of the following is correct?

<td rowspan="2"></td>

<td colspan="2"></td>

<td>1</td><td>2</td>

<td style="border-spacing">