CSS Syntax Part- 3 Tutorial in Urdu and Hindi [CSS - 9211]

  • 7 years ago
Rule Set of a CSS consist of two things. One is selector and second is declaration block. We use selector to points the HTML element which we want to style. All the styles we put in declaration block it contains one or more properties declarations separated by semicolons.

In this CSS 9211 series of tutorial we will give you the useful knowledge about the CSS (Cascading Style Sheet) in Urdu and Hindi. You will learn CSS without talking around only to the point discussion.

CSS (Cascading Style Sheet) describe the presentation of Web pages, including layout, color, fonts, positions, backgrounds and other areas of designs. By using It Web page’s presentation can be managed for different devices such as large screen like Dashboard and laptops, small devices like mobile and tablet or printers. CSS can be used with any markup language i.e HTML and XML.