HTML
HEAD
DEFINITIONS
CODES

PARAGRAPHS
100

HYPERTEXT MARKUP LANGUAGE

WHAT DOES HTML STAND FOR?

100

is a container for metadata

WHAT IS <HEAD>

100

cascading style sheets.

CSS

100

computer code =  to the set of instructions or a system of rules, written in a particular programming language

WHAT IS A CODE?

100

 a code embedded in the text that defines a style for the paragraph that follows it.

What is a paragraph tag?

200

A HTML tag is < or > , this is the ending or beginning. The element is what goes within those tags.

Are the HTML tags and elements the same thing if not what is the difference?

200

HTML Head , is the First section in coding containing the information. 

IS HTML HEAD THE LAST OR FIRST PART?

200

A page tag is a tool that allows you to mark or categorize a page or groups of pages on your website.

PAGE TAGS 

200

<HEAD> <BODY>

WHAT ARE SOME EXAMPLES OF CODE? 

200

The <p> tag in HTML defines a paragraph. These have both opening and closing tags. So anything mentioned within <p> and </p> is treated as a paragraph.

WHAT DOES A PARAGRAPH TAG DO?

300

 A FORMATTING SYSTEM .. DISPLAYING MATERIAL … RETRIEVE OVER INTERNET … UNITS= WEBPAGE

WHAT IS HTML ?

300

<HEAD> , <BODY> , <HTML>, <p> , </p>

Is HEAD the only one , what others?

300

Highlights or identify words, shows you what line you are going off of.

INSPECTOR TOOL

300

Coding is a basic literacy in the digital age, and is in our everyday technology use.

WHY DO WE NEED CODING?

300

No

CAN YOU FORGET A PARAGRAPH TAG?

400

HTML characters are short bits of HTML. 

, “ < > 

WHAT ARE HTML CHARACTERS?

400

head is the starting of the code , such as information that needs to be put in

WHY DO WE USE HEAD? 

400

<p>

PARAGRAPH ELEMENT 

400

When codes turn pink it is because you have made a mistake within the code such as a mistype. 

WHY DO CODES TURN PINK?

400

Paragraphs provide structure and flow to your text. They allow you to move from one thought to another.

ARE PARAGRAPHS IMPORTANT IN CODING AND WHY?

500

description, ordered, unordered 

What are different types of lists in HTML?

500

head is required and it should be used just once.

 It should start immediately after the opening html tag and end directly before the opening body tag.

Is head needed or can I forget it?

500

A title or summary for a document or section of a document.


HEADING 

500

yes in a way , HTML is a programming language.

IS HTML CODING ?

500

we need to start new lines and that is what a paragraph does. 

WHY DO WE HAVE PARAGRAPHS?