Css
Html
coding
tags
images
100

What is a css page?

 What is a page used for styling and providing customization.

100

What is an html?

What is A page for your code to build ad structure a web page.

100

Where would you put a style sheet in HTML?

What is in the <head>.

100

What does an <A> tag typically do?

What is used for linking

100

How would you resize an image?

What is By changing the width and height codes.

200

How do you change the font size of an image?

What is the font-size code.

200

What is a <center> tag used for ?

What is to center-align text or other content within an HTML document?

200

What is the <body> used for?

What is the main content of your document like the text, images, and links.

200

What are <P> tags for?

What is to type text typically for a paragraph or description.

200

How would you move an image to the right or left

What is the float command 

300

How do you change the background color?

What is The background-color code

300

Where would you put a <style> code in the html?

What is In the <head>

300

What is a <footer> used for?

What is at the bottom of a page usually for short basic info like a copyright for example.

300

What are <h1>, <h2>, <h3>..ect tags used for?

What is for creating headings/headers.

300

How would you give an image a border?

What is the border and border-radius codes in the css.

400

What is text decoration used for?

What is to add decorative effects to the text, like underlining or striking through.

400

Where would you put your table code?

What is Inside the style code.

400

How would you code in a table?

What is using table code inside of the <style> code.

400

What are <li> and <ul> tags used for?

What is for creating lists.

400

How would you change the look of an images border?

What is the border-style code in css.

500

What is text-allign used for?

What is to set the horizontal alignment of the inline-level content inside a block element or table-cell box.

500

What is a div class used for?

What is a division or a section in an HTML document. 

500

How would you link a webpage?

What is by using an <a> tag along with href.

500

What are <hr> tags?

 What is a separation between different content sections, making it easier to structure your webpage.

500

How do you add images to a webpage?

What is the <img tags and link your image.