What code makes a circle on the game lab screen?
Ellipse (x,y,w,h)
What is the code we use to fill in a shape with a color?
Fill
How many header sizes are there?
6
What CSS tag changes the size of your text
Font-Size
What would you use to create a square on the game lab screen?
Rect(x,y,w,h)
What is the code we use to edit the border of a shape
Stroke
The HTML Tag that is used to create a line break
<br>
What CSS tag changes the font style of your code
Font-Family
What code creates a dot on the game lab screen?
Point
What code do we use to get rid of a border attached to a shape
NoStroke
The Creative Common License that states: "Anyone can use the work, in any way that they want."
Public domain
What does CSS stand for?
Cascading Style Sheets
What is the name of the code we used to make triangles?
Shape (x1,y1,x2,y2....)
What code is used to edit the border thickness?
StrokeWeight
What tag creates a thematical break between your code
<hr> horizontal rule
What CSS tag creates an underline?
Text-Decoration