Body
Head
HTML
Defintions
Codes
100

what is body

<body> tag defines the main content of the HTML document

100

what is head in coding

The head of an HTML document is the part that is not displayed in the web browser when the page is loaded.

100

What does HTML stand for?

hypertext markup language

100

what symbols does CSS use

curl braces and semicolons

100

what code is found in the beginning of a sentence?

<p>

200

what does it contain

It can contain text content, paragraphs, headings, images, tables, links, videos, etc.

200

what is it used for

title script and style sheets

200

Examples of HTML structures?

headers, paragraphs

200

what is pair programming

 2 people code on same computer. One person is the driver and one person is the navigator.

200

what code is found at the ending of a sentence?

</p>

300

does it come before or after <header>

after

300

does it come before or after <body>

before

300

HTML elements?

opening tab, content, closing tap

300

what is a driver?

the person using the computer

300

what is the largest header you can have?

<h1>

400

 what is the body symbol

<body>

400

what is the purpose of head in coding

convey info to the browsers

400

what symbols does HTML use?

less than greater than and backslash    

400

What is the navigator

the person that keeps track of the big picture and what code to write next.

400

what is the smallest header you can have?

<h6>

500

what is the head symbol

<head>

500

what is HTML used for?

documents designed to be displayed in a web browser

500

what does CSS stand for?

Cascading Style Sheet.

500

how do you end a header?

</h1>