What is CSS and what is it used for?
Experience Level:
Junior
Tags:
CSS
Answer
CSS is a technology that defines the look and feel of a web page. It defines visual properties and styles of HTML elements.
Using CSS you can define colors, text fonts, types and sizes, borders, margins, paddings and many other visual aspects.
You can show and hide elements, set their position, create simple re-usable styles or design complex web page skins or themes.
CSS is a shortcut for Cascade Style Sheets.
Related CSS job interview questions
-
What problem does CSS solve?
CSS Junior -
Why use CSS?
CSS Junior -
What is a Style Sheet?
CSS Junior -
How can I include comments in my Style Sheet?
CSS Junior -
How do you clear a floated element?
CSS Junior