HTML and CSS Basic Concepts

HTML and CSS Basic Concepts

Assessment

Flashcard

Computers

6th - 8th Grade

Easy

Created by

Quizizz Content

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does HTML stand for?

Back

Hypertext Markup Language

2.

FLASHCARD QUESTION

Front

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

Back

<html></html>

3.

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>

4.

FLASHCARD QUESTION

Front

What is the <p> tag used for?

Back

Defines a paragraph.

5.

FLASHCARD QUESTION

Front

Which character is used to indicate an HTML end tag? Options: *, <, /, ^

Back

/

6.

FLASHCARD QUESTION

Front

To create the largest possible "Heading" in HTML, which tag is correct? Options: <HeadingLarge>, <Head>, <h1>, <h+>

Back

<h1>

7.

FLASHCARD QUESTION

Front

What is the proper code to insert an image named "frog.jpg"?

Back

<img src="frog.jpg">