lesson1 quiz

lesson1 quiz

6th Grade - Professional Development

7 Qs

quiz-placeholder

Similar activities

HTML Quiz 1

HTML Quiz 1

8th - 10th Grade

11 Qs

HTML Basics

HTML Basics

7th - 10th Grade

10 Qs

Web Design

Web Design

9th Grade

12 Qs

SDA Review Questions 41- 50

SDA Review Questions 41- 50

7th Grade

10 Qs

Class 7 HTML

Class 7 HTML

5th - 7th Grade

10 Qs

HTML & Web Design

HTML & Web Design

5th - 9th Grade

12 Qs

HTML

HTML

8th Grade

10 Qs

HTML Basics

HTML Basics

University

12 Qs

lesson1 quiz

lesson1 quiz

Assessment

Quiz

Other, Education, Computers

6th Grade - Professional Development

Hard

Created by

harmony hadden

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

Which computer Language structures all web pages on the internet?

Java

HTML

JavaScript

CSS

2.

MULTIPLE SELECT QUESTION

45 sec • 20 pts

which is the correct way to write a tag with the key word button

<button>

< button >

button

<>

3.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What do you think the following code displays on a website?

<button>I'm Ready to Code</button>

A button with the text "login"

A button with the text "I'm Ready to Code"

a video

An image

4.

FILL IN THE BLANK QUESTION

45 sec • 10 pts

code the closing tag:

<button>Like

5.

FILL IN THE BLANK QUESTION

45 sec • 20 pts

code a button that has the text "Send"

6.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What is the missing symbol for the closing tag:

<button>Add Friend< button>

<

/

>

\

7.

FILL IN THE BLANK QUESTION

45 sec • 20 pts

code a button that has the text "Comment".