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 JuniorWhy use CSS?
CSS JuniorWhat is a Style Sheet?
CSS JuniorHow can I include comments in my Style Sheet?
CSS JuniorHow do you clear a floated element?
CSS Junior