What is put at the end of CSS sheet names like PRESENTATION____?
What is .css ?
What you put at the end of an html sheet names, like PRESENTATION_____?
What is .html?
What is the measurement of images that you use to size the images in a website?
What are pixels?
What is the tag that centers items?
What is <center>?
What sends someone to a different website(external ____) or another part of your website(internal ____)?
What is a link?
What does Cascading Style Sheets stand for?
What is CSS?
What HTML links to this for style codes or just uses a style tag?
What is CSS?
What command is used to change the color of the border on an image?
What is border-color?
What are all the premade sizes for headers.(In numerical order)
what are <h1><h2><h3><h4><h5><h6>?
What is a link that leads outside of your website, as an example a link to a wikapedia page?
What are External Links?
What you can use the inside of this tag as basically a CSS in html?
What is <style>?
What tag is inside the HTML tag that ends right above it?
What is <body>?
What command is used to change the look of a border?
What is border-style?
What are the 3 main paragraph subcategories?(In numerical order)
What are <p> <p2> <p3>?
What are links used to navigate a website?
What is the nav bar?
What tag in the CSS can change the color of the whole background?
What is <body>?
What is the tag at the top of an html page's code telling us the doctype?
What is <!DOCTYPE html>?
What style code smooths out the sides of an image?
What is border-radius?
What are the 3 tags for invisible bullets?(In order of use)
What are <dl><dt><dd>?
What is a link with a border, generally rounded, with a background color?
What is a button link?
What comes after rel= in the linking of a CSS?
What is Stylesheet?
What does HTML stands for?
What is Hypertext Markup Language
What is the amount of spaces supposed to be in an image src instead of dashes?
What is 0?
What are the four tags used for a table?(In order of use)
What are <table><tr><th><td>?
What is a tag that links the CSS to the HTML?(Placeholder before .css)
What is <link rel="stylesheet" href="Placeholder.css">?