Web Design I Spring 2009 Kevin Cole Gallaudet University 2009.02.27.

Slides:



Advertisements
Similar presentations
HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
Advertisements

HTML popo.
CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
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.
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.
Today’s objectives  Element relations – tree structure  Pseudo classes  Pseudo elements.
Advance CSS (Menu and Layout) Miftahul Huda. CSS Navigation MENU It's truly remarkable what can be achieved through CSS, especially with navigation menus.
Web Pages and Style Sheets Bert Wachsmuth. HTML versus XHTML XHTML is a stricter version of HTML: HTML + stricter rules = XHTML. XHTML Rule violations:
กระบวนวิชา 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.
CSE CASCADING STYLE SHEETS CSS Faculty of Computer Science and Engineering.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Style sheets can also affect the BODY. style4.css BODY {BACKGROUND-COLOR : white} H1 {COLOR : red; FONT-SIZE : 50; FONT-FAMILY : arial} H2 {COLOR : green}
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
Style sheets can also affect the body. style4.css body {background-color : white} h1 {color : red; font-size : 50; font-family : arial} h2 {color : green}
Cascading Style Sheet (CSS) Instructor: Dr. Fang (Daisy) Tang
4.01 Cascading Style Sheets
Web Page Creation Part II ST: Introduction to Web Interface Design Prof. Angela Guercio.
Selectors thru Borders. CSS – Cascading Style Sheets – is a way to style HTML HTML is the content base of a web page CSS provides the presentation qualities.
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
Computer Science 101 HTML. World Wide Web Invented by Tim Berners-Lee at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland (roughly.
CompSci Today’s topics Networks & the Internet Basic HTML ä The basis for web pages ä “Almost” programming Upcoming ä Connections ä Algorithms.
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
HTML - Quiz #2 Attendance CODE:
LING 408/508: Programming for Linguists
Headings, Paragraphs, Formatting, Links, Head, CSS, Images
Web Design I Spring 2009 Kevin Cole Gallaudet University
Tutorial #2 Creating Links. Tutorial #1 Review Basic Page (DOCTYPE, HTML, Head, Title, Body) Tags Structure( ),,,,,, Nested Tags content Tag Attributes.
Chapter 12 Cascading Style Sheets: Part II The Web Warrior Guide to Web Design Technologies.
 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.
Web Pages: Creating & Maintaining Body Tags. There have been several versions of HTML since its inception. VersionYear HTML1991 HTML HTML
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
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.
Today’s objectives  Review  CSS | Rules | Declarations  HTML Structure document  Class asignment.
ITP 104.  Basic HTML using and form  Using Filezilla  public_html ▪ 755 permission  Have a directory name itp104 ▪ 755 permission  classpage.html.
CHAPTER 1 HTML & HTML5 I อ. ยืนยง กันทะเนตร คณะเทคโนโลยีสารสนเทศและการสื่อสาร มหาวิทยาลัยพะเยา 1.
CO1552 – Web Application Development Cascading Style Sheets.
A Basic Web Page. Chapter 2 Objectives HTML tags and elements Create a simple Web Page XHTML Line breaks and Paragraph divisions Basic HTML elements.
Web Design I Spring 2009 Kevin Cole Gallaudet University
ALBERT WAVERING BOBBY SENG. Week 2: HTML + CSS  Quiz  Announcements/questions/etc  Some functional HTML elements.
HTML - Quiz #2 Attendance CODE:
XHTML and CSS. The Browser The browser is not print!
 Use the think diagram … ISP Server.
Creating Your Own Webpage COSC Cascading Stylesheets Think of: HTML: content of your webpage HTML has tags CSS: presentation and appearance of your.
ECA225 Applied Interactive Programming Cascading Style Sheets, pt 1 ECA 225 Applied Online Programming.
Advanced Web Development Instructor: Thomas Bombach.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
LING 408/508: Programming for Linguists Lecture 10 September 30 th.
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.
HTML – The Basics COE 201- Computer Proficiency. The Internet The World Wide Web ▫Also known as the Web ▫Created in 1989  European Laboratory for Particle.
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.
Lecture 2: Cascading Style Sheets (CSS) Instructor: Dr. M. Anwar Hossain.
HTML Assoc. Prof. Rozinah Jamaludin 28 January 2010.
1 HTML: HyperText Markup Language Representation and Management of Data on the Internet.
Tutorial #1 Using HTML to Create Web Pages. HTML, XHTML, and CSS HTML – HyperText Markup Language The tags the browser uses to define the content of the.
Chapter 5 pp HTML Elements & Attributes Format Content Or Examples This Text Is A Hyperlink.
ECA 228 Internet/Intranet Design I Cascading Style Sheets.
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 Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
1 R3 R1 R5 R4 R6 R2 B B A A Looking at the Code Under the View menu Select Source.
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.
Spring 2009 Kevin Cole Gallaudet University
Creating Your Own Webpage
Spring 2009 Kevin Cole Gallaudet University
Spring 2009 Kevin Cole Gallaudet University
Web Design and Development
Presentation transcript:

Web Design I Spring 2009 Kevin Cole Gallaudet University

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

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

Tags... begin & end HTML docs... contain "meta" data... shows in window top bar... page content... heading level 1 (big)‏... heading level 6 (small)‏... paragraph... usually boldface... emphasis (usually italic)‏ image – no end tag

Proper "nesting" A "nested" tag pair is completely contained inside another tag pair This is right. This is wrong.

Attributes provide information for a tag some tags require attributes ( img, a, meta )‏ format: attribute="value" Img tag requires src="filename.ext" or src="URL" Uniform Resource Locator (URL) – fancy name for a web address

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

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.