What does HTML stand for?
What is hypertext markup language?
What are headers used for?
What is titles?
What does CSS stand for?
What is cascading style sheet?
What is the <img> tag?
What are links used for?
How does an HTML start?
What is <!DOCTYPE HTML> tag?
What does the header tag look like?
What is <h> ?
How is the CSS put into the HTML?
What is linking?
Why does the image tag not need to be closed?
What is because there is no text content?
What tag is used for linking?
What is the <link> tag?
What is </html> tag?
What does the number next to the h mean?
What is the size of the header?
What brackets are used in CSS?
What are {curly brackets} ?
What are the two attributes of the <img> tag?
What is src and alt?
What do you put when you want to link a different HTML page?
What is use <a href= ?
What is the <p> tag?
What is the range of numbers that can be chosen for header tags?
What is 1-6?
What do you have to do in CSS after assigning a color or pattern to a part of the html?
What is add a semi colon; ?
What button allows you to put the image into the webpage by downloading?
What is the +add image button?
When linking a word, where do you put the text for the word?
What is between the link and closing tag?
What part of the webpage is the HTML considered?
What is the workspace?
Where do headers go in relation to the paragraph tag that is part of the same topic?
What is above the paragraph tag?
What are some things you can do in the CSS?
What is change font size, change border pattern, change color, make shadows, change background?
How do you change the size of the image?
What is img width: ?
What is a link that brings a person to a different webpage?
What is an external link?