Cascading Style Sheets (CSS). Learning Objectives To develop an understanding of how CSS can enhance the design of a webpage To create and apply CSS styling.

Slides:



Advertisements
Similar presentations
DREAMWEAVER Welcome to our website!
Advertisements

Learning HTML. > Title of page This is my first homepage. Tells Browser This is an HTML page Basic Tags Tells Browser End of HTML page Header information.
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
CHAPTER 7 STYLING CONTENT WITH CASCADING STYLE SHEETS.
Authoring Languages and Web Authoring Software 4.01 Examine web page development and design.
Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
Chapter 7 Using Advanced Cascading Style Sheets HTML5 & CSS 7 th Edition.
Web Workshop: CSS Objectives: - “What is CSS?” - Structure of CSS - How to use CSS in your webpage.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
Introduction to HTML. What is a Web site? A collection of "pages" or files linked together and available on the World Wide Web What do you need to create.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Dreamweaver MX. 2 Creating External Style Sheets-1 (p. 400) n A style is a group of formatting attributes identified by a single name. n An ________ style.
Robert Vitolo CS430.  CSS (Cascading Style Sheets)  Purpose: To provide a consistent look and feel for a set of web pages To make it easy to update.
Cascading Style Sheets (CSS) 1.  What is CSS?  Why CSS?  How to write a CSS? 2.
Intro to Dreamweaver Web Design Section 7-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course.
Styling and theming Build campaigns in style. What we'll look at... How a web document is structured How HTML and CSS fit together Tools you will need.
Lesson 2 Adding more content to your web page. Thanks to Richard Hudnutt, Luella HS.
Css. Definition Cascading style sheet (CSS) Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.
DWL TOOL FOR CREATING A CUSTOMIZED WEB-BASED SYSTEM GENERATOR Ling-Hua Chang, Sanjiv Behl, Tung-Ho Shieh, Chin-Chih Ou.
Adobe Dreamweaver CS5 - Illustrated Unit D: Working with Text and Cascading Style Sheets.
Unit 10 – Web Authoring Web Authoring – Qatar Tourism Lesson 3 & 4.
Professor Waterman Cascading Style Sheets (CSS) is a language that works with HTML documents to define the way content is presented. The presentation.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
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.
211 Multimedia Web Design Lesson 5/6 Dreamweaver Practice.
Quick Questions 1. What does HTML stand for? 2. What are the three main languages of the Web? 3. What is the purpose of the tags? 4. Why do we indent different.
Are You Smarter Than a 5 th Grader? 1,000,000 5th Grade HTML 5th Grade Syntax 4th Grade HTML 4th Grade Syntax 3rd Grade HTML 3rd Grade Syntax 2nd Grade.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Cascading Style Sheets I Embedded Style Sheets. Page Design ICSS 2Instructor: Sean Griffin What is a Style Sheet? A style sheet is a text file that contains.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
HTML and CSS HTML is used for the content of web pages CSS is used for the style of the web pages You are going to learn how they can be combined to create.
Cascading Style Sheets (CSS) EXPLORING COMPUTER SCIENCE – LESSON 3-5.
Art for New Media 1 - Sketchbook: Look through past examples of the Dreamweaver Practice Gallery on the class website. Pick one that you think.
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
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.
CSE3310: Web training A JumpStart for Project. Outline Introduction to Website development Web Development Languages How to build simple Pages in PHP.
COMP 143 Web Development with Adobe Dreamweaver CC.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
Unit 15 – Web Authoring Web Authoring Project.
Cascading Style Sheets Using HTML. What are they? A set of style rules that tell the web browser how to present a web page or document. In earlier versions.
Continue making your website on Adobe Dreamweaver, adding colour, images and text. Lesson 8 Aim : Q: What's the difference between Batman and a thief?
Anatomy of a Website Adobe Dreamweaver. Overview When you look at a web page, you might wonder how it is made. To display a web page, your Internet browser.
MIT 511- Web Design & Usability
Web Basics: HTML/CSS/JavaScript What are they?
HTML – The COMPUTING UNLOCKED GUIDE
Create and edit web pages 4
Web Design Unit 5.
>> Introduction to CSS
Intro to Dreamweaver Web Design Section 8-1
Styles with Cascading Style Sheets (CSS)
Unit Objectives Create a new page Import text Set text properties
HTML and Website Development
Styles with Cascading Style Sheets (CSS)
Essentials of HTML.
Essentials of HTML.
Lesson Objectives Lesson Outcomes
Lesson 4 – Introduction to CSS
Cascading Style Sheets™ (CSS)
Introduction to HTML5.
BUILDING A WEBSITE 7.4.2: Basics of HTML and CSS.
Exercise 9 Skills You create and use styles to create formatting rules that can easily by applied to other pages in the Web site. You can create internal.
Computer communications
HTML – The COMPUTING UNLOCKED GUIDE
HTML & CSS 7 Languages in 7 Days.
CIS 205—Web Site Design and Development
Unit 13: Website Development
Presentation transcript:

Cascading Style Sheets (CSS)

Learning Objectives To develop an understanding of how CSS can enhance the design of a webpage To create and apply CSS styling to a webpage Consider audience and purpose when developing CSS styles

CSS A web design term, short for 'Cascading Style Sheet'. At set of rules used to define the way a web page is formatted. CSS rules are applied to elements on the page (text, images, hyperlinks) to change their properties such as colour, font type, font size or border colour for example.

Heading/Title Paragraph /Body Text Image Hyperlink

H1 P img a

Tells the web browser that this is a webpage The main body of an webpage where all of the content is placed. Welcome to RetroGames.com All paragraph text within the page. Classic Game Image Hyperlink

Dreamweaver Demonstration

CSS Challenge Create an ‘American’ CSS theme by combining several rules together for the different elements on the page. Copy css_example.html from Topics > ICT-RW to your own user area and open it with Dreamweaver CS4. (Start > All Programs > Adobe Design Premium CS4).

CSS Challenge 2 Copy the same file to your user area again but name it css_example2.html. The audience for this webpage is now children. Create a new set of CSS rules to reflect this.

Plenary Go to andhttp:// share 1 thing you have learned about CSS during this lesson by adding a sticky note to the wall. Be concise, you only have 160 characters! Don’t forget to add your name.