Web Dev Review

Web Dev Review

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

16 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does HTML stand for?

Back

Hypertext Markup Language

Answer explanation

HTML stands for Hypertext Markup Language. It is the standard language used to create and design documents on the web, allowing for the structuring of content with elements like headings, paragraphs, and links.

2.

FLASHCARD QUESTION

Front

You should save HTML files with which file extension?

Back

.html

Answer explanation

HTML files should be saved with the .html extension, which is the standard format recognized by web browsers. While .htm is also valid, .html is more commonly used and preferred for modern web development.

3.

FLASHCARD QUESTION

Front

What HTML element defines the title of the document? Options: <title>, <head>, <meta>

Back

<title>.

4.

FLASHCARD QUESTION

Front

The content of the web (such as your pictures, text, links) will show up here. Options: Head, Body, Style, Folder

Back

Body

Answer explanation

The 'Body' of a web page contains the main content, including pictures, text, and links. This is where the visible elements of the page are displayed, making 'Body' the correct answer.

5.

FLASHCARD QUESTION

Front

Which of the following is the largest heading?  Options: <h2>, <h3>, <h4>, <h6>

Back

<h2>

6.

FLASHCARD QUESTION

Front

What is the function of the tag?

Back

Defines a paragraph.

Answer explanation

The <p> tag is used in HTML to define a paragraph. It helps structure text content on a webpage, making it easier to read. The other options do not accurately describe the function of the <p> tag.

7.

FLASHCARD QUESTION

Front

What is the difference between the element and a HEADER element (such as

) in HTML?

Back

The element is used for information that doesn't appear on the webpage, like the title and styles, while a HEADER element is used to format a heading on the webpage.

Answer explanation

The tag is used for main headings in HTML, making it the correct choice. The tag is for paragraphs, for bold text, and for links, none of which are used for headings.

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?