Unit 4 Quiz

Unit 4 Quiz

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Quiz PWPB XI RPL

Quiz PWPB XI RPL

10th Grade

12 Qs

2ºAno - HTML e CSS - FDD 2024

2ºAno - HTML e CSS - FDD 2024

11th Grade

13 Qs

Hyperlink Tags (HTML)

Hyperlink Tags (HTML)

6th - 12th Grade

15 Qs

Информатика 11 сынып HTML

Информатика 11 сынып HTML

1st - 12th Grade

10 Qs

Elements, Paths, and Entities

Elements, Paths, and Entities

9th - 12th Grade

15 Qs

Website Development

Website Development

6th - 12th Grade

14 Qs

HojasEstilos

HojasEstilos

11th Grade

15 Qs

HTML/CSS-Adding JS

HTML/CSS-Adding JS

12th Grade

12 Qs

Unit 4 Quiz

Unit 4 Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Ryan Murdock

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a style sheet?

a file that has the structure of a web page

a piece of hardware that retreives files

a file that tells the browser how to render a page

a server that tells a browser how to render a page

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What selector would you wanted to style the main heading of a web page?
h1
h2
h3
h4

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the correct code for adding an interactive button to a web page?

<button type="button"><a href = "https://www.dcnr.pa.gov/StateParks/FindAPark/RickettsGlenStatePark/Pages/default.aspx">Plan Your Visit!</button>

<button><a href = "https://www.dcnr.pa.gov/StateParks/FindAPark/RickettsGlenStatePark/Pages/default.aspx">Plan Your Visit!</a></button>

<button type="button"><a href = "https://www.dcnr.pa.gov/StateParks/FindAPark/RickettsGlenStatePark/Pages/default.aspx">Plan Your Visit!</a></button>

<button type="button">Plan Your Visit!</button>

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is one of the additional benefits of using CSS when developing and dessigning a web page?
CSS makes use of HTML elements.
The web page can be hyperlinked with CSS.
CSS provides the rules for a web page
The web page layout is better controlled with CSS

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which type of CSS styling does the following code use?

<h1> My <span > Favorite </span> Books of All Time </h1>

external CSS

.css

inline CSS

internal CSS

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct syntax to use when linking an external stylesheet named style.css?

<a href ="style.css"> </a>

<link rel="stylesheet.css" href="style.css">

<link rel="stylesheet" href="style.css">

<link rel="stylesheet" href=style">

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When using an internal stylesheet, which element within the head tag are you required to use first?

<span>

<style>

<h1>

<img>

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?