Web Design I Spring 2009 Kevin Cole Gallaudet University 2009.02.05.

Slides:



Advertisements
Similar presentations
© 2004, Robert K. Moniot Binary and Hex How to count like a computer.
Advertisements

Web Pages and Style Sheets Bert Wachsmuth. HTML versus XHTML XHTML is a stricter version of HTML: HTML + stricter rules = XHTML. XHTML Rule violations:
4.01 HTML, CSS and Color. Introduction This presentation includes the following topics: Additive color theory Color Names RGB Colors Hex Colors.
HTML IFRAMES, COLORS, ENTITIES, URL. HTML IFRAMES An iframe is used to display a web page within a web page. Apep Kamaludin, MT. |
© red ©
Lecture 5. CSS 2 What style will be used when there is more than one style specified for an HTML element? Generally speaking we can say that all the styles.
Exploring Windows 98 and Essential Computing Concepts - Chapter 1 1 Exploring the Internet Chapter 1 Welcome to Cyberspace: The Internet and World Wide.
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-
Color (1) Turtle class contains a method to change the pen color Note: before using Color class, you should add following line in the top of the source.
Week 1. Careers in Web Development  How many of you want to go into the field of Web Development or Web Programming? Introduction to Web 2 Web Designer.
Contains 16,777,216 Colors. My Car is red My Car is red How do I add colors to my web page? Notepad Browser Works with the “Standard” colors: Red, Green,
Colour & Image in HTML Wah Yan College (Hong Kong) Mr. Li C.P.
Primaries: magenta, yellow, and cyan This color system is called subtractive because: each primary color absorbs (subtracts) a certain part of the color.
Link and Table in HTML. Statistics HTML review The two faces of a HTML file In a notepad program. In a internet browser program. The function of HTML.
ICC565 Designing Interactivity Stephen Masiclat Director, Graduate Program in Media Management Jeffrey Passetti Adjunct Professor.
Version 1.0, 30 June 2004 APPLICATIONS OF METEOSAT SECOND GENERATION (MSG) RGB IMAGES: PART 02 INTRODUCTION TO RGB COLOURS Author:Jochen Kerkmann (EUMETSAT)
Web Design Vocab 12 The Last one! Applet, HTTPS, RGB Color, Rollover, Server.
CMYK vs. RGB Design. Primary colors The colors that make up the base for every other color created. Depending on whether you are looking at it from science,
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 3 Key Concepts 1 Copyright © Terry Felke-Morris.
Review of HTML Review of HTML CPSC 120 Principles of Computer Science March 26, 2012.
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
Anatomy of a URL: Finding Broken Links Dr. Steve Broskoske Misericordia University.
Kevin Murphy Web Color Basics Masters Project CS 490.
Unit 1 — HTML BASICS Lesson 2 — HTML Organization Techniques.
Exploring Microsoft Office Welcome to Cyberspace: The Internet and World Wide Web1 Exploring the Internet Chapter 1 Welcome to Cyberspace: The Internet.
Web Design I Spring 2009 Kevin Cole Gallaudet University
What are the five colors in the legend? Enter the information below (5 points) 0000FF = = FFFFFF = 00FF00 = FF0000 = Color Theory Legend: income.
Review session for Web development. Time line of the internet history When was the ARPANET first demostrated? When did the NFSNet replace it? When did.
Most of the attributes of the body element specify colors for the Web page. Note: The background attribute won’t be useful till we learn about graphics.
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.
 Komodo Edit Project › Helping you find your folder  Laptop › Delete what you don’t need › Keep class “doodles” in a single “sandbox” folder  Isis.
Hexadecimal Codes 1. RGB Color Wheel 2 Before we begin Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent.
Applying Color in CSS Web Design – Sec 4-5 Part or all of this lesson was adapted from the University of Washington’s “ Web Design & Development I ” Course.
Computer Science 101 Color, Fonts, Links, Design.
# Red Green Blue Digital Color RGB to HEX.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Images  Colors.
HEXADECIMAL NUMBERS.
Colors of Pigment The primary colors of pigment are magenta, cyan, and yellow. [
Announcements Chapter 8 for today. 2 More Digitization Light, Sound, Magic: Representing Multimedia Digitally © Lawrence Snyder, 2008.
Elements of Design 1.02 Investigate Design Principles and Elements.
The Web. Web Servers and File Transfer Protocol (FTP)
Color in Web Design. Overview: Color Topics Myths & Misconceptions Hexadecimal Notation Color Concepts and Issues.
CompSci Today’s topics Networks & the Internet Basic HTML ä The basis for web pages ä “Almost” programming Upcoming ä Connections ä Algorithms.
HSB to RGB to HEX.
PART TWO Electronic Color & RGB values 1. Electronic Color Computer Monitors: Use light in 3 colors to create images on the screen Monitors use RED, GREEN,
Writing Web Pages in HTML HTML.1 The Web  Lots of computers connected together in a collection of networks  HyperText Markup Language (HTML) is a common.
CompSci Today’s topics Basic HTML  The basis for web pages  “Almost” programming Upcoming  Programming  Java Reading Great Ideas Chapters 1,
CompSci 4 – Jan 18, 2005 Last time – Be a Robot –Turn in writeup Assignment 1 due Thursday Today – Learn HTML –Laptop cart Thursday – bring laptop if can.
CompSci 1 Lecture 2 HTML Webpages. Today’s Topics Basic HTML The basis for web pages “Almost” programming Upcoming Programming Java Reading Great Ideas.
ColorsColors. Color Keywords/Names 140 color keywords/names are defined in the HTML and CSS color specification –17 standard colors (HTML accepts 16 of.
Review session for Web development. Today’s class Review the web designing. Filling out instructor evaluation form.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Basic HTML Tags Ryan Frazier April 30,2004 CSC113.
4.01 HTML, CSS and Color.
Hexadecimal Sweet Sixteen!.
Spring 2009 Kevin Cole Gallaudet University
Web Development & Design Foundations with HTML5 8th Edition
Design Concepts: Module A: The Science of Color
Spring 2009 Kevin Cole Gallaudet University
Today’s topics Networks & the Internet Basic HTML
4.01 HTML, CSS and Color.
Web Development & Design Foundations with HTML5
Information in Computers
Hexadecimal Binary Made Easier.
HTML (Hypertext Markup Language )
Two ways to discuss color 1) Addition 2) Subtraction
Colors Computers build colors from Red, Green, and Blue; not Red, Blue, and Yellow. RGB = Red Green Blue Creating Colors Red + Blue = Purple No Red, No.
What Color is it?.
Web Colors.
4.01 HTML, CSS and Color.
Presentation transcript:

Web Design I Spring 2009 Kevin Cole Gallaudet University

Uniform Resource Locator (URL)‏ http: protocol //dc.ubuntu-us.org/ web server computer name resources/ folder name tutorials/ folder name lab-tips.html file name

links.html Links Links In the same folder. On another web site. Learn about the White House.

links.html

Colors Mixing red, green and blue (RGB)‏ Values range from 00 to ff # means R=00, G=00, B=00 BLACK #ff0000 means R=ff, G=00, B=00 RED #7f0000 means R=7f, G=00, B=00 DARK RED #ff00ff means R=ff, G=00, B=ff MAGENTA #ffffff means R=ff, G=ff, B=ff WHITE #00ff00 means R=00, G=ff, B=00 GREEN

Color help Google "hex color chart" Many colors also have logical names (for example, "#ff0000" is the same as "red")‏ (only 16 of the 150 listed are offical standard names, but most browsers understand all 150 color names)‏