Popular Posts

Featured Post

Definition of phoneme

(Definition of phoneme) : any of the abstract units of thephonetic system of a language that correspond to a set of similar speech sound...

Showing posts with label css. Show all posts
Showing posts with label css. Show all posts

Cascading Style Sheets css


    css

    What is CSS?

    Cascading Style Sheets css


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

    • Selector
    • Declaration block
    • Use

    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.

    CSS is designed to enable the separation of presentation and content, including layout, colors, and fonts.[3] This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple web pages to share formatting by specifying the relevant CSS in a separate .css file, and reduce complexity and repetition in the structural content.

    Defining CSS Style Rules in STYLE Blocks
    Each CSS style rule has two main parts — a selector (such as H1) and a declaration (such as color:red). The declaration includes a property (color) and its value (red). A simple CSS style rule that says "Center any text contained within <H1></H1> tags and make the font color red" is written as follows:

    H1 {text-align:center; color:red;}





    Read More..

    Follow by Email


    ADS


    Powered by Blogger.

    Contact Form

    Name

    Email *

    Message *