html
codes
definitions
Body
head
100

what does html stand for

Hyper Text Markup Language

100

what code do you put at the beginning of a paragraph

<p>

100

what is coding

telling computers what to do

100

what is body

defines the main content of the html

100

what is head

the part that is not displayed in the web browser when the page is loaded

200

How do you use html

You use it in coding

200

what code do you put at the end of a paragraph

</p>

200

what is pair programming

when two people code on the same computer

200

what does body do

it contains all of your content

200

what is head used for

title scripts and style sheets

300

what symbols does html use

greater than and less than signs

300

what is the largest header

<h1>

300

what is a driver

 the person who types

300

how do you use body

<body>

300

what does head do

contains metadata

400

What structure would html use

heading and paragraphs

400

what is the smallest header

<h6>

400

what is the navigator

 the person who tells the driver what to do

400

what is the body symbol

<body> </body>

500

why is html useful

it helps people code

500

how many sizes are there for heading

6

500

what does css stand for

cascading style sheet