Unit 4 Quiz

Unit 4 Quiz

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

HTML/ CSS

HTML/ CSS

7th - 11th Grade

15 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

MAWD 4.01

MAWD 4.01

9th - 12th Grade

16 Qs

Web Design

Web Design

10th - 12th Grade

15 Qs

CSF U3 Networks p1

CSF U3 Networks p1

9th - 12th Grade

12 Qs

Inserting hyperlinks

Inserting hyperlinks

9th Grade

10 Qs

Computer Programming - Reviewer 1

Computer Programming - Reviewer 1

10th Grade

10 Qs

HTML CIW Review

HTML CIW Review

8th - 12th Grade

15 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?