The text and images on a website
What is Website Content?
starts with <!DOCTYPE html>
What is a Website?
Are marked by opening p tags and closing p tags
What is a Paragraph?
The symbols used on HTML
What is less than or greater than signs and forward slash?
Mistakes in code that cause it not to work as planned.
What is a Bug?
How the content of a website is organized
What is Website Structure?
Every website starts with
What is a index.html file?
HTML element that represents a paragraph by using less than and greater than signs
What is a P Tag?
Hypertext Markup Language
What is HTML?
Keeps track of the big picture and helps the driver decide what code to write next.
What is the Navigator?
A title or summary for a document or section of a document
What is a Heading?
Where you develop your Website
What is the Workspace?
The tag that starts off a paragraph
What is an Opening Tag?
Are programmed to make the best guess of what you intended to do
What is a Browser?
The process of finding and fixing bugs
What is debugging
The special set of characters that indicates the start and end of an HTML element and that element's type
What is an HTML Tag?
Help people keep up with News, Friends, Info and Share.
What are Websites
Three main parts of Paragraphs
What are Opening tag, contents, closing tag?
The language of the web
What is HTML?
The person using the computer, actually typing the code.
What is the Driver?
A piece of a website, marked by a start tag and often closed with an end tag
What is HTML Element?
The three main parts of web lab
What are Files, Workspace, and Preview
Ends with a frontslash
What is a Closing Tag?
The main types of HTML
What are Headers, Lists, Paragraphs, Links, Images?
The process of two people working together at the same computer to write code
What is Pair Programming?