Definition
Website
Paragraph
HTML
Coding
100

The text and images on a website

What is Website Content?

100

starts with <!DOCTYPE html>

What is a Website?

100

Are marked by opening p tags and closing p tags

What is a Paragraph?

100

The symbols used on HTML

What is less than or greater than signs and forward slash?

100

Mistakes in code that cause it not to work as planned.

What is a Bug?

200

How the content of a website is organized

What is Website Structure?

200

Every website starts with

What is a index.html file?

200

HTML element that represents a paragraph by using less than and greater than signs

What is a P Tag?

200

Hypertext Markup Language

What is HTML?

200

Keeps track of the big picture and helps the driver decide what code to write next.

What is the Navigator?

300

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

What is a Heading?

300

Where you develop your Website

What is the Workspace?

300

The tag that starts off a paragraph

What is an Opening Tag?

300

Are programmed to make the best guess of what you intended to do

What is a Browser?

300

The process of finding and fixing bugs

What is debugging

400

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?

400

Help people keep up with News, Friends, Info and Share.

What are Websites

400

Three main parts of Paragraphs

What are Opening tag, contents, closing tag?

400

The language of the web

What is HTML?

400

The person using the computer, actually typing the code.

What is the Driver?

500

A piece of a website, marked by a start tag and often closed with an end tag

What is HTML Element?

500

The three main parts of web lab

What are Files, Workspace, and Preview


500

Ends with a frontslash

What is a Closing Tag?

500

The main types of HTML

What are Headers, Lists, Paragraphs, Links, Images?

500

The process of two people working together at the same computer to write code

What is Pair Programming?