HTML and CSS Basic Concepts

HTML and CSS Basic Concepts

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

26 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Software that is used to translate code to readable web pages is a browser like Google Chrome and Firefox

Back

true

2.

FLASHCARD QUESTION

Front

What does HTML stand for?

Back

Hypertext Markup Language

3.

FLASHCARD QUESTION

Front

Which of the following is an opening HTML tag?
Options: </html>, <<html>>, <html>, <html/>

Back

<html>

4.

FLASHCARD QUESTION

Front

Which one of the following is a closing HTML tag? Options: <html />, </html>, <</html>>, <html>

Back

</html>

5.

FLASHCARD QUESTION

Front

Between which paired tags would the visible content of a webpage be displayed? Options: <html></html>, <head></head>, <body></body>, <title></title>

Back

<body></body>

6.

FLASHCARD QUESTION

Front

What is the <p> tag used for?

Back

Defines a paragraph.

7.

FLASHCARD QUESTION

Front

Which character is used to indicate an HTML end tag?

Back

/