Lesson 2

Lesson 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

Trial Class Computer Science

Trial Class Computer Science

Professional Development

15 Qs

HTML

HTML

University - Professional Development

15 Qs

CSS basics

CSS basics

Professional Development

15 Qs

Test de HTML y CSS

Test de HTML y CSS

Professional Development

10 Qs

Javascript HTML CSS

Javascript HTML CSS

Professional Development

13 Qs

HTML Basics

HTML Basics

9th Grade - Professional Development

9 Qs

Актуализация знаний учащихся

Актуализация знаний учащихся

Professional Development

13 Qs

FrontEnd: Primeiros Passos

FrontEnd: Primeiros Passos

Professional Development

10 Qs

Lesson 2

Lesson 2

Assessment

Quiz

Computers, Science

Professional Development

Hard

Created by

Pink Tarantulas

Used 3+ times

FREE Resource

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

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?