HTML
CSS
CODING
VOCABULARY
IMAGES
100

This attribute is used to provide an alternative text description for an image.

What is alt?

100

This CSS property is used to change the color of text.

What is color?

100

What is the correct coding part to create separate paragraphs.

What is a <p> tag?

100

What is the definition of html.

What is Hypertext Markup Language?

100

This HTML tag is used to embed an image in a webpage.

What is <img>?

200

This tag creates an ordered list in HTML.

What is <ol>?

200

This is how you link an external CSS file to your HTML document.

What is the <link> tag and the rel="stylesheet" attribute?

200

What is the part of code that encases all of the writing portion of the coding file.

What is the <body>?

200

What is the part of code that is used to create headings.

What is the <h1> tag?

200

This attribute of the <img> tag specifies the URL of the image.

What is src?

300

This element is used to create a hyperlink to another web page or resource.

What is <a>?

300

This CSS property controls the size of text.

What is font-size?

300

What is the first part of every html file.

What is a <!DOCTYPE html> code?

300

What is the part of the code that always indicates the start and the end of an element and what type it is.

What is the html tag?

300

These two attributes of the <img> tag define the dimensions of the image in pixels.

What are width and height?

400

This semantic HTML5 element represents a section of a page that contains navigation links.

What is <nav>?

400

This CSS property is used to add space between the border and content of an element.

What is padding?

400

What is the code part that is used to create bullet points.

What is the <li> code?

400

What is the part of code that always has to be there that tells the browser what version of html the page is written in.

What is a <!DOCTYPE>?

400

This attribute, when used with the <picture> tag, allows for different image sources based on media queries or image formats.

What is srcset?

500

This tag defines a table row in HTML.

What is <tr>?

500

This is a CSS rule that applies styles based on the state of an element, such as when a mouse hovers over it.

What is a pseudo-class (e.g., :hover)?

500

What is the correct coding element that is used to encase the bullet point coding element.

What is a <ul> element?

500

What is text and images on a website called?

What is the Website Structure?

500

This CSS property can be used to set an image as the background of an HTML element.

What is background-image?