This attribute is used to provide an alternative text description for an image.
What is alt?
This CSS property is used to change the color of text.
What is color?
What is the correct coding part to create separate paragraphs.
What is a <p> tag?
What is the definition of html.
What is Hypertext Markup Language?
This HTML tag is used to embed an image in a webpage.
What is <img>?
This tag creates an ordered list in HTML.
What is <ol>?
This is how you link an external CSS file to your HTML document.
What is the <link> tag and the rel="stylesheet" attribute?
What is the part of code that encases all of the writing portion of the coding file.
What is the <body>?
What is the part of code that is used to create headings.
What is the <h1> tag?
This attribute of the <img> tag specifies the URL of the image.
What is src?
This element is used to create a hyperlink to another web page or resource.
What is <a>?
This CSS property controls the size of text.
What is font-size?
What is the first part of every html file.
What is a <!DOCTYPE html> code?
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?
These two attributes of the <img> tag define the dimensions of the image in pixels.
What are width and height?
This semantic HTML5 element represents a section of a page that contains navigation links.
What is <nav>?
This CSS property is used to add space between the border and content of an element.
What is padding?
What is the code part that is used to create bullet points.
What is the <li> code?
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>?
This attribute, when used with the <picture> tag, allows for different image sources based on media queries or image formats.
What is srcset?
This tag defines a table row in HTML.
What is <tr>?
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)?
What is the correct coding element that is used to encase the bullet point coding element.
What is a <ul> element?
What is text and images on a website called?
What is the Website Structure?
This CSS property can be used to set an image as the background of an HTML element.
What is background-image?