What is a css page?
What is a page used for styling and providing customization.
What is an html?
What is A page for your code to build ad structure a web page.
Where would you put a style sheet in HTML?
What is in the <head>.
What does an <A> tag typically do?
What is used for linking
How would you resize an image?
What is By changing the width and height codes.
How do you change the font size of an image?
What is the font-size code.
What is a <center> tag used for ?
What is to center-align text or other content within an HTML document?
What is the <body> used for?
What is the main content of your document like the text, images, and links.
What are <P> tags for?
What is to type text typically for a paragraph or description.
How would you move an image to the right or left
What is the float command
How do you change the background color?
What is The background-color code
Where would you put a <style> code in the html?
What is In the <head>
What is a <footer> used for?
What is at the bottom of a page usually for short basic info like a copyright for example.
What are <h1>, <h2>, <h3>..ect tags used for?
What is for creating headings/headers.
How would you give an image a border?
What is the border and border-radius codes in the css.
What is text decoration used for?
What is to add decorative effects to the text, like underlining or striking through.
Where would you put your table code?
What is Inside the style code.
How would you code in a table?
What is using table code inside of the <style> code.
What are <li> and <ul> tags used for?
What is for creating lists.
How would you change the look of an images border?
What is the border-style code in css.
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.
What is a div class used for?
What is a division or a section in an HTML document.
How would you link a webpage?
What is by using an <a> tag along with href.
What are <hr> tags?
What is a separation between different content sections, making it easier to structure your webpage.
How do you add images to a webpage?
What is the <img tags and link your image.