Web Development Unit 3

Web Development Unit 3

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

7th - 10th Grade

22 Qs

HTML

HTML

9th - 12th Grade

25 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

HTML tags

HTML tags

9th - 12th Grade

20 Qs

HTML

HTML

9th Grade

15 Qs

HTML & CSS Basics

HTML & CSS Basics

9th - 12th Grade

15 Qs

HTML DT

HTML DT

7th - 10th Grade

20 Qs

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

Web Development Unit 3

Web Development Unit 3

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Yeiling Fernandez Cordero

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid HTML tag?

h1

<1>

<h1>

>h1<

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of metadata about a webpage?

The title of the webpage

The body of the webpage


An <h1> tag on the webpage

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML stands for Hypertext Markup Letter?

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the <br> tag?

Italicize text

Bold text

Create a line break on the resulting webpage

Create a horizontal line on the resulting webpage

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct HTML code to create a hyperlink that displays "CLICK ME" and links to google.com?

<a href="https://google.com"> Click Me </a>

<a> Click Me </a href="https://google.com">

<a href="Click Me"> https://google.com </a>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Does Cascading Style Sheets stands for CSS?

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where in an HTML document is the correct place to refer to an external style sheet (style.css)?

At the end of the document


In the <body> section


In the <head> section

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?