Art 128 Interface Programming 1 In-class Presentation Week 2B

Slides:



Advertisements
Similar presentations
Web Pages Week 10 This week: CSS Next week: CSS – Part 2.
Advertisements

Cascading Style Sheets
Cascading Style Sheets: Basics I450 Technology Seminar Copyright 2003, Matt Hottell.
HTML Overview - Cascading Style Sheets (CSS). Before We Begin Make a copy of one of your HTML file you have previously created Make a copy of one of your.
Web Pages and Style Sheets Bert Wachsmuth. HTML versus XHTML XHTML is a stricter version of HTML: HTML + stricter rules = XHTML. XHTML Rule violations:
Chapter 7 Using Advanced Cascading Style Sheets HTML5 & CSS 7 th Edition.
Interface Design 2 Week 9. Interface Design 2 :: Week 9 :: Calendar.
Interface Design 2 Week 10. Interface Design 2 :: Week 10 :: Calendar.
Web Workshop: CSS Objectives: - “What is CSS?” - Structure of CSS - How to use CSS in your webpage.
Cascading Style Sheets Controlling the Display Of Web Content.
CSS Basics LIS Webteam April 8, Why CSS? What’s wrong with HTML? Structure vs Style Early web design used hacks to style webpages with HTML – like.
Interface Programming 1 Week 2. Interface Programming 1 CALENDAR.
Art 128 Interface Programming 1 In-class Presentation Week 3B.
The.htm/.html Mystery When saving the template files in Internet Explorer, they will be named.htm by default. To be consistent with how the code was written.
Art 128 Interface Programming 1 In-class Presentation Week 11B.
Interface Programming 1 Week 15. Interface Programming 1 CALENDAR.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
IPUB 100 Lesson 2 Instructor Mark Lamontagne Homework Review.
Cascading Style Sheets (CSS) Instructor: Mr. Ahmed Al Astal ITGD4104 Department Requirement for senior student University of Palestine Faculty of IT.
 ult.htm ult.htm  This website illustrates the use of CCS (style sheets)
The format is text files, with.htm or.html extension. Hard returns, tabs, and extra spaces are ignored. DO NOT use spaces in file names. File names ARE.
CSS CSS is short for C ascading S tyle S heets. It is a new web page layout method that has been added to HTML to give web developers more control over.
CS134 Web Design & Development Cascading Style Sheets (CSS) Mehmud Abliz.
Linking to an External Style Sheet Web Design Section 4-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Introduction to web development and HTML MGMT 230 LAB.
1 After completing this lesson, you will be able to: Transfer your files to the Internet. Choose a method for posting your Web pages. Use Microsoft’s My.
Planning your site/organization on the Web Please use speaker notes for additional information!
Kapi’olani Community College Art 249 Interface Design 2 In-class Presentation Week 6B.
Interface Programming 1 Week 3. Interface Programming 1 CALENDAR.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
ECA225 Applied Interactive Programming Cascading Style Sheets, pt 1 ECA 225 Applied Online Programming.
© 2011 Delmar, Cengage Learning Chapter 3 Working with Text and Cascading Style Sheets.
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.
Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 3A.
HTML with Style!. What is a Style Sheet? CSS? Style Sheet CSSCascading Style Sheets A “language” for defining style rules. Rules that tell the browser.
Microsoft Expression Web-Illustrated Unit F: Enhancing a Design with CSS.
Web Design (12) CSS Introduction. Cascading Style Sheets - Defined CSS is the W3C standard for defining the presentation of documents written in HTML.
IN THIS LESSON, WE WILL BECOME FAMILIAR WITH HTML AND BEGIN CREATING A WEB PAGE IN YOUR COMPUTER HTML – the foundation.
CSS IS A LANGUAGE DESIGNED TO TARGET HTML ELEMENTS AND NODES BY TYPE, CLASS, ID AND VALUE, AND CHANGE THEIR VALUES CSS – change how your HTML looks and.
Practice for Chapter 3: Assume that you are a freelance web designer and need to create a website to promote your freelance company.
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.
Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 3B.
HTML5 and CSS3 Illustrated Unit C: Getting Started with CSS.
CSS Layout Cascading Style Sheets. Lesson Overview  In this lesson, we’ll cover:  Brief CSS review  Creating sections with the tag  Creating inline.
Cascading Style Sheets - CSS December 20, 2008 NTPCUG Expression Web SIG.
Kapi’olani Community College Art 128 Interface Programming 1 In-class Presentation Week 2B.
CSS Introductions. Objectives To take control of the appearance of a Web site by creating style sheets. To use a style sheet to give all the pages of.
Cascading Style Sheets (CSS) Internal Style Sheets Classes
Objective % Select and utilize tools to design and develop websites.
Getting Started with CSS
Art 128 Interface Programming 1 In-class Presentation Week 1B
CSS: Cascading Style Sheets
>> Introduction to CSS
Cascading Style Sheets (Layout)
Objective % Select and utilize tools to design and develop websites.
Introduction to web design discussing which languages is used for website designing
Using CSS.
Styles and the Box Model
Lesson 4 – Introduction to CSS
Some Stuff You Need to Know
Web Design and Development
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.
Kapi’olani Community College
Art 128 Interface Programming 1 In-class Presentation Week 2A
Session 3: Basic CSS Spring 2009
Kapi’olani Community College
Interface Design 2 Week 11.
Web Programming and Design
Presentation transcript:

Art 128 Interface Programming 1 In-class Presentation Week 2B

:: in-class example VTwelve Design Studio http://www.vtwelvedesign.com

:: in-class lesson Quick review from last class: Setting styles in the header Using external style sheets: Making a new style sheet Linking the style sheet to your html document Controlling the spacing (margins and padding) CSS: selector {property: value;}

:: in-class lesson Setting up your UH personal web site before we set up your account, let’s create some pages to post first. We will create three pages: index.html (your root level UH personal home page) art128/index.html (your Art 128 home page) art128/week2b_linked.html (your 1st in-class assignment)

:: in-class lesson Setting up your UH personal web site (con’t): Set up your sub-folders public_html Art 128 css images Create your root level index.html page Include the following: A header example: “Chris Gargiulo’s UH home page” A link to your Art 128 Home Page example: “Go to my Art 128 Home Page”

:: in-class lesson Setting up your UH personal web site (con’t): 3. Create your Art 128 index.html page Include the following: A header example: “Chris Gargiulo’s Art 128 home page” An assignments section A link to your week 2 linked style sheet assignment example: “week 2 linked style sheet assignment” 4. Post your Art 128 linked style sheet page name it: week2b_linked.html

:: in-class exercise Set up your UH personal web site http://www.hawaii.edu/personalhp/ https://sunsys.its.hawaii.edu/acctmgmt/ Use an FTP program ftp address: uhunix.its.hawaii.edu programs: PC: Filezilla MAC: Fugu Post your three pages online.

:: homework due next class :: 01.24.06 If you didn’t finish in class, finish setting up your UH personal web site. OPTIONAL: design your UH web site however you wish. Keep your content and presentation separate! How? Use style sheets! Have fun with this – you can do whatever you want (add images, change font, color, etc.) Next week we will learn about DIV elements (generic block-level containers) Until then, check out these links: http://www.w3schools.com/tags/tag_div.asp http://www.htmlhelp.com/reference/html40/block/div.html