What is the real name for the CSS?
What is Cascading Style Sheets?
What are the basic building blocks of an HTML page, enclosed in angle brackets?
What is Tags?
What HTML tag is used to embed an image on a webpage?
What is <img> tag?
What HTML tag is used to create an unordered list?
What is <ul> tag?
What CSS property is used to add a visible outline around an HTML element?
What is border?
What does the CSS page do?
Determining its visual appearance like colors, fonts, and layout.
What is the root element that encloses all other HTML content on a page?
What is <html> tag?
What is attribute within the <img> tag specifies the path or URL of the image file?
what is src attribute?
What HTML tag is used to create an ordered list?
What is <ol> tag?
What part of the border shorthand property defines the thickness of the border?
What is border-width?
What are like labels in CSS that help you pick which HTML elements you want to style?
What are Selectors?
What tag is used to create a heading, with different levels indicated by numbers?
What is h1-h6 tags?
What attribute within the <img> tag provides alternative text for an image if it cannot be displayed?
What is alt attribute?
What HTML tag is used to represent an individual item within both unordered and ordered lists?
What is <li> tag?
What is a common style for a border that appears as a solid line?
What is solid?
What CSS property is used to change the text color of an element?
What is Color?
What tag is used to create a paragraph of text?
What is <p> tag?
What are two attributes within the <img> tag are commonly used to define the dimensions of an image?
What is Width and Height?
What type of list is used to display terms and their corresponding descriptions, using <dt> and <dd> tags?
What is <dl> tag?
What border style appears as a series of dots?
What is dotted?
What CSS property is often used to arrange elements side-by-side on a webpage?
What is display: flex (or float: left/float: right)?
What tag is used to create a hyperlink to another webpage or a different part of the current page?
What is <a> tag?
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?
What CSS value can be used with the list-style-type property to hide the default bullet points or numbers?
What is none?
What CSS property is used to create rounded corners on an element's border?
What is border-radius?