Search Header Logo
HTML 2

HTML 2

Assessment

Presentation

Computers

9th Grade

Practice Problem

Easy

Created by

Roy Duguid

Used 10+ times

FREE Resource

23 Slides • 5 Questions

1

​Do now:

  1. Log in​

  2. Go to class notebook

  3. To to Autumn Term> HTML L2 > Complete Do Now

2

​Do now ANSWERS

media

3

Homework





New HW + 10 points

4

​Big Question

​How do we add images to our HTML code?

How do we add Hyperlinks to our HTML code?​

Extra Challenge​:

What is CSS?​

Key words: ​hyperlink, source, URL, tag, debugging, attributes

5

Multiple Choice

What does HTML stand for

1
HyperText Markup Protocol
2
HyperText Markup Language
3
HighText Markup Language
4
Hyperlink Text Markup Language

6

Multiple Choice

What does a tag look like in HTML?

1

()()

2

###

3

/ / /

4

< >

7

Multiple Choice

What is the tag for the largest heading in HTML?

1

<h1>

2

<h3>

3
<h6>
4

<h8>

8

Multiple Choice

What needs to be in a closing tag?

1

/

2

?

3

##

4

%

9

Multiple Choice

the tag for a paragraph is..

1

<ul>

2

<h1>

3

<p>

4

<ol>

10

​Debug(verb)

​de-bug

The process of identifying and removing errors from computer hardware or software.​

"every designer has a different debug method"

12

media

​Debugging Example

13

media

​Debugging Example

​There is an error on line 4 because...



I would add/change X
so that....






This code would still work
but...

14

media

​Debugging Example

​There is an error on line 4 because...
There isn't a closing tag, causing an error


I would add/change
line 4 so that....
the tag closes and the errors online 4 and 6 end




This code would still work
but...
this is bad practice and would be hard to maintain in the future

15

media

16

​Adding images

​1. We need to download a suitable image. (ideally jpg)
2. We need to upload this image to trinket (sign up for trinket.
3. This is the code needed to insert your image. Notice how it does not have an end tag. This is called a self-closing tag.
Example:
<img src="pizza.jpg">

17

​Adding images

​1. We need to download a suitable image. (ideally jpg)
2. We need to upload this image to trinket (sign up for trinket.
3. This is the code needed to insert your image. Notice how it does not have an end tag. This is called a self-closing tag.
Example:
<img src="pizza.jpg" alt = "picture of pizza">

18

​Adding images

​1. We need to download a suitable image. (ideally jpg)
2. We need to upload this image to trinket (sign up for trinket.
3. This is the code needed to insert your image. Notice how it does not have an end tag. This is called a self-closing tag.
Example:
<img src="pizza.jpg" alt = "picture of pizza"
width = 200>

21

​Go to class notebook:

Complete Activity 1​

22

media

24

media

​Debug

25

​Go to class notebook:

Complete Activity 2

media

26

​Activity 3:

​ Create a new HTML page that includes the following:

A title on the page

A paragraph that explains what this page is about

A list of what you think are the top 5 best chocolates in the Celebrations box.

1 nomination for which chocolate you think should be removed, and why.

Images on the page of the chocolates.

Links to information about Celebrations.​

Your name at the bottom of the page.

Use the cheat sheet to help you.

media

27

media

​Do now:

  1. Log in​

  2. Go to class notebook

  3. To to Autumn Term> HTML L2 > Complete Do Now

Show answer

Auto Play

Slide 1 / 28

SLIDE