How do you add another CSS?
Go to the top and select add CSS
What does HTML create?
Websites
What is the first step in the problem solving process?
Define
Which of these is not a real tag?
<p>
<h6>
<al>
<li>
<al>
What tag creates a horizontal line across the screen?
<hr>
What is CSS used for?
To style webpages and html
What code do you use to add an image?
img src
What is the shape of the Problem Solving Process?
A Circle
What is wrong with this code?
<h1> My name is Mr. Green </h1>
<h2> I like Basketball </h3>
<h3> Do you like basketball </h2>
The closing/end headings on line 2 and 3 are switched.
What is the biggest header tag?
<h1>
What tag do you use to change an image?
With The IMG tag
With HTML where do you add the css link?
In the header
Another word for the "prepare" step
Brainstorming
What is Mr. Green's Age?
30
What tags are used to start paragraphs?
<p>
What does Mr. Green Call the Brackets you use in the style sheets?
Fancy Brackets
Between which tags do you put the content of your website?
In the body tags
When preparing to solve a problem, someone must think of these two things
Pros and Cons
Why won't this code work?
<img scr=cat.jpeg>
It's Supposed to be SRC NOT SCR
What tag creates an unordered list?
<ul>
What does CSS stand for?
Cascading StyleSheet
What does HTML stand for?
Hypertext Mark-up Language
What is the first problem solving activity that we did?
Came up with bad ideas
What is the name of one of Mr. Green's Daughters?
Emberlee or Finnley (Or a nickname of theirs)
In the style link, what tag is needed to reference to the name of the style sheet?
href