Lesson 2 Intro to HTML

Lesson 2 Intro to HTML

Assessment

Flashcard

Computers

7th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What language are we using to create web pages?

Back

HTML

2.

FLASHCARD QUESTION

Front

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

Back

in between and

3.

FLASHCARD QUESTION

Front

Which line is not a part of the default code in code.org? Options: <p> ... </p>, <head> </head>, <html> </html>, <body> </body>

Back

<p> ... </p>

4.

FLASHCARD QUESTION

Front

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

Back

No, HTML code in uppercase letters will not work.

5.

FLASHCARD QUESTION

Front

In code.org's Web Lab, you can see your code and the output that results from the code at the same time.

Back

True

6.

FLASHCARD QUESTION

Front

What is this whole line of code called?

Back

HTML Element

7.

FLASHCARD QUESTION

Front

What does all text need to be between in HTML?

Back

Tags

8.

FLASHCARD QUESTION

Front

What tool shows you what pieces of code are linked to text on the web page?

Back

Inspector Tool

9.

FLASHCARD QUESTION

Front

HTML stands for...

Back

Hyper Text Markup Language