Vocab
Problem solving
Webpages
Code
Problem solving Gadgets
100

saving information to use in the future 

Storage 

100
First step to problem solving

Identify the problem

100

List 1 reason people create websites

To inform 

100

What should be the first thing you type in for your code

<!DOCTYPE html>

100

What do we use in our everyday life to help solve problems

Cell phones

200

The information computers get from users, devices, or other computers

Input
200

Third step to problem solving 

Evaluate and select solutions

200

What are the text and images on a website 

Website content

200

In what coder do you write majority of your code in

<Body/>

200

If you had a problem with a recipe were would you look

A website

300

Define HTML

Hypertext Markup Language, a language used to create web pages

300

Second step to problem solving 

Generate new ideas

300

List another reason people use webpages

Entertainment 

300

What do you use when you wan the smallest font size

<h6>

300

What's wrong in this demonstration 

-<p>My favorite animals are birds.</p>

<p>My favorite sport is baseball.<p>

-<p>

Missing a / in <p/>

400

This special set of characters indicates the start and end of an HTML element and that element's type

HTML tag

400

Forth step to problem solving 

Implement and evaluate

400

true or false 

webpages contain just input information

False

400

What do you use when u want a medium big font size

<h3>

400

What's wrong here

<html>

  <head>

    <title>Title </title>

  </head>

  <body>

Its missing <!DOCTYPE html>

500

Define  Website Structure

 How the content of a website is organized

500

What happens when the method doesn't work

You start over

500

List a reason webpages are useful in a new business 

Their good for promotions 

500

If you want the biggest font size what do you use

<h1>

500

I want my font small and my code saying nothings wrong what might be the issue

The <H> number could be to small and needs to be changed to a 1