Search Header Logo
2nd Semester HTML Review 4th Hour

2nd Semester HTML Review 4th Hour

Assessment

Presentation

Computers

8th Grade

Medium

Created by

Denita Wilson

Used 4+ times

FREE Resource

5 Slides • 3 Questions

1

2nd Semester HTML Review

Slide image

2

HTML

  • a language that the computer understands

  • This is how web developers make web pages

3

HTML Structure

  • tags

  • to define our tags we use the documentation tab in code

  • go to the documentation tab and find the Doctype tag

4

Multiple Choice

Which is the correct syntax or structure for the Doctype tag?

1

Doc Type><!

2

<!Doc Type>

3

<!DOCTYPE html>

4

<!DOCTYPE HTML>

5

HTML Tags Structure or Syntax

  • They have a opening and a closing tage

  • Ex. Opening tag <h1>

  • EX. Closing tag </h1>

  • Most of the time their is an opening and a closing tag.

6

Multiple Select

Check all that apply: Which tags are closing tags?

1

<h1>

2

</p>

3

</h3>

4

</head>

7

If you do not use the proper syntax the code will not show up. Also the code will turn pink.

8

Open Ended

Write out the very first tag that tells the computer the language that you will be coding in is HTML.

2nd Semester HTML Review

Slide image

Show answer

Auto Play

Slide 1 / 8

SLIDE