next
Round
Technologies
Coding Problems
Bookmarks
Learning Paths
Login
next
Round
Technologies
Coding Problems
Bookmarks
Learning Paths
Login
</>
Loading Topics...
1
What is the display property in CSS used for?
Expert
High
2
What is the default display value for <div>, <span>, <p>, and <a> tags?
Expert
High
3
What is the difference between display: block and display: inline?
Expert
High
4
How does display: inline-block behave?
Expert
High
5
What happens when you set display: none on an element?
Expert
High
6
How is display: none different from visibility: hidden?
Expert
High
7
Can display: none affect layout reflow or accessibility?
Expert
High
8
What’s the effect of display: block on inline elements like <span>?
Expert
High
9
What’s the difference between display: table and actual HTML <table> elements?
Expert
High
10
How do replaced elements (like <img> or <input>) behave with different display values?
Expert
High
11
How is display: flex different from display: block?
Expert
High
12
What is the difference between display: grid and display: flex?
Expert
High
13
What happens if you apply display: inline-flex to a container?
Expert
High
14
What is the difference between display: contents and display: none?
Expert
High
15
What is display: list-item, and when is it used?
Expert
High
16
How does display: run-in work, and why is it rarely used?
Expert
High
17
What’s the difference between display: inline-grid and display: grid?
Expert
High
18
How can you make an element behave like both inline and block elements?
Expert
High
19
What happens to child elements when the parent has display: contents?
Expert
High
20
How does the display property affect box model calculations?
Expert
High
21
How can you change a block-level element to behave like an inline element without changing its tag?
Expert
High
22
How do you center elements using display: flex or display: grid?
Expert
High
23
How can you hide elements but keep their layout space?
Expert
High
24
What happens to child elements when their parent has display: none?
Expert
High
25
How can display: contents help improve semantic markup but hurt accessibility?
Expert
High
26
What happens if you set display: flex on the <body> tag?
Expert
High
27
How do you use display to build responsive layouts?
Expert
High
28
What is the difference between using display and position to arrange elements?
Expert
High
29
How can you visually hide an element but keep it accessible for screen readers?
Expert
High
30
How does display affect stacking and z-index behavior?
Expert
High
31
Does display: none remove an element from the DOM?
Expert
High
32
Can an element with display: none trigger CSS transitions or animations?
Expert
High
33
How does display interact with CSS pseudo-elements (::before, ::after)?
Expert
High
34
What is the difference between visibility: collapse and display: none in table elements?
Expert
High
35
How can you make text and icons align properly using display values?
Expert
High
36
How do block formatting contexts relate to display types?
Expert
High
37
What happens if you apply display: table to a flex container?
Expert
High
38
How does display behave differently for replaced vs. non-replaced elements?
Expert
High
39
Can display be animated using CSS transitions?
Expert
High
40
How does display affect the accessibility tree and ARIA roles?
Expert
High
41
How can you make a <li> element appear horizontally instead of vertically?
Expert
High
42
How do you create a two-column layout without using float or position, using only display?
Expert
High
43
How do you make an image and text sit side by side neatly?
Expert
High
44
How would you make a navigation menu horizontally aligned using display?
Expert
High
45
How can you make all elements behave as border-box and block-level by default?
Expert
High
46
How would you use display: flex to make a footer stick to the bottom?
Expert
High
47
How can display: grid simplify responsive design compared to floats?
Expert
High
48
When would you prefer display: inline-flex over display: flex?
Expert
High
49
How can you use display: contents to remove extra wrappers in semantic HTML structures? How can incorrect use of display lead to accessibility or SEO problems?
Expert
High
All Topics
1
Fundamentals
0/5 topics · 0%
Basics
Selectors
Box model
Text formatters
Combinators
2
Positioning & layout
0/4 topics · 0%
Positioning
Display
Overflow
Breakpoint
3
Modern layout
0/5 topics · 0%
Pseudo classes
Pseudo elements
Flexbox
Grid
Transformation and Transition
4
Beyond core
0/2 topics · 0%
Frameworks
Everything else