Search Header Logo
Introduction to HTML

Introduction to HTML

Assessment

Presentation

Computers

7th - 11th Grade

Easy

Created by

Hamish Arnold

Used 8+ times

FREE Resource

14 Slides • 15 Questions

1

Introduction to web design with HTML

By

2

Open Ended

What is HTML?

3

  • HTML stands for HyperText Markup Language

  • It is used to ​create web pages.

  • It is not a programming language.

  • ​You need a web browser to display HTML.

HTML

media
media

4

media

​There are chevrons < > around tags.

The tags tell the browser what to do with the contents of the tag.

Most tags have a closing tag with a forward slash.​

HTML

5

media

All HTML files will have these tags:

<!DOCTYPE html>

<html>

<head>

<body>​

Boilerplate Tags

6

How to check

We can prove that all webpages have boilerplate tags by looking at the underlying code. To check:

  • ​Right click on a blank area of the web page

  • Select 'View Page Source'​

​Some developers even leave easter eggs in their code.

media
media

7

Let's see how much you've understood so far

8

Multiple Choice

HTML stands for...

1

Hyper Time Multiple Language

2

Hyper Text Mark-up Language

3

Hippo T-Rex Mascot Lemur

4

Hipper Text Make Language

9

Multiple Choice

Question image

Above is a visualisation of an HTML page structure:

Which of the following section is displayed in a browser.

1

<body> section

2

<head> section

3

<title> section

4

none of the above

10

Multiple Choice

The _______________ declaration defines this document to be HTML5

1

<!DOCTYPE html>

2

<html>

3

<head>

4

<title>

11

Multiple Choice

The end tag is written like the start tag, but with a forward slash inserted before the tag name. Which is the following is an example of a correct end tag?

1

<p>

2

<p/>

3

</p>

4

</p/>

12

Multiple Choice

HTML tags normally come _________ like <p> and </p>

1

in pairs

2

in groups

3

in one

4

in single

13

Multiple Choice

Which set contains all of the DEFAULT tags needed to create a webpage?

1

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>

</html>

2

<html>

<head>

</head>

<body>

</body>

</html>

3

<!DOCTYPE html>

<html>

<head>

</head>

</html>

4

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>

14

Task 1

  1. Go to the Bassaleg Website (next slide)

  2. Right click on an area in the page and select 'Inspect'

  3. Try and alter the HTML code so that the page looks different.

  4. Reward points for the most creative changes.​

You have 5 minutes

15

16

Task 2

Using the cheat sheet, add the correct tags around each of the lines to format them correctly.

17

18

Task 3

Using what you have learned, create the website shown on your work booklet and in trinket.

Use the HTML cheat sheet to help you.

​Extension: Using what you have learned, create your own website explaining the superiority of the Welsh Rugby team over all others. You can use trinket to do this.

19

20

Let's see what you've learned

Reward points for the top score

21

Multiple Choice

Which of the following tag is used for inserting the largest heading in HTML?

1

A. <h3>

2

B. <h1>

3

C. <h5>

4

D. <h6>

22

Multiple Choice

A program in HTML can be rendered and read by

1

A. Web browser

2

B. Server

3

C. Interpreter

4

D. None of the above

23

Multiple Choice

HTML tags are element names surrounded by __________.

1

<angle brackets>

2

(round brackets)

3

[square brackets]

4

(round brackets) and [square brackets]

24

Multiple Choice

The start tag is also called the ____________, and the end tag the closing tag.

1

start tag

2

beginning tag

3

new tag

4

opening tag

25

Multiple Choice

The <p> element defines a ___________.

1

title

2

heading

3

paragraph

4

page content

26

Multiple Choice

What is always the last line in an HTML webpage?
1
<!DOCTYPE html>
2
<html>
3
</html>
4
<title>

27

Multiple Choice

What tag starts and ends an unordered list?

1

<p> </p>

2

<ol> </ol>

3

<ul> </ul>

4

<h1> </h1>

28

Multiple Choice

What tag starts and ends a list?

1

<p> </p>

2

<ol> </ol>

3

<ul> </ul>

4

<li> </li>

29

Thank you for being a great group

Introduction to web design with HTML

By

Show answer

Auto Play

Slide 1 / 29

SLIDE