code.org Lesson 2 Intro to HTML

code.org Lesson 2 Intro to HTML

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

CSS-ponavljanje

CSS-ponavljanje

5th Grade - University

11 Qs

HTML introduction

HTML introduction

8th - 9th Grade

10 Qs

Jezik HTML

Jezik HTML

7th Grade

11 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

Class 8 HTML Introduction

Class 8 HTML Introduction

7th - 8th Grade

10 Qs

HTML

HTML

8th Grade

10 Qs

HTML - Year 8

HTML - Year 8

7th - 10th Grade

10 Qs

HTML Review

HTML Review

5th - 8th Grade

15 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 23+ 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?