what is body
<body> tag defines the main content of the HTML document
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.
What does HTML stand for?
hypertext markup language
what symbols does CSS use
curl braces and semicolons
what code is found in the beginning of a sentence?
<p>
what does it contain
It can contain text content, paragraphs, headings, images, tables, links, videos, etc.
what is it used for
title script and style sheets
Examples of HTML structures?
headers, paragraphs
what is pair programming
2 people code on same computer. One person is the driver and one person is the navigator.
what code is found at the ending of a sentence?
</p>
does it come before or after <header>
after
does it come before or after <body>
before
HTML elements?
opening tab, content, closing tap
what is a driver?
the person using the computer
what is the largest header you can have?
<h1>
what is the body symbol
<body>
what is the purpose of head in coding
convey info to the browsers
what symbols does HTML use?
less than greater than and backslash
What is the navigator
the person that keeps track of the big picture and what code to write next.
what is the smallest header you can have?
<h6>
what is the head symbol
<head>
what is HTML used for?
documents designed to be displayed in a web browser
what does CSS stand for?
Cascading Style Sheet.
how do you end a header?
</h1>