saving information to use in the future
Storage
Identify the problem
List 1 reason people create websites
To inform
What should be the first thing you type in for your code
<!DOCTYPE html>
What do we use in our everyday life to help solve problems
Cell phones
The information computers get from users, devices, or other computers
Third step to problem solving
Evaluate and select solutions
What are the text and images on a website
Website content
In what coder do you write majority of your code in
<Body/>
If you had a problem with a recipe were would you look
A website
Define HTML
Hypertext Markup Language, a language used to create web pages
Second step to problem solving
Generate new ideas
List another reason people use webpages
Entertainment
What do you use when you wan the smallest font size
<h6>
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/>
This special set of characters indicates the start and end of an HTML element and that element's type
HTML tag
Forth step to problem solving
Implement and evaluate
true or false
webpages contain just input information
False
What do you use when u want a medium big font size
<h3>
What's wrong here
<html>
<head>
<title>Title </title>
</head>
<body>
Its missing <!DOCTYPE html>
Define Website Structure
How the content of a website is organized
What happens when the method doesn't work
You start over
List a reason webpages are useful in a new business
Their good for promotions
If you want the biggest font size what do you use
<h1>
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