Answers for "CSS3"

CSS
10

css

/* Answer to "css" */

/*
  Cascading Style Sheets (CSS) is a style sheet language used for
  describing the presentation of a document written in a
  markup language like HTML.

  In other words, it's the style of the website.

  For example, the positioning of everything on a website or
  the colour, shape, size of a button. Every design on a
  website is most likely made using css.
*/
Posted by: Guest on March-01-2020
1

CSS3

CSS3{
  CSS-property: value;
}
/*CSS is a programming language. It can be used with HTML and can be also linked onto javascript.*/
/*Just like attributes in HTML, it has values, but instead of the attribute name, it has a CSS Property.*/
Posted by: Guest on September-06-2021

Browse Popular Code Answers by Language