How do you make content look nicer?
What is CSS used for?
What are H1 Tags?
Which tag is typically used for a title?
What does the style="text-align: center;" code change?
What inline code do we use to set an element to the center?
What changes how tall and how wide the image is?
What do the style codes "width" and "height" change?
What is an ordered list?
What does the <ol> tag stand for.
What is the <style> code?
CSS codes are located in what tag?
How do you make a bullet?
What does the <li> tag do?
What are styles that are applied to a specific element within the body section of the webpage?
What is an inline style code?
What makes your image a circle instead of a square?
How does the "border-radius" code change your image?
What is an unordered list?
What does the <ul> tag stand for?
What is body {
background: your choice of color;
} used for?
How do you change your background color?
What is the <p> tag used for?
Which tag is used to create regular text?
What does the style="text-decoration: underline;" change on the webpage?
What inline code do we use to underline one specific element?
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?
What is the Cascading Style Sheet?
What does CSS stand for?
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?
What makes tags and adds content?
What is HTML used for?
What creates a separation between different sections of content?
What does an <hr> tag do?
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?
What is the Hyper Text Markup Language?
What does HTML stand for?
What does the a:hover {
} code in the CSS do?
What is an example of a transition?
What is the <body> code used for?
HTML codes are located in what tag?
What only affects the tag that they are written in?
Why are inline style codes useful?
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?
What creates a line break in the text?
What does the <br> tag do?