Search Header Logo

Final Quiz - Putting it Together

Authored by Ali H

Professional Development, Computers, Other

5th Grade - Professional Development

Used 1+ times

Final Quiz - Putting it Together
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the best/proper way to declare that your page uses the HTML5 protocol?

<I start in the name of html!>

<DOCTYPE! html>

<!DOCTYPE html>

<!starthtml5>

<!DOCTYPE html5 PUBLIC//- WAN; internet- W3C- ICANN>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the best/proper way to declare that the language for your page is English?

<etenglish>

<!englishlanghtml>

<lang=en>

htmlen

<html lang="en">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best/proper way to create the meta-data for your page?

<head>

<meta charset="utf-8">

</head>

<body>

<title>Mister Rogers</title>

</body>

<head>

<meta charset="utf-8">

</head>

<meta charset="utf-8">

<title>Mister Rogers</title>

</meta>

<head>

<meta charset="utf-8">

<title>Mister Rogers</title>

</head>

<head>

<meta charset=utf-8>

<title>Mister Rogers</title>

</head>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the best/proper way to declare the header for a page?

<header>

<h1>Mister Rogers</h1>

<nav>

</header>

<a href="one.html">one</a>

<a href="two.two.html">two</a>

<a href="three.html">three</a>

<a href="songs.html">Songs</a>

</nav>

<header>

<h1>Mister Rogers</h1>

<nav>

<a href="one.html">one</a>

<a href="two.two.html">two</a>

<a href="three.html">three</a>

<a href="songs.html">Songs</a>

</nav>

</header>

<head>

<h1>Mister Rogers</h1>

<nav>

<a href="one.html">one</a>

<a href="two.two.html">two</a>

<a href="three.html">three</a>

<a href="songs.html">Songs</a>

</nav>

</head>

<div id = "header">

<h1>Mister Rogers</h1>

<div id = "nav">

<a href="one.html">one</a>

<a href="two.two.html">two</a>

<a href="three.html">three</a>

<a href="songs.html">Songs</a>

</div>

</div>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the best/proper way to declare a section that has an h2 heading and an unordered list?

<section>

<h2>Favorite Foods</h2>

</section> <ul>

<li>stuff</li>

<li>more</li>

<li>stuff</li>

<li>again</li>

</ul>

<section>

<h2>Favorite Foods</h2>

<ol>

<li>stuff</li>

<li>more</li>

<li>stuff</li>

<li>again</li>

</ol>

</section>

<section>

<h2>Favorite Foods</h2>

<p>

<ul>

<li>stuff</li>

<li>more</li>

<li>stuff</li>

<li>again</li>

</ul>

</p>

</section>

<section>

<h2>Favorite Foods</h2>

<ul>

<li>stuff</li>

<li>more</li>

<li>stuff</li>

<li>again</li>

</ul>

</section>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the best/proper way to declare a section that has an h2 heading and three progress elements?

<section>

Achievements

<p>Progress in this course (100%)<progress>100%</progress><br/>

Progress in the Specialization capstone (20%)<progress>20%</progress><br/>

Progress in life goals (70%)<progress>70%</progress></p>

</section>

<section>

<h2>Achievements</h2>

<p>Progress in this course (100%)<progress>100%</progress><br/>

Progress in the Specialization capstone (20%)<progress>20%</progress><br/>

Progress in life goals (70%)<progress>70%</progress></p>

</section>

<section>

<h2>Achievements</h2>

<p>Progress in this course (100%)<progress value="1"></progress>

Progress in the Specialization capstone (20%)<progress value="20" max="100"></progress>

Progress in life goals (70%)<progress value="70" max="100"></progress></p>

</section>

<section>

<h2>Achievements</h2>

<p>Progress in this course (100%)<progress value="1"></progress><br/>

Progress in the Specialization capstone (20%)<progress value="20" max="100"></progress><br/>

Progress in life goals (70%)<progress value="70" max="100"></progress></p>

</section>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best/proper way to declare a section that has an h2 heading and uses a detail tag?

<section>

<h2>More about me</h2>

<details open>

<h2>My Childhood</h2>

<p>stuff happened, I grew up</p>

</details>

</section>

<section>

<h2>More about me</h2>

<details open>

<summary>My Childhood</summary>

<p>stuff happened, I grew up</p>

</details>

</section>

<section>

<h2>More about me</h2>

<details>

<summary>My Childhood</summary>

<p>stuff happened, I grew up</p>

</div>

</section>

<section>

<h2>More about me</h2>

<details>

<summary>

My Childhood

<p>stuff happened, I grew up</p>

</summary>

</details>

</section>

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?