Vocabulary
Codes
Questions from Code.org
Career Opportunities
Units/Lessons
100

This tag is used to define a paragraph

What is the <p> tag?

100

All HTML tags must start with this tag

What is the <!DOCTYPE> tag?

100

How you would make multiple paragraphs

What is add multiple <p> tags?

100

Creates the technical structure for websites and makes sure that web pages are accessible

What is Web developer?

100

Purposes for a website

What is to entertain, inform, make money, or persuade

200

This tag is the largest header tag

What is the <h1> tag?

200

Tag that is the Container for all HTML elements

What is the <html> tag?

200

A mistake in code that causes the code to not work as planned

What is a bug?

200

Assess an organization's computer systems and recommends changes to hardware and software to enhance efficiency

Compute Systems Analyst

200

Examples of input and output devices

What are keyboard, mouse, headphones, microphone, ect.?

300

The text and images on a website

What is website content?

300

This Tag is used as a container for metadata

What is the <head> tag?

300

Why code sometimes turns pink

What is a bug in the code?

300

Analyzes a company's technology needs and oversees the implementation of appropriate data systems

Computer and Information Systems Manager

300

5 examples of storage 

What are things like flash drives, floppy disks, SD Cards, Hard Disk Drives, and SSD' 

400

This tag defines the main content of the HTML document that will be directly visible on your web page

What is the <body> tag?

400

Closing tag for the tag that all contents of the HTML document is in

What is </body>

400

Why HTML seems to  work even when there are bugs

What is the computer is programmed to guess what your intent was? 

400

Analyzes and evaluates the data needs of users

What is Database Administrator?

400

How codes organization relates to organization for website

What is whatever the code order is the order of the text on the website?

500

Data about the HTML document, such as document title, style sheets, links and scripts

What is Metadata?

500

Tag that varies in size depending on number

What is Header tag or tags <h1>-<h6>?

500

How the inspector tool works

 What is it allows you to hover over anything in the preview area and Web Lab will highlight the code that is making that part of the page appear?

500

Creates software programs that allow users to perform specific tasks on various devices

What is software developer?

500

People working together to fix problems with websites or code

What is partner programming?