CSS
HTML
Styling in HTML
Images
Bonus!
100

How do you make content look nicer?

What is CSS used for?

100

What are H1 Tags?

Which tag is typically used for a title?

100

What does the style="text-align: center;" code change?

What inline code do we use to set an element to the center?

100

What changes how tall and how wide the image is?

What do the style codes "width" and "height" change?

100

What is an ordered list?

What does the <ol> tag stand for.

200

What is the <style> code?

CSS codes are located in what tag?

200

How do you make a bullet?

What does the <li> tag do?

200

What are styles that are applied to a specific element within the body section of the webpage?

What is an inline style code?

200

What makes your image a circle instead of a square?

How does the "border-radius" code change your image?

200

What is an unordered list?

What does the <ul> tag stand for?

300

What is body {

background: your choice of color;

} used for?

How do you change your background color?

300

What is the <p> tag used for?

Which tag is used to create regular text?

300

What does the style="text-decoration: underline;" change on the webpage?

What inline code do we use to underline one specific element?

300

What ensures that the original creator's work is shared and that ownership to the photo is given?

Why do you have to add CC-BY-SA-SD under every image?

300

What is the Cascading Style Sheet?

What does CSS stand for?

400

What makes it so that everything that falls under that tag moves to the right side of the page?

What does the float code do?

400

What makes tags and adds content?

What is HTML used for?

400

What creates a separation between different sections of content?

What does an <hr> tag do?

400

What does the <a href="page you're linking to"><img src="your image"></a> code add to your webpage?

How do you add an image link?

400

What is the Hyper Text Markup Language?

What does HTML stand for?

500

What does the a:hover {

} code in the CSS do?

What is an example of a transition?

500

What is the <body> code used for?

HTML codes are located in what tag?

500

What only affects the tag that they are written in?

Why are inline style codes useful?

500

What changes the way the border of an image looks depending on your preference of style?

What do the style codes "border-style" and "border-color" in the CSS do to your image?

500

What creates a line break in the text?

What does the <br> tag do?