Free CSS3 Introduction Tutorial videos for Beginner. - PowerPoint PPT Presentation

About This Presentation
Title:

Free CSS3 Introduction Tutorial videos for Beginner.

Description:

Learn about CSS3 and its advantages through our free tutorials. These tutorials are designed for beginners and for advanced learners also. It covers CSS3 Modules, Types of Selectors,Selectors Explanation,Internal & External Style Sheets – PowerPoint PPT presentation

Number of Views:176

less

Transcript and Presenter's Notes

Title: Free CSS3 Introduction Tutorial videos for Beginner.


1
CATCH EXPERTS
https//www.catchexperts.com
http//www.courseing.com
2
Free CSS3 Introduction Training Videos for
Beginners by
3
CSS3 Introduction Highlights
  • What Is CSS3?
  • History of CSS3
  • CSS3 Modules
  • Types of Selectors
  • Selectors Explanation
  • Internal External Style Sheets

4
What Is CSS3?
  • CSS stands for cascading style sheet.
  • Depicts how HTML components are to be shown on
    web pages.
  • Simple designed language for web pages.
  • Provides great control over the management of an
    HTML components.

5
History of C
6
CSS3 Modules
  • CSS3 Modules have old CSS listings and expansion
    features, CSS3 Modules are
  • Selectors
  • Box Model
  • Backgrounds and Borders
  • Image Values and Replaced Content
  • Text Effects
  • 2D/3D Transformations
  • Animations
  • Multiple Column Layout
  • User Interface

7
Types of selectors
  • Selectors are designed patterns used to select
    the elements want to style.
  • 1. class
  • 2. Id
  • 3. Child
  • 4. Adjacent sibling
  • 5. Descendant

8
Selectors Explanation
  • Class selector is belongs to CSS1. It Selects all
    elements of class with a specific class
    attribute.
  • Syntax classclass name
  • Id attribute in an element to assign an ID to
    the element, its name should be unique in the
    document.
  • Syntax ltp classroom" idHDO"gt

9
Selectors Explanation
  • A child selector matches when an element is the 
    child  of some element.
  • Child selector  is prepared up of two or more 
    selectors separated by "gt".
  • It selects a E element that is a descendant of
    an A.

https//developer.mozilla.org
10
Internal External Style Sheets
  • External style sheet is uses to change the look
    of total website.
  • Every page need to have a reference to the
    external style sheet file inside the ltlinkgt
    element, the ltlinkgt element goes to the ltheadgt
    section.
  • Example ltheadgt ltlink rel"stylesheet" type"te
    xt/css" href"mystyle.css"gt lt/headgt

11
Internal External Style Sheets
  • internal style sheet uses to create unique style
    for one single page.
  • Internal styles are defined within the ltstylegt
    element, inside the ltheadgt section of an HTML
    page
  • Example ltheadgt
  • ltstylegt body  background-color linen
    lt/stylegt lt/headgt

12
Feedback
Like It ? Hate It?
We would love to hear from you whatever you think
about the course.
Click HERE to share what you think!
13
Thank you
Thank You for Watching Free CSS3 Introduction
Tutorial Videos for Beginner by
http//www.courseing.com
Write a Comment
User Comments (0)
About PowerShow.com