QUiz HTML

QUiz HTML

Assessment

Flashcard

Other

6th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

17 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is HTML used for?

Back

Structuring web pages

Answer explanation

HTML is a markup language used for structuring web pages.

2.

FLASHCARD QUESTION

Front

Which tag is used to define a paragraph in HTML? Options: <div>, <p>, <h1>, <span>

Back

<p>

Answer explanation

<p> is the correct tag for defining paragraphs.

3.

FLASHCARD QUESTION

Front

Which tag represents the main content of an HTML page? Options: <head>, <body>, <footer>, <meta>

Back

<body>

Answer explanation

<body> contains the main content displayed on the page.

4.

FLASHCARD QUESTION

Front

What is the correct structure of an HTML tag? Options: <tagname>, </tagname>, <tagname> ... </tagname>, <tagname> /tagname>

Back

<tagname> ... </tagname>

Answer explanation

An HTML element consists of an opening tag, content, and a closing tag.

5.

FLASHCARD QUESTION

Front

How can you inspect a webpage's code in a browser? Options: Press Ctrl + C, Press F12 or right-click and select 'Inspect', Use Windows Explorer, Open Notepad

Back

Press F12 or right-click and select 'Inspect'

Answer explanation

F12 or 'Inspect' opens the developer tools.

6.

FLASHCARD QUESTION

Front

Which heading tag is the largest in HTML? Options: <h6>, <h3>, <h1>, <h4>

Back

<h1>

Answer explanation

<h1> is the largest heading tag.

7.

FLASHCARD QUESTION

Front

Which of these is an unordered list tag? <ol>, <li>, <ul>, <dl>

Back

<ul>

Answer explanation

<ul> is used for unordered lists.

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?