Cascading Style Sheets (CSS) is a language for specifying the layout and presentation in general of markup such as HTML and XML.
Questions tagged [css]
277 questions
294
votes
8 answers
Why are people making tables with divs?
In modern web development I'm coming across this pattern ever more often. It looks like this:
…

Vilx-
- 5,320
- 4
- 20
- 24
62
votes
5 answers
Why are large amounts of magic numbers acceptable in CSS and SVGs?
Often times I see questions on the Hot Network Questions list like this that basically ask "how do I draw this arbitrary shape in CSS". Invariably the answer is a couple of blocks of CSS or SVG data with a bunch of seemingly random hard-coded values…

David says Reinstate Monica
- 2,739
- 2
- 18
- 24
44
votes
7 answers
How can I evaluate a candidate's knowledge of Html/CSS during an interview?
I am trying to determine some good interview questions to assess the ability of people coming in for a Html/CSS job, however that topic is extremely broad, and I'm not sure what sort of questions I can ask to properly evaluate someone's HTML/CSS…

webnoob
- 2,139
- 3
- 19
- 20
43
votes
7 answers
Why not embed styles/scripts in HTML instead of linking?
We concatenate CSS and JavaScript files to reduce the number of HTTP requests, which improves performance. The result is HTML like this: