Web Design I Spring 2009 Kevin Cole Gallaudet University 2009.02.22.

Slides:



Advertisements
Similar presentations
Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
Advertisements

HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
HTML popo.
Cascading Style Sheets
CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
/k/k 1212 Cascading Style Sheets Part one Marko Boon
Layout using CSS. Using multiple classes In the head:.important{font-style:italic;}.title{color:red;} In the body: Here's a type of paragraph that is.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
Introduction to CSS. What is CSS? A CSS (cascading style sheet) file allows you to separate your web sites (X)HTML content from it’s style. Use your (X)HTML.
Very quick intro HTML and CSS. Sample html A Web Title.
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.
Cascading Style Sheets Based on Castro, HTML for the WWW, 6 th edition Ron Gerton, Fall 2007.
Recognizing the Benefits of Using CSS 1. The Evolution of CSS CSS was developed to standardize display information CSS was slow to be supported by browsers.
กระบวนวิชา CSS. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to.
Introduction to Cascading Style Sheets (CSS) Module 2: HTML Basics LESSON 4.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Web Workshop: CSS Objectives: - “What is CSS?” - Structure of CSS - How to use CSS in your webpage.
Cascading Style Sheet (CSS) Instructor: Dr. Fang (Daisy) Tang
4.01 Cascading Style Sheets
Bayu Priyambadha, S.Kom. for long documents, you can even have links to other locations in that same document  … where ident is a variable for identifying.
Basics of HTML.
© 2012 Adobe Systems Incorporated. All Rights Reserved. LEARNING THE LANGUAGE OF THE WEB INTRODUCTION TO HTML AND CSS.
CSS Cascading Style Sheets By Garrett Garman. CSS Why use Style Sheets? Separates Appearance and Structure Modularity Quick and Easy changes Flexibility.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
18 People Surveyed HTML (HyperText Markup Language) HTML “tags” Describes structure Building blocks Headings, paragraphs, lists, links, images, quotes,
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
I NTRO TO CSS IAT100 Spring I NTRO TO CSS Covered in this lesson: Overview What is CSS? Why to use CSS? CSS for Skinning your Website Structure.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
CHAPTER 1 HTML & HTML5 I อ. ยืนยง กันทะเนตร คณะเทคโนโลยีสารสนเทศและการสื่อสาร มหาวิทยาลัยพะเยา 1.
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.
Web Design I Spring 2009 Kevin Cole Gallaudet University
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
HTML CSS JAVASCRIPT. HTML - Stands for Hyper Text Markup Language HTML is a ‘language’ that describes web pages. This language is a collection of codes.
CSS Cascading Style Sheets. CSS Advantages Greater typography and page layout control Style is separate from structure Styles can be stored in a separate.
XHTML and CSS. The Browser The browser is not print!
Advanced Web Development Instructor: Thomas Bombach.
Cascading Style Sheets
Cascading Style Sheets CSS.  Standard defined by the W3C  CSS1 (released 1996) 50 properties  CSS2 (released 1998) 150 properties (positioning)  CSS3.
XHTML Formatting font with a style declaration. Formatting Font HTML uses the font tag to change size and family of font But… the font tag is being deprecated.
Web Design (12) CSS Introduction. Cascading Style Sheets - Defined CSS is the W3C standard for defining the presentation of documents written in HTML.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
CSS Hadas Kahsay. Overview  What is CSS  Basic syntax of CSS Rules  How to link CSS style to html documents  Browsers and CSS  Advantages of CSS.
How to… Cascading Style Sheets. How to Insert a Style Sheet When a browser reads a style sheet, it will format the document according to it. There are.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
Html Karl W Broman Department of Biostatistics Johns Hopkins University
BEGINNER WEB DESIGN. INTRODUCTION Vocabulary Design Tools of the Trade HTML CSS.
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.
Group 9: Through examples, explain how to build a css navigation bar. Presented by: Daniel Ku, Matt Iannacci & Iphia Henry.
JavaScript and Ajax (JavaScript Dynamic HTML (DHTML)) Week 7 Web site:
Chapter 1: Intro to HTML Section 1: HTML Structure Presentation Section 2: Layout of an HTML File Section 3: Working with Lists & Tables Section 4: HTML.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
Introduction to HTML Hypertext Mark-up Language. HTML HTML = Hypertext Mark-up Language Is just plain simple text marked up by “tags” You can create a.
HTML & CSS Contents: the different ways we can use to apply CSS to The HTML documents CSS Colors and Background CSS Fonts CSS Text CSS box model: padding,
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.
Creating Web Documents CSS examples (do more later) Lab/Homework: Read chapters 15 & 16. Work on Project 3, do postings.
Web Basics: HTML/CSS/JavaScript What are they?
4.01 Cascading Style Sheets
Spring 2009 Kevin Cole Gallaudet University
Spring 2009 Kevin Cole Gallaudet University
Computers and Scientific Thinking David Reed, Creighton University
Training & Development
Chapter 2 HTML & CSS.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Computer communications
4.01 Cascading Style Sheets
Presentation transcript:

Web Design I Spring 2009 Kevin Cole Gallaudet University

Plain Text No layout (structure, format)‏ No color No images No fonts No LINKS!

Plain Text Example This is a plain text file. There is nothing fancy. No fonts. No bold. No centering. No images.... It looks like it was typed on an old typewriter.

Markup Copy editors "mark up" plain text Use special symbols and abbreviations Commonly recognized standards

Markup example The quik quick brown fox...¶ Examples of common symbols:

Language Markup evolved from pen/paper to computers Standard Generalized Markup Language (SGML)‏ SGML difficult to learn

HyperText hyper-: extra, super, more than hypertext: text that "does more" Text "within" text links allow active cross-referencing A web of documents woven together

HTML HyperText Markup Language (HTML) is a standard set of codes (tags, and attributes) recognized by several different computer programs, which allows documents to be linked together and "marked up" with layout, fonts, colors, and pictures.

HTML Example Main Page My Home Page Hello, world! My Home Page Hello, world!

HTML Example Main Page My Home Page Hello, world! My Home Page Hello, world!

Some layout considerations Splitting into multiple pages Layout (position, columns)‏ Fonts and text emphasis Pictures Background and text colors

Style element: a meaningful section of a document examples include paragraphs, headings, lists, tables elements have functional meaning, and a default style style: color, size, position, borders, etc element function and style should be independent

Cascading Style Sheets (CSS)‏ style sheet: a list of styles for an element of text Examples: h1 {font-size: 32px; color: red;} p {margin: 1.2em 0;} The element will appear in red and large font. The element will have specific margins.

Plain text editors Produces files which are compatible with Windows, Mac OS X, Linux, BSD, Unix, etc. Do not "think" for you and "help" you by adding unexpected, unwanted format codes Do not hide information HTML is plain text with "markup" codes added.

page1.html My First Page My First Page This is a simple paragraph on a simple web page. Another paragraph... A third paragraph.

style1.css h1 {font-family: verdana; font-size: 48px; color: red;} p {margin: 1.2em 0;} img {border: thin solid green; padding: 5px;}

style2.css body {background: #ffffbf;} h1 {font-family: monospace; font-size: 20px; color: blue;} p {margin: 50px; font-family: cursive; font-size: 16px;} img {display: none;}

page1.html My First Page My First Page This is a simple paragraph on a simple web page. Another paragraph... A third paragraph.