Category: References
-
Units
CSS Units define the measurement system used to specify the values. CSS offers a number of different units for expressing length and measurement. CSS unit is used to specify the property size for a page element or its content. There are a number of ways to specify and measure length in CSS. It is used…
-
Color References
The following table shows the 16 color names that were introduced in HTML 3.2, to support the 16 colors that 8-bit graphics cards offered. Same set of color can be used in CSS − Color Name Hex Value Color Show aqua #00ffff Demo black #000000 Demo blue #0000ff Demo fuchsia #ff00ff Demo green #008000 Demo…
-
Functions Reference
This chapter is a CSS functions reference page and lists down each functions used in CSS. For detailed information about any function, visit respective function pages. Function Description acos() CSS acos() function returns the inverse cosine of a value in the range -1 and 1. asin() CSS asin() function returns the inverse sine of a number…
-
Cheat Sheet
CSS stands for Cascading Style Sheets, fondly referred to as CSS, is a simple design language intended to simplify the process of making web pages presentable. What is CSS Cheat Sheet? CSS cheat sheet is a collection of all the CSS properties and selectors that can be used to design any website. In this sheet we will…
-
Interview Questions
CSS stands for Cascading Style Sheets and is used to define the visual appearance and layout of web pages. CSS was first introduced by Hkon Wium Lie in 1996 to separate content structure from presentation for making it easier to style web pages. In this article, I present a list of commonly asked questions in…