Sharp Tutorial
Introduction to CSS

Python

Java

C

C++

HTML/CSS

Java Script

PHP

SQL

C Programs

HTML

  • HTML Home
  • Introduction
  • HTML Element
  • Commonly used tags
  • Hyperlinks
  • Images in HTML
  • Div in HTML
  • Html Forms
  • Html Tables
  • Miscellaneous Topics

CSS

  • Introduction to CSS
  • How to apply CSS
  • CSS Selectors
  • Border in CSS
  • Text Formatting in CSS
  • Font Properties
  • Margin in CSS
  • CSS in List
  • CSS in Link
  • CSS Animation
  • CSS Effects
  • CSS Pagination
  • CSS Media Query

Java Script

  • Java Script Home
  • Introduction to Java Script
  • Variable in Java Script
  • Operators in Java Script
  • If-Else in Java Script
  • Loops in Java Script
  • Array in Java Script
  • Function in Java Script
  • Objects in Java Script
  • Java Script DOM

Introduction to CSS

CSS stands for cascading style sheet.

CSS is used for styling the web pages.

By using CSS web pages may be formatted easily because css provides more attributes as compared to HTML tag .

Using CSS also provides reusability so by using CSS complete website may be changed changing CSS at a single place.

Types of CSS

  1. Inline CSS
  2. InternalCSS
  3. External CSS

CSS code is embedded in <style> tag.

CSS Code implementation Example

<!DOCTYPE> 
<html>
<head>
<style>
body {
background-color:red; /* this attribute is applied on body tag */
}
</style>
</head>
<body>
<p>This is CSS Example Page.</p>
</body>
</html>

Output of the above program is shown below

Enquiry about Course

Ask your Question

Click Here

Sharp (2) Tutorials

Video/ C Introduction

Watch video in full size

Video tutorial

Follow by Email
Facebook
Facebook
fb-share-icon
YouTube
Copyright © Sharp Tutorial
Build with WordPress
Wordpress Social Share Plugin powered by Ultimatelysocial
Sharp Tutorial