AdvWeb-1/9 DePaul University SNL 262 Web Page Design Chapt 11 - Custom Background And Colors Instructor: David A. Lash.

Slides:



Advertisements
Similar presentations
HyperText Markup Language (HTML) – Part 2 Laboratory of Intelligent Networks KUT Youn-Hee Han from
Advertisements

MA10126 Further HTML and Web design Gavin Shaddick
WEB PAGES: CREATING AND MAINTAINING ** Frank Romanelli Instructor: Wednesday: 10:15 -11:15 Week 3.
CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
ITEC 745 Instructional Web Authoring I Instructor: Ray Cole Week 6.
Stylin’ with CSS. 2 Topics What is CSS? Why CSS? CSS Examples.
HTML IFRAMES, COLORS, ENTITIES, URL. HTML IFRAMES An iframe is used to display a web page within a web page. Apep Kamaludin, MT. |
Design, Formatting, CSS, & Colors September 9, 2010.
Math Further HTML and Web design Gavin Shaddick
HTML Computing Concepts HTML - An Introduction 1.
1 Custom Background And Colors Text Formatting and Font Control Using Images Using HTML and JavaScript to Develop Websites.
Tutorial 3 Designing a Web Page.
Workshop: CSS-Part I Cascading Style Sheets add style to your HTML web pages.
David Lash DePaul University SNL 262 Web Page Design Chapt 10 - Custom Background And Colors Chapt 6 - Text Formatting and Font Control Instructor: David.
RGB color model Skills: none IT concepts: combining red, green and blue light to generate colors This work is licensed under a Creative Commons Attribution-Noncommercial-
AdvWeb-1/12 DePaul University SNL 262 Web Page Design Chapt 10 - Putting Graphics on A Web Page Instructor: David A. Lash.
More HTML Chapter 4. 2 Nesting Tags How do you write the following in HTML? The wrong way: This is really, REALLY fun ! Tags must be correctly nested.
WEB PAGES: CREATING AND MAINTAINING ** Tom Keane & Mayis SeapanInstructors: HTML Tags to format your text.
AdvWeb-1/15 DePaul University SNL 262 Web Page Design Links In HTML Instructor: David A. Lash.
HTML BASIC
Computer Science 101 Number Systems. Humans Decimal Numbers (base 10) Decimal Numbers (base 10) Sign-Magnitude (-324) Sign-Magnitude (-324) Decimal Fractions.
Stylin’ with CSS. 2 Topics What is CSS? Why CSS? CSS Examples.
Colour & Image in HTML Wah Yan College (Hong Kong) Mr. Li C.P.
Computer Sciences Department
HIGHER COMPUTING CSS. WHAT IS CSS? CSS: Cascaded Style Sheets used to separate a web site’s content(information) from its style(how it looks).
AdvWeb-1/13 DePaul University SNL 262 Web Page Design Links In HTML Instructor: David A. Lash.
Computer Science 101 HTML. World Wide Web Invented by Tim Berners-Lee at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland (roughly.
Creating Web Pages with Links, Images, and Formatted Text.
What is HTML ? HyperText Markup Language. The authoring language of the Web is currently HTML, which stands for HyperText Markup Language. Future versions.
© 2000 – All Rights Reserved – Page 1 Web Color. © 2000 – All Rights Reserved – Page 2 Issues with Color Every hardware setup is different –graphics card.
HTML 4.0 History and Application By: Marc Mayzes.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 3 Key Concepts 1 Copyright © Terry Felke-Morris.
Copyright © 2003 Pearson Education, Inc. Slide 4-1 Created by, Stephanie Ludi, Rochester Institute of Technology—NY Basic Web Page Construction Graphics.
CHAPTER 3 USING HYPERLINKS TO CONNECT CONTENT. LEARNING OBJECTIVES How to use the and anchor tag pair to create a text-based hyperlink. How to use the.
1 Basic HTML. 2 Part 1: Basic Web Page Production.
Kevin Murphy Web Color Basics Masters Project CS 490.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Formatting Text and Lists Essentials for.
Introduction To CSS.. HTML Review What is HTML used for? Give some examples of formatting tags in HTML? HTML is the most widely used language on the Web.
Department of Information Technology Chapter 8 - Creating Hypertext links Lecturer: Ms Melinda Chung.
15.2 More Basic HTML. More Basic HTML Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features.
Getting Started with HTML Please use speaker notes for additional information!
G053 Lecture 12 Introduction To HTML Mr C Johnston ICT Teacher
_______________________________________________________________________________________________________________ PHP Bible, 2 nd Edition1  Wiley and the.
Web Colors. Web Colors: Up until now, we have been using only pre- defined color names, such as "orange" and "lightblue". As web designers, we need the.
Stylin’ with CSS Monday October 8 th and Tuesday October 9 th.
College of Micronesia- FSM Pohnpei State Campus GEORGE S. MANGONON, MBA Chair, Math/Sci Division September 15-25, 2008.
College of Micronesia- FSM Pohnpei State Campus GEORGE S. MANGONON, MBA Chair, Math/Sci Division September 15-25, 2008.
 To specify blue as the background color for a page, put bgcolor=“blue” inside the tag. Of course, you can use many colors other than blue. You can choose.
Ch 6 Color Image processing CS446 Instructor: Nada ALZaben.
CSU - DCE Introduction to CSS CSS Colors - Fort Collins, CO Copyright © XTR Systems, LLC Cascading Style Sheets - Specifying Color Instructor: Joseph.
HTML & Color How to Use Color  Backgrounds-  Usually a light color is best  Should have a color based on a theme or plan  Can have a dark.
CS543: WEB APPLICATION PROGRAMMING Lab 1: HTML tags & SW installation Computer Science Department.
Colors of Pigment The primary colors of pigment are magenta, cyan, and yellow. [
Elements of Design 1.02 Investigate Design Principles and Elements.
G046 Lecture 03 Introduction To HTML Mr C Johnston ICT Teacher
Art Class for 1 st Grade with Ms. Jenzano Click the Paint Brush to Move on.
CSS Cascading Style Sheets *referenced from
ColorsColors. Color Keywords/Names 140 color keywords/names are defined in the HTML and CSS color specification –17 standard colors (HTML accepts 16 of.
Basic Web Publishing M. Scott Gartner 7/15/98.
G053 Lecture 12 Introduction To HTML Mr C Johnston ICT Teacher
Create a new stylesheet called Hotel Style
Basic HTML Tags Ryan Frazier April 30,2004 CSC113.
Introduction to HTML.
CSCI-235 Micro-Computers in Science
Cascading Style Sheets
An Introduction to Color
Web Colors.
Stylin’ with CSS.
Stylin’ with CSS.
Presentation transcript:

AdvWeb-1/9 DePaul University SNL 262 Web Page Design Chapt 11 - Custom Background And Colors Instructor: David A. Lash

AdvWeb-2/9 Color Attributes For Body Tags u BODY Tag has specific attributes to set up the colors on your web page: – Background Color: – Link Color – Recently Visited Links – Links Briefly blink when someone visits them: – Put it all together Click here for example

AdvWeb-3/9 16 Standard Colors u You can select from 16 standard “named” colors that include : – black, white,red, green, – blue, yellow, magenta (aka fuchsia), – cyan (aka aqua), purple, gray, lime, – maroon, navy, olive, silver and teal.

AdvWeb-4/9 Mix & Match Colors u The RRGGBB Format many colors possible. Amount of Red (from 0-255) Amount of Green (from 0-255) Amount of Blue (from 0-255)

AdvWeb-5/9 But Why Only 2 Digits u Intensity of RED, GREEN, or BLUE made in HEXIDECIMAL – 255 = xFF - Says 100% of the intensity. – 204 = xcc - Says 80% intensity. – 153 = x99 - Says 60% intensity – 102 = x66 - Says 40% intensity. – 51 = x33 - Says 20% intensity. – 00 = x00 - Says 00% intensity. u So what would these be –

AdvWeb-6/9 But Why Only 2 Digits u Here is a Table of Decimal to Hexidecimal conversionDecimal to Hexidecimal conversion u Here is a complete color chartcomplete color chart u Browser Safe Colors - there are only 216 colors are common between the color palette of MACs, Win95 and Windows. (AKA Browser safe)

AdvWeb-7/9 Background Images u You can use an external file for "wallpaper" or background image. – Wallpaper is a small picture file that is repeated over and over on the background – An example from book that uses tiling or wallpaper.book that uses tiling or wallpaper. – Here is the actual gif file.actual gif file. – Here is the HTML line u Here is the actual gif file for my home page.gif file for my home page – Here is the HTML line

AdvWeb-8/9 More On Background Images u You can use an external file for "wallpaper" or background image. – Wallpaper is a small picture file that is repeated over and over on the background – An example from book that uses tiling or wallpaper.book that uses tiling or wallpaper. – Here is the actual gif file.actual gif file. – Here is the HTML line u Here is the actual gif file for my home page.gif file for my home page – Here is the HTML line

AdvWeb-9/9 More On Background Images u Pick a complementary tile not one that overwhelms the page overwhelms the page u Finding backgrounds: – Check out the Yahoo Indexthe Yahoo Index – Another site (found from Yahoo) that has about 100 backgrounds to choose fromthat has about 100 backgrounds to choose from