What HTML5 semantic element represents self-contained content, like a blog post or article.
What is <article>
What CSS property is commonly used to float an element to the left or right of its container?
What is float
What type of CSS selector targets an element based on its id attribute?
What is id selector
What is the root element of every html page ?
What is <HTML>
What CSS property is used to create rounded corners on an element?
What is Border - Radius
What CSS3 feature allows you to add visual effects like shadows and reflections to elements.
What is box-shadow, text-shadow, and reflect
What CSS display value arranges items in a single row or column and provides powerful alignment and spacing capabilities?
What is Flex or Flex-box
What symbol is used to denote a class selector in CSS.
What is (.)
What tag is used to create a hyperlink to another web page or resource?
What is <a>
What CSS property is used to change the text color of an element?
What is color:---;
What HTML5 API allows web applications to store data locally within the user's browser
What is Local Storage or Session Storage
What CSS display value arranges items in a two-dimensional grid system.
What is grid
What concept in CSS determines which rule is applied to an element when multiple conflicting rules exist?
What is specificity
What tags are used to structure the main content areas of a web page, such as headers, navigation, and footers?
What is <headers>, <nav>, <main>, and <footer>
What CSS property controls the spacing between lines of text?
What is line-height
What CSS3 module allows for smooth transitions of property values over a specified duration.
What is CSS transitions
What CSS property is used to prevent elements from floating alongside each other
What is clear
What is a CSS selector that targets all <a> elements that have a href attribute?
What is <a href>
What attribute is used within an image tag to provide alternative text for screen readers or if the image fails to load?
What is alt
What CSS box model property defines the space outside an element's border?
What is Margin
What CSS3 features allow you to apply different styles to elements based on different screen sizes or device orientations.
What is CSS Media Queries
What layout technique involves positioning elements relative to their normal position or to the viewport.
What is relative, absolute, fixed, sticky
how do you change the font of the text
what is font-family: ---;
What HTML5 element is used to embed video content directly into a web page?
What is <video>
What CSS selector targets all paragraph elements on a page?
What is p