CSS Tutorial

You are Here:

CSS History

CSS (Cascading Style Sheets) is a style sheet language was first proposed by Håkon Wium Lie on October 10, 1994.

CSS Purpose

The purpose of CSS is to enhance the presentation of your website by adding color, formatting text, and so on.

Usage Rights

CSS is free for all uses: government, commercial, personal or educational.

Prerequisites

To learn CSS, you just need to have a basic knowledge of HTML.

Example

In this example, we will add color to a paragraph by using CSS.

HTML Online Editor
<!DOCTYPE html> <html lang="en-US"> <body> <h1>CSS Example</h1> <p style="color:green;">This paragraph is green.</p> </body> </html>

Reminder

Hi Developers, we almost covered 98.7% of CSS Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in CSS.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author