Search Header Logo
HTML

HTML

Assessment

Presentation

Life Skills

6th Grade

Practice Problem

Easy

Created by

Mary Pauline

Used 7+ times

FREE Resource

8 Slides • 18 Questions

1

Script Language: HTML

HyperText Markup Language

This is a programming language or format that Web developers use to tell the computer how to display a Web page.

2

media

3

Multiple Choice

Step 1: Every HTML document should begin with _____________ declaration.

1

<!DOCTYPE>

2

<html>

3

<title>

4

<head>

4

Multiple Choice

How many times should it appear?

1

once

2

twice

3

first and last

4

thrice

5

HTML 5

The current standard document for HTML is HTML five. To indicate this, the declaration should be

<!DOCTYPE html>

6

Multiple Choice

Inform the web browser about the version of HTML being used in the document (HTML5).

1

<!DOCTYPE html v>

2

<!DOCTYPE h5>

3

<!DOCTYPE 5>

4

<!DOCTYPE html>

7

<html>

This marks the beginning and end of an HTML document.

beginning: <html>
closing: </html>

8

Multiple Choice

Step 2: The <!DOCTYPE> tag should be followed by the ______ tag.

1

<!DOCTYPE>

2

<html>

3

<title>

4

<head>

9

Multiple Choice

Mark the beginning of an HTML document.

1

<html>

2

</html>

3
4

10

Multiple Choice

Mark the end of an HTML structure.

1

<html>

2

</html>

3
4

11

Multiple Choice

Insert a title. Mark its beginning.

1

<title>

2

</title>

3
4

12

Multiple Choice

The title is done. Mark the ending.

1

<title>

2

</title>

3
4

13

Multiple Choice

How should the title look in the HTML script?

Example: My Garden

1

</title> My Garden <title>

2

<title> My Garden </title>

3
4

14

Multiple Choice

Let's add a heading.

Mark the beginning.

1

<h1>

2

<heading>

3
4

15

Multiple Choice

End the first heading.

1

<h1>

2

</h1>

3
4

16

Multiple Choice

How should the script for the heading look like?

Example: The Plants

1

"The Plants"

2

</h1> The Plants <h1>

3

<h1> The Plants </h1>

4

17

Multiple Choice

Add a less important heading. (This is the second heading.)

Mark the beginning.

1

<h1>

2

<h2>

3

</h2>

4

18

Multiple Choice

Mark the ending of the second heading.

1

</h1>

2

</h2>

3

<h2>

19

Multiple Choice

How should the script for the second heading look like?

Example: Section 1

1

<h2> Section 1 </h2>

2

<h1> Section 1 </h1>

3

<h1> Section 1 </h2>

20

Multiple Choice

You are about to insert a paragraph. Mark the beginning.

1

<p>

2

<paragraph>

3
4

21

Multiple Choice

Mark the ending of the paragraph.

1

<p>

2

</p>

3
4

22

Multiple Choice

How should the script look like for the paragraph?

Example: This is the first paragraph.

1

<p> This is the first paragraph. </p>

2

<p1> This is the first paragraph. </p2>

3

<This is the first paragraph.>

24

media

25

media

26

Homework

Explore: https://make.powerpages.microsoft.com/
Choose "Customize with a template" when you're trying to build a website.

Check this example: https://mysamplegarden.powerappsportals.com/

Script Language: HTML

HyperText Markup Language

This is a programming language or format that Web developers use to tell the computer how to display a Web page.

Show answer

Auto Play

Slide 1 / 26

SLIDE