Skip to main content

CSS

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language like HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.

The CSS tutorial on Techtuts comes up with representation about CSS and CSS3 from the cores to moves along. This tutorial furnishes good understanding about the CSS and CSS3 for Technical, Non-Technical People, College Students and Working Professionals. Given examples are an  painless to grasps and simple to practice by yourself.

In this tutorial you will catch about the CSS and CSS3. This tutorial  involves an Introduction, Syntax, CSS types and Implementation, fonts, Color, Background, Border, Padding, Margins, Text, Links, Display, Positioning, Visibility, CSS3 concepts, Transition, Transformation, Animation, Media Queries etc.

Introduction

CSS controls the presentation of web pages developed by HTML or HTML 5. CSS is designed to enable the presentation and uniqueness of contents, including layouts, colors and fonts. It gives an additional improved look and feel of HTML Pages. CSS  furnishes layout for HTML pages in any devices and managed the content by using of Media Queries.

We can implement the CSS for web pages by using three ways, Inline, Internal and External. We can get more details about this on CSS types and Implementation. The External Style sheets stored in .css extension.

Advantages Of CSS

  • HTML page presentation
  • Reformat the pages
  • Bandwidth
  • Accessability
  • Consistancy
  • Look and Feel
  • Animations
  • Transformations