CSS
HTML
Images
Lists
Borders
100

What is the real name for the CSS?

What is Cascading Style Sheets?

100

What are the basic building blocks of an HTML page, enclosed in angle brackets?

What is Tags?

100

What HTML tag is used to embed an image on a webpage?

What is <img> tag?

100

What HTML tag is used to create an unordered list?


What is <ul> tag?

100

What CSS property is used to add a visible outline around an HTML element?

What is border?

200

What does the CSS page do?

Determining its visual appearance like colors, fonts, and layout.

200

What is the root element that encloses all other HTML content on a page?

What is <html> tag?

200

What is attribute within the <img> tag specifies the path or URL of the image file?

what is src attribute?

200

What HTML tag is used to create an ordered list?

What is <ol> tag?

200

What part of the border shorthand property defines the thickness of the border?

What is border-width?

300

What are like labels in CSS that help you pick which HTML elements you want to style?

What are Selectors?

300

What tag is used to create a heading, with different levels indicated by numbers?

What is h1-h6 tags?

300

What attribute within the <img> tag provides alternative text for an image if it cannot be displayed?

What is alt attribute?

300

What HTML tag is used to represent an individual item within both unordered and ordered lists?

What is <li> tag?

300

What is a common style for a border that appears as a solid line?

What is solid?

400

What CSS property is used to change the text color of an element?

What is Color?

400

What tag is used to create a paragraph of text?

What is <p> tag?

400

What are two attributes within the <img> tag are commonly used to define the dimensions of an image?

What is Width and Height?

400

What type of list is used to display terms and their corresponding descriptions, using <dt> and <dd> tags?

What is <dl> tag?

400

What border style appears as a series of dots?

What is dotted?

500

What CSS property is often used to arrange elements side-by-side on a webpage?


What is display: flex (or float: left/float: right)?

500

What tag is used to create a hyperlink to another webpage or a different part of the current page?

What is <a> tag?

500

What is a common image format best suited for photographs and complex graphics due to its ability to display many colors?

What is JPG or JPEG?

500

What CSS value can be used with the list-style-type property to hide the default bullet points or numbers?

What is none?

500

What CSS property is used to create rounded corners on an element's border?

What is border-radius?