Q1. What is utility-first CSS and what are its benefits?
Utility-first means composing small, single-purpose classes directly in markup instead of writing semantic class names and separate stylesheets. In Tailwind, a class list...
Technical Question Bank · Peer-Reviewed
Search and filter frequently asked interview questions across technical, programming, and behavioral domains. Tailor your interview preparation by difficulty for freshers or experienced developers (106 available).
Utility-first means composing small, single-purpose classes directly in markup instead of writing semantic class names and separate stylesheets. In Tailwind, a class list...
Every element is a box made of four layers: content, padding, border and margin. By default width applies to the content box, so padding and border are added on top (cont...
Specificity ranks selectors as (inline, IDs, classes/attributes/pseudo-classes, elements/pseudo-elements). Higher wins; equal specificity falls back to source order (late...
The critical rendering path is the sequence the browser follows to turn HTML, CSS and JavaScript into pixels: parse HTML into the DOM, parse CSS into the CSSOM, combine t...
- static: default, follows normal flow. - relative: stays in flow but offsets from its normal position; also establishes a containing block for absolutely positioned desc...
When a design needs a one-off value that is not in the scale, arbitrary value syntax accepts raw CSS inside square brackets: w-[327px], top-[117px], bg-[#1da1f2], grid-co...
CSS stands for Cascading Style Sheets. CSS is used to define styles for web pages, including the design, layout and variations in display for different devices and screen...
There are three standard methods to apply CSS styling to an HTML document: ### 1. External Stylesheet (Recommended Standard): Link an external `.css` file in the `` using...
CSS3 modularized the styling specification, introducing transformative layout engines and dynamic visual capabilities: ### Breakthrough Features in CSS3: 1. **Modern Layo...
CSS selectors declare which HTML elements a set of CSS rules applies to: ### Selector Categories: 1. **Universal Selector (`*`)**: Matches every DOM element. 2. **Type / ...
HireXTech uses essential storage to remember your study preferences and third-party advertising cookies via Google AdSense in compliance with GDPR. You can choose to enable essential cookies only or accept all cookies. Read our Privacy Policy.