What do you use CSS for?
What is Styling your page?
What is the code for images?
What is <img src="ex.jpg">
Which tag is the link tag?
What is <a>?
Where are the two places to use style?
What is the CSS and between the Head tags?
What are two heading tags?
what is <h3> and <h2>?
What link do you use for your CSS to HTML?
What is <link rel=stylesheet href=ex.css>
How do you change Width and Height for images?
What is <"width=100px"> <"height=100px">
Where the link tag goes?
What is with the <head> tags?
Why do we use style?
What is changing the appearance or presentation?
What is the biggest heading?
What is <h1>?
What does CSS stand for?
What are the border tags for images?
What is style="border: 10px solid black;">?
What do you put in the <a> </a> tags?
What is text or images?
what are things you can change on your page using style?
What is the color, size, or font?
How do you use the heading tag?
What is <h1></h1>?
How do you use CSS to style headings?
What is h1{ex}
What does src mean?
What is source?
What do you click to follow a link?
what is words or pictures?
Where do you find the style?
what is between the <head> </head>
How many levels of headings are there?
what is 6?
How would you change font or background colors?
What is p {color: black; } and {background: Yellow;}
What do you put around the image to make it a link?
What is The <a> tag?
What does the href do?
What is telling the link where to go?
What style property is used to change the font of your text?
Why is it a good idea to use headings in order?
What is organizing the information?