Lecture 1 Practice Quiz

Lecture 1 Practice Quiz

8th Grade

11 Qs

quiz-placeholder

Similar activities

Unit 2 - Web Development in Computer Science

Unit 2 - Web Development in Computer Science

8th Grade

16 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

MAWD 4.01

MAWD 4.01

9th - 12th Grade

16 Qs

HTML codes

HTML codes

6th - 8th Grade

10 Qs

Web Design

Web Design

10th - 12th Grade

15 Qs

HTML Tags

HTML Tags

7th - 8th Grade

15 Qs

Lecture 1 Practice Quiz

Lecture 1 Practice Quiz

Assessment

Quiz

Computers, Instructional Technology

8th Grade

Easy

Created by

James Luong

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Look at the HTML code below and predict how the headings will be displayed.


<h3> Eggs </h3>

<h1> Bacon </h1>

<h6> Waffles </h6>

Media Image
Media Image
Media Image
Media Image

Answer explanation

Remember... H1 is the biggest and H6 is the smallest

(H3 should be in the middle)

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

HTML stands for

Hypertext Markup Language

Hypertext Media Language

Hyper Text Marker Line

Hypertext Mangement List

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which web development tools would I use if I wanted my web page to have specific colors and style?

HTML

CSS

Javascript

PHP

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

The structure of a web page is primarily created with which of the following?

HTML

CSS

Javascript

C++

5.

MULTIPLE SELECT QUESTION

15 mins • 1 pt

A web document must have which of the following tags?(choose multiple answers)

<html>

<body>

<p>

<img>

<head>

6.

MULTIPLE SELECT QUESTION

15 mins • 1 pt

What are some correct ways you can choose a color in CSS? (There are multiple correct answers)

By using a name

Ex: blue

By using a hexcode

Ex: #fcba03

By using an rgb value

Ex: rgb(252, 186, 3)

By using a binary value

Ex: 10011101

By using an array

Ex: [100, 52, 62]

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is missing from this HTML skeleton?


<!DOCTYPE html>

<html>

<body>

</body>

</html>

<head></head>

<div></div>

<img></img>

<head>

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?