HTML & Websites

HTML & Websites

12th Grade

15 Qs

quiz-placeholder

Similar activities

Flask

Flask

6th - 12th Grade

15 Qs

CodeHS Unit 5

CodeHS Unit 5

8th - 12th Grade

20 Qs

HTML/CSS-Adding JS

HTML/CSS-Adding JS

12th Grade

12 Qs

Quiz day 3 and 4

Quiz day 3 and 4

9th - 12th Grade

20 Qs

KonkursKodowania

KonkursKodowania

1st - 12th Grade

20 Qs

HTML & CSS

HTML & CSS

10th - 12th Grade

18 Qs

CSS und HTML

CSS und HTML

10th Grade - University

18 Qs

HLML

HLML

3rd - 12th Grade

18 Qs

HTML & Websites

HTML & Websites

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Will Procter

Used 8+ times

FREE Resource

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

This attribute of the <img> provides a description of the image if the image fails to display on the web page.


<img src="pic2.png" _ _ _ = "Picture 2">

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

What is missing from the following audio tag?


<audio controls>


< _____ src="music.mp3" type="audio/mpeg">


</audio>

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

What tag is used to include an image on a web page?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What code links your CSS to your HTML file?
<link href="stylesheet.css"/>
<link type="text/css" href="stylesheet.css"/>
<link type="text/css" rel="stylesheet" href="stylesheet"/>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______ is used to create electronic documents (called pages) that are displayed on the World Wide Web. Every web page you see on the Internet is written using one version of _____ code or another.

JPEG

CSS

PDF

HTML

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the selector in this CSS?
p {color: red;}
p
color
red

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct attribute to make the '3' like:

CSS3

<sup>

<sub>

<em>

<strong>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?