To make HTML documents (webpage) more readable and easy to overview we have different size, forms, shapes and different other visible properties of texts. We can provide texts of these different properties using CSS font properties. The CSS font properties are as follows: CSS font family CSS font size CSS fontContinue Reading

What is Selector? A CSS selector is a pattern to match the elements on a web page. The style rules associated with that selector will be applied to the elements that match the selector pattern. Selectors are one of the most important aspects of CSS as they allow you toContinue Reading

CSS is the key presentational technology that is used in website design. CSS stands for Cascading Style Sheets. CSS is a standard style sheet language used for describing the presentation (i.e. the layout and formatting) of the web pages. Prior to CSS, nearly all of the presentational attributes of HTMLContinue Reading