Monday, November 14, 2016

CSS Coding

CSS stands for Cascading Style Sheets. It is the style side of html, so it focuses on background, color codes, fonts, and links. CSS uses values, which are various type of identities, to change the whole code of a webpage. One is example of a value are font properties; font properties can be used to change the whole of code of the text using font-color, font-size, etc.

One question that I have is: Can you have more than one css in a webpage code?