Lesson 2

Lesson 2

Assessment

Quiz

Created by

Pink Tarantulas

Computers, Science

Professional Development

3 plays

Hard

Student preview

quiz-placeholder

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write a comment in HTML

// This is a comment

<!-- This is a comment -->

/* This is a comment */

## This is a comment ##

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML for creating a hyperlink?

<a>http://www.google.com</a>

<a href="http://www.google.com">Google</a>

<a url="http://www.google.com">Google</a>

<a name="http://www.google.com">Google</a>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make a numbered list?

<dl>

<list>

<ul>

<ol>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make a bulleted list?

<dl>

<list>

<ul>

<ol>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a href?

A rule

A class

An attribute

A tag

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an absolute path?

pathname relative to a parent directory

pathname relative to the root (/)

pathname relative to parent and current directory

pathname relative to the current directory

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a relative pathname?

pathname relative to the parent directory

pathname relative to the root (/)

pathname relative to parent and current directory

pathname relative to the current directory

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following symbols are used in relative pathname?

.

..

$

. AND ..

9.

OPEN ENDED QUESTION

1 min • 1 pt

Media Image

Write the relative path from index.html to carrots.html

Evaluate responses using AI:

OFF

10.

OPEN ENDED QUESTION

1 min • 1 pt

Media Image

Write the relative path from pineapples.html to index.html

Evaluate responses using AI:

OFF

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?