code.org Lesson 2 Intro to HTML

code.org Lesson 2 Intro to HTML

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Quiz HTML

Quiz HTML

1st - 10th Grade

10 Qs

SDA Review Questions 21 - 30

SDA Review Questions 21 - 30

7th Grade

10 Qs

SDA Review Questions 1 - 10

SDA Review Questions 1 - 10

7th Grade

10 Qs

Web Development

Web Development

8th - 10th Grade

12 Qs

HTML

HTML

7th Grade

10 Qs

Code.org Unit 2 - Web Development

Code.org Unit 2 - Web Development

6th - 8th Grade

15 Qs

HTML Basics

HTML Basics

8th - 10th Grade

10 Qs

Code.org ~ HTML & CSS Basics

Code.org ~ HTML & CSS Basics

6th - 8th Grade

10 Qs

code.org Lesson 2 Intro to HTML

code.org Lesson 2 Intro to HTML

Assessment

Quiz

Computers

7th - 8th Grade

Medium

Created by

Greg Brobst

Used 21+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What language are we using to create web pages in Computers 7 class?

Java

JavaScript

HTML

Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Where in an HTML file should you place the content you want to display on the monitor?

In between <head> and </head>

in between <body> and </body>

After the </html> tag

Above the <!DOCTYPE html> line

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which line is not a part of the default code in code.org?

<p> ... </p>

<head>

</head>

<html>

</html>

<body>

</body>

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Is it okay to write your HTML using all capital (uppercase) letters?

Yes, that is totally okay.

No, HTML code in uppercase letters will not work.

You can, but Mr. B. said it is better not to do it.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line is coded correctly?

p This is a paragraph /p

<p> This is a paragraph <p/>

<p> This is a paragraph </p>

</p> This is a paragraph <p>

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which heading will display with the largest text?

<h7> Bruh </h7>

<h6> Bruh </h6>

<h3> Bruh </h7>

<h1> Bruh </h1>

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What should be placed in between <head> and </head> tags?

All the headings in your web page

Everything you want to display on the screen

The DOCTYPE line

Nothing. You have not been taught any commands that go in between <head> and </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?