1 / 10

CSS-Tutorial-ppt-tpt

CSS tutorial or CSS 3 tutorial provides basic and advanced concepts of CSS technology. Our CSS tutorial is developed for beginners and professionals. <br><br>https://bit.ly/css-tutorial

Himaani
Télécharger la présentation

CSS-Tutorial-ppt-tpt

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSS TUTORIAL Tpoint Tech

  2. WHAT IS CSS? CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on screen, paper, or in other media. CSS saves much work. It can control the layout of multiple web pages all at once. External stylesheets are stored in CSS files

  3. MAJOR POINTS OF CSS CSS stands for Cascading Style Sheet. CSS is used to design HTML tags. CSS is a widely used language on the web. HTML, CSS and JavaScript are used for web designing. It helps the web designers to apply style on HTML tags.

  4. CSS IS USED FOR CSS (Cascading Style Sheets) is a style sheet language used for specifying the presentation and styling of documents written in markup languages, such as HTML or XML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.

  5. CSS, JAVASCRIPT AND HTML HTML CSS JAVASCRIPT • HTML is used to structure the content • CSS is used to style the content • JavaScript is used to add interactivity and functionality to the web page

  6. CSS SYNTEX • The CSS provides the style to the HTML element, which the browser interprets. We can provide a style property to the HTML element in three parts. These three parts are as follows. • REVENUE PROJECTIONS • 1. SELECTOR • It is an HTML tag. All the style properties of the CSS will be applied to the selector. The selector tag like <h1> or <table> etc. • 2. PROPERTY • It is a type of attribute that is present in HTML tags. All the attributes of the HTML will be converted to the CSS properties. The CSS properties like color, border, etc.

  7. 3. VALUE • In HTML, these are assigned to the properties. For example, the color property can have a value of either red or #F1F1F1, etc. • SYNTAX: • We must provide the CSS property to the HTML element in a proper way. We must follow the syntax below to implement the CSS property.

  8. selector { property: value }

  9. CONTACT US +91-9599086977 hr@tpointtech.com www.tpointtech.com G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India

  10. THANK YOU

More Related