Search Header Logo
Web Development

Web Development

Assessment

Presentation

Computers

8th Grade

Practice Problem

Medium

Created by

Denita Wilson

Used 102+ times

FREE Resource

9 Slides • 3 Questions

1

HTML Tags

Slide image

2

<>

  • angle brackets

  • in the middle is the subject of the tag

  • every tag has them

3

<!DOCTYPE html>

  • tells the computer this is HTML coding language

  • Always at the beginning

  • must be written exactly as displayed

4

<> opening tag </> closing tag

  • must be in this order

  • Subject of the tag is in the middle

  • if it is out of order, transposed, or missing screen will show pink

5

<html> </html>

  • the first tag after the <!DOCTYPE html> tag

  • tells the computer to start reading the code

  • ending tag will be the last piece of code

6

<head> </head>

  • tag places words at the top of the page

7

<h1> thru <h6>

  • these tags make the words bold

  • Each one is a different size

  • the bigger the number the smaller the words

  • Used for titles

8

<p> </p>

  • paragraph tag

  • Used to separate paragraphs and sentences on the web page

9

<body> </body>

  • positions the body of the text on the webpage

10

Multiple Choice

Which is correct for a ending tag?

1

</p>

2

<p/>

3

</p/>

4

<p>

11

Multiple Choice

Which has bigger letters?

1

<h3>

2

<h1>

3

<h6>

4

<h4>

12

Multiple Choice

Which is the first to be put on an html webpage?

1

<body>

2

<html>

3

<!DOCTYPE html>

4

<p>

HTML Tags

Slide image

Show answer

Auto Play

Slide 1 / 12

SLIDE