What is CSS used for?

CSS is used to describe the style of an HTML language. While php and HTML are more based on the functioning and the logic of the website, CSS concentrates on the design of the website itself. It descries how elements should be displayed.

LL

Related HTML and CSS Mentoring answers

All answers ▸

Describe the advantages and disadvantages of the three main ways of adding CSS to a website


How can I express x^2 - 7*x + 2 as (x - p)^2 + q ?


Simplify the brackets, (x+1)(x+2)


What’s the difference between a block-level element and an inline element in html?