HTML
What is HyperText Markup Language?
Different sized section titles throughout a web page.
What is a Heading?
Paragraphs written inside an open <p> and a closed </p>
What is a Paragraph Element?
Why codes sometimes turn pink.
What is a Bug?
A tool you can hover over anything in the preview area and the will be highlight that code.
What is an Inspector Tool?
Syntax for HTML
What is <html><html>?
The 6 different sized headings in coding in order from biggest to smallest.
What is <h1> <h2> <h3> <h4> <h5> <h6>?
Syntax for body
What is <body><body>?
The area where you type and code.
What is Workspace?
The process of of finding and fixing bugs.
The very first line of an HTML document.
What is <!DOCTYPE html>
Used to define the head portion of the document which contains information related to the document.
What is <head>?
Contains all the content of an html document.
What is <body>
The area that allows you to see the code you have typed on the right side of the screen.
What is Preview Area?
What is Pair Programming?
The default page shown on a website if no other page is specified when a visitor requests the site.
what is Index.html?
Syntax for head
What is <head><head>?
Should be used to close body tags.
What is a Closing tag </body>
Lets the computer know what we want to display on screen.
What is a Tag?
An error, fault or flaw in any computer program or a hardware system.
What is a Bug?
The special set of characters that tells the machine where the start or end of an HTML element is and what type it is.
What is a HTML Tag?
Used as a container for metadata.
What is a body tag <body>
All of the things that can be put inside a body tag.
What is headings, paragraphs, images, hyperlinks, tables, lists, etc.
The process of assigning a code to something for classification or identification
What is Coding?
The top level element of a HTML document.
What is HTML Element?