HYPERTEXT MARKUP LANGUAGE
WHAT DOES HTML STAND FOR?
is a container for metadata
WHAT IS <HEAD>
cascading style sheets.
CSS
computer code = to the set of instructions or a system of rules, written in a particular programming language
WHAT IS A CODE?
a code embedded in the text that defines a style for the paragraph that follows it.
What is a paragraph tag?
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?
HTML Head , is the First section in coding containing the information.
IS HTML HEAD THE LAST OR FIRST PART?
A page tag is a tool that allows you to mark or categorize a page or groups of pages on your website.
PAGE TAGS
<HEAD> <BODY>
WHAT ARE SOME EXAMPLES OF CODE?
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?
A FORMATTING SYSTEM .. DISPLAYING MATERIAL … RETRIEVE OVER INTERNET … UNITS= WEBPAGE
WHAT IS HTML ?
<HEAD> , <BODY> , <HTML>, <p> , </p>
Is HEAD the only one , what others?
Highlights or identify words, shows you what line you are going off of.
INSPECTOR TOOL
Coding is a basic literacy in the digital age, and is in our everyday technology use.
WHY DO WE NEED CODING?
No
CAN YOU FORGET A PARAGRAPH TAG?
HTML characters are short bits of HTML.
, “ < >
WHAT ARE HTML CHARACTERS?
head is the starting of the code , such as information that needs to be put in
WHY DO WE USE HEAD?
<p>
PARAGRAPH ELEMENT
When codes turn pink it is because you have made a mistake within the code such as a mistype.
WHY DO CODES TURN PINK?
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?
description, ordered, unordered
What are different types of lists in HTML?
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?
A title or summary for a document or section of a document.
HEADING
yes in a way , HTML is a programming language.
IS HTML CODING ?
we need to start new lines and that is what a paragraph does.
WHY DO WE HAVE PARAGRAPHS?