Monday, November 19, 2018

HTML with CSS

HTML with CSS

CSS is a Cascading style sheet which is applied to the HTML.

CSS Border Style

CSS Border Style

There are different types of CSS Border Styles in CSS. They are,
  1. None
  2. Dotted
  3. Dashed
  4. Solid
  5. Double
  6. Groove
  7. Ridge
  8. Inset
  9. Outset
  10. Dashed inset groove double

CSS Color Codes

CSS Color Codes

There are three types of CSS Color Codes, they are
  1. Color Name
  2. Hex Code
  3. RGB Color
These are some of the samples of CSS Color Codes.

Sunday, November 18, 2018

Classification of CSS

Classification of CSS

CSS Classified into CSS1, CSS2 and CSS3, CSS1 Contains psuedo classes, font properties, text properties, box properties. CSS2 Contains Box model, Media Types, Selectors, visual effects, tables, paged media. CSS3 Contains Transforms, Web Animations, Flexible layout, Multi-column, Media Queies, Style Attributes. For more info visit W3SCHOOLS

History of CSS

History of CSS

CSS1 was proposed in 1996, CSS2 was proposed in 1998 and CSS3 was proposed in 2005.

Properties of CSS

Properties of CSS

Naturally, CSS is a Cascaded Style Sheet which is used to decorate HTML document by using some properties like Background-image, border, margin, padding, font-weight, color, font-family.
For more info visit W3SCHOOLS

Types of CSS

There are three types of CSS, they are Internal CSS, Inline CSS, External CSS.