what does html stand for
Hyper Text Markup Language
what code do you put at the beginning of a paragraph
<p>
what is coding
telling computers what to do
what is body
defines the main content of the html
what is head
the part that is not displayed in the web browser when the page is loaded
How do you use html
You use it in coding
what code do you put at the end of a paragraph
</p>
what is pair programming
when two people code on the same computer
what does body do
it contains all of your content
what is head used for
title scripts and style sheets
what symbols does html use
greater than and less than signs
what is the largest header
<h1>
what is a driver
the person who types
how do you use body
<body>
what does head do
contains metadata
What structure would html use
heading and paragraphs
what is the smallest header
<h6>
what is the navigator
the person who tells the driver what to do
what is the body symbol
<body> </body>
why is html useful
it helps people code
how many sizes are there for heading
6
what does css stand for
cascading style sheet