The text and images on a website
What is website content?
A list that is numbered
What is an ordered list?
This attribute says the file name in the image tag
What is src(source)?
Used to give style to HTML elements.
What is a stylesheet(CSS)?
A container for your HTML elements.
What is a division(div)?
When two people code together
What is pair programming?
This size heading is used for titles
What is H1?
Unit that is used to change size of an image
What are pixels?
Indicates the element that style rules will apply to.
What is a selector?
Used to create different styles for the same element.
What is a class?
The person using the computer
What is the driver?
This attribute puts a description of the image if the file cannot be found.
What is alt(alternate)?
A 3 letter color model used.
What is RGB?
You MUST have this property to enable the use of flex properties.
What is display?
Hypertext Markup Language
What does HTML mean?
Looking through your code to correct your mistakes
What is debugging?
You should do this when using someone else's images.
What is giving credit?
The rule that changes in value on a style sheet.
What is a property?
This provides a better way to layout items on a webpage.
What is a flexbox?
Special set of characters that indicate that start and end of an HTML element
What is a tag?
A list that is bulleted
What is an unordered list?
This part of the image tag let's the computer know that we are using an image.
What is img(image)?
Where you link a stylesheet to an HTML files.
What is the head?
Where the div tag goes.
What is the body?