Session 8: Cascading Style Sheet J 0394 – Perancangan Situs Web Program Studi Manajemen Program Studi Manajemen Universitas Bina Nusantara.

Slides:



Advertisements
Similar presentations
Cascading Style Sheets
Advertisements

1 © Netskills Quality Internet Training, University of Newcastle Introducing Cascading Style Sheets © Netskills, Quality Internet.
Intro To Cascading Style Sheets By Mario Yannakakis.
Cascading Style Sheets (CSS). Cascading Style Sheets With the explosive growth of the World Wide Web, designers and programmers quickly explored and reached.
CSS Cascading Style Sheets. Objectives Using Inline Styles Working with Selectors Using Embedded Styles Using an External Style Sheet Applying a Style.
CSS Cascading Style Sheets. Contents{ 1. What is CSS? 1. A Brief History of CSS 2. Why to use Styles? 2. Syntax 3. Cascading Order 4. Examples of Properties.
Computer Applications II.  A Style Sheet is a web page development tool that allows the developer to make global changes to a web page (or web site)
Cascading Style Sheets
Today CSS HTML A project.
CSS. CSS, or Cascading Styles Sheets, is a way to style HTML. Whereas the HTML is the content, the style sheet is the presentation of that document.
Introduction to CSS.
Cascading Style Sheets. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. CSS is a.
Chapter 8 Creating Style Sheets.
Starting BBEdit (Notepad) and Opening an HTML File Open the Public Folder Start Notepad or BBEdit Click File on the menu bar, and then click Open In the.
Introduction to Cascading Style Sheets (CSS) Module 2: HTML Basics LESSON 4.
Using Cascading Style Sheets CSS Basics. Goals Understand basic syntax of Cascading Style Sheets (CSS) Understand basic syntax of Cascading Style Sheets.
Cascading Style Sheets 23 rd March. Cascading Style Sheets (CSS) CSS Syntax Linking CSS to XHTML Inheritance & Cascading Order Font Properties Text Properties.
1 Creating Web Pages Part 3. 2 CASCADING STYLE SHEETS (CSS): What exactly are they? Set of rules that define how a web browser should display an HTML.
CSS Pertemuan 12 Matakuliah: L0182 / Web & Animation Design Tahun: 2008.
CM143 Week 4 Introducing CSS. Cascading Style Sheets A definition for the style in which an element of the webpage will be displayed Border width, colour,
Working with Cascading Style Sheets. 2 Objectives Introducing Cascading Style Sheets Using Inline Styles Using Embedded Styles Using an External Style.
Web Design is a class created to nurture the minds of high school techies, and introduce those without prior knowledge to the field.
Stylin’ with CSS. 2 Topics What is CSS? Why CSS? CSS Examples.
Basics of HTML.
Working with Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of a document.
Using Cascading Style Sheets. Introduction to Styles and Properties  Cascading Style Sheets (CSS) are a standard set by the World Wide Web Consortium.
Chapter 11 Cascading Style Sheets: Part I The Web Warrior Guide to Web Design Technologies.
XP Tutorial 7New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks.
STYLING THE WEBSITE - EXTERNAL CSS BY JORGE MARTINEZ.
Cascading style sheets (CSS)
ITCS373: Internet Technology Week 3: Introduction to CSS Dr. Faisal Al-Qaed.
 A style sheet is a single page of formatting instructions that can control the appearance of many HTML pages at once.  If style sheets accomplished.
CSS My favourite ICT lesson By Federico Boschi Cascading Style Sheets.
Just A Few More Fun Objectives 1 Having Some Fun With Java Script 2 Using Style Sheets.
CASCADING STYLE SHEETS. Chapter 3 Objectives Customize HTML elements Specify Font characteristics Classes Tag style Inline and block-level elements External.
Cascading Style Sheets Chapter Four. What are they? A set of style rules that tell the web browser how to present a web page or document. Cascading Style.
INTRODUCTION TO CSS. OBJECTIVES: D EFINE WHAT CSS IS. K NOW THE HISTORY OF CSS. K NOW THE REASON WHY CSS IS USED. CSS SYNTAX. CSS ID AND CLASS.
Tutorial 5 Formatting with CSS. Objectives Session 5.1 – Evaluate why CSS styles are used – Determine where to write styles – Create an element selector.
CSS Basic (cascading style sheets)
CS134 Web Design & Development Cascading Style Sheets (CSS) Mehmud Abliz.
ECA 228 Internet/Intranet Design I Intro to Markup.
Chapter 3 CSS. Vacabulary CSS: 层叠样式表 Syntax: 语法 Selector: 选择器 filter :滤镜 / 过滤器 background: 背景 property: 属性.
DIV, Span, CSS.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
3. Cascading Style Sheets (CSS) M. Udin Harun Al Rasyid, S.Kom, Ph.D Lab Jaringan Komputer.
Cascading Style Sheets CSS. Source W3Schools
Introduction to CSS. What is CSS? CSS ("Cascading Style Sheets") determines how the elements in our XHTML documents are displayed and formatted. By using.
CNIT 132 – Week 4 Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of.
Cascading Style Sheets
Web Technologies Beginning Cascading Style Sheets (CSS) 1Copyright © Texas Education Agency, All rights reserved.
NASRULLAHIBA.  It is time to take your web designing skills to the next level with Cascading Style Sheets (CSS). They are a way to control the look and.
Creating Layouts with CSS. Span tag Here is some underlined text. Here is some blinking text. Here's some bold text.
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
XP Tutorial 7New Perspectives on HTML and XHTML, Comprehensive 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks Tutorial 7.
Formatting Text with HTML and CSS. Summary block-level elements. Character-level elements Logical and physical style Special elements: hr,address, quotation.
CSS Details Cascading Style Sheets. Lesson Overview  In this lesson, you will learn:  To use CSS properties for fonts  Evaluate whether to use pts,
WEB FOUNDATIONS CSS Overview. Outline  What is CSS  What does it do  Where are styles stored  Why use them  What is the cascade effect  CSS Syntax.
Working with Cascading Style Sheets
CSS for Styling Text.
Session 5: HTML J 0394 – Perancangan Situs Web Program Studi Manajemen
Cascading Style Sheets - Building a stylesheet
Introduction to CSS.
Introduction to Cascading Style Sheets (CSS)
Training & Development
Web Design and Development
CSS Styles Fonts and Colors.
Cascading Style Sheets - Building a stylesheet
Stylin’ with CSS.
Session IV Chapter 15 - How Work with Fonts and Printing
Cascading Style Sheets
Presentation transcript:

Session 8: Cascading Style Sheet J 0394 – Perancangan Situs Web Program Studi Manajemen Program Studi Manajemen Universitas Bina Nusantara

BWD Bina Nusantara University 2 Cascading Style Sheet HTML was originally developed primarily as a universal coding system that would enable anyone to view the same pages. HTML offered structural formatiing but did not allow designers much control over the appearance of the page. While the browser manufacturers were trying to satisfy this, the World Wide Web Consortium went to work on a system that would keep HTML universal while allowing designers more control over the look of their pages that is called Cascading Style Sheet

BWD Bina Nusantara University 3 Cascading Style Sheet (2) CSS is a simple style that let you assign several properties at once to all the elements on your page marked with a particular TAG. For example, display H1 headers in a particular size, font, and color.

BWD Bina Nusantara University 4 Cascading Style Sheet (3) The Advantages of using Style Sheet: –Save time –Easy to change –Computers are better at applying styles consistently than you are –Styles let you control text in ways that are out of reach of HTML TAGS –Styles make it easy to create a common format for all your Webpages and you still only have to define the style once

BWD Bina Nusantara University 5 Cascading Style Sheet (4) Disadvantages of using style sheets: –No browser supports them completely. –CSS is in a state of change –Take a more time to learn how to use them, because they have a distinct syntax.

BWD Bina Nusantara University 6 Cascading Style Sheet (5) The Anatomy of a Style: –Made up of a tag name –Each definition contains a property, a colon, and one or more values –Some properties can be grouped together with a special umbrella property

BWD Bina Nusantara University 7 The Anatomy of a Style (continued): –Definition always look the same, whether the style is applied locally, internally, or externally. The only difference is in the punctuation surrounding them (curly brackets vs. quote marks) –Some properties are automatically inherited from tag to tag.

BWD Bina Nusantara University 8 Cascading Style Sheet (6) Style Sheets Properties : –Colour and background properties –Font properties –Text properties –Box properties –Classification properties –Positioning properties –Printing properties –Filter properties –Miscellaneous properties

BWD Bina Nusantara University 9 Cascading Style Sheets (7) Colour and Background Properties –color:”color_value” –background-color:”color_value | transparent” –background-image:”URL | none”

BWD Bina Nusantara University 10 Cascading Style Sheets (8) Font Properties –font-size:”absolute_size | relative_size | length | percentage” –font-family:“[[family_name | generic_family],]* [family_name | generic_family]” –font-weight:”normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900” –font-style:”normal | italic | oblique”

BWD Bina Nusantara University 11 Cascading Style Sheets (9) Text Properties –letter-spacing:”normal | length” –text-decoration:none | [ underline || overline || line-through || blink ] –text-align:“right | left | center | justify” –text-indent:”length | percentage”