© Keith Vander Linden, 2005 1 The applications of science have built man a well-supplied house, and are teaching him to live healthily therein. They have.

Slides:



Advertisements
Similar presentations
The Web Wizards Guide to HTML Chapter One World Wide Web Basics.
Advertisements

Anatomy of a Web Page. Parts of a Web Page Title Bar Navigation Tool Bar Location Bar Header Graphic/Image Text Horizontal Rule Links.
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Introduction to HTML Bent Thomsen Institut for Datalogi Aalborg Universitet.
HTML and XHTML Controlling the Display Of Web Content.
Introduction to HTML CPS470 Software Engineering Fall 1998.
Extending HTTP to Improve XML Performance CSE 330 Jeffrey R. Ellis.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
WWW and Internet The Internet Creation of the Web Languages for document description Active web pages.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
Creating your website Using Plain HTML. What is HTML? ► Web pages are authored in HyperText Markup Language (HTML) ► Plain text is marked up with tags,
1 The World Wide Web. 2  Web Fundamentals  Pages are defined by the Hypertext Markup Language (HTML) and contain text, graphics, audio, video and software.
1st Project Introduction to HTML.
Week 1 8/10/2015iSTTS, Agenda Introduction to HTML Creating and publishing a Web page Validating a document Main HTML elements Block-level HTML.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
The WWW and HTML CMPT 281. Outline Hypertext The Internet The World-Wide-Web How the WWW works Web pages Markup HTML.
_ HTML, XHTML & CSS Sami Niemelä | Module 1: Introduction to digital media: Day 02.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
Chapter 16 The World Wide Web. 2 The Web An infrastructure of information combined and the network software used to access it Web page A document that.
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Exploring Microsoft Office Word 2007 Chapter 8 Word and the Internet Robert Grauer, Keith.
Reading & Exam Zeid: Chapter 9: XHTML Essential p Read before EXAM 1 Exam is Monday Oct. 25 th Review on Friday Oct. 22 nd.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
Web Programming : Building Internet Applications Chris Bates CSE :
Chapter 8 Introduction to HTML and Applets Fundamentals of Java.
1 John Magee 9 November 2012 CS120 Lecture 17: The World Wide Web and HTML Web Publishing.
HTML: Hyptertext Markup Language Doman’s Sections.
XHTML By Trevor Adams. Topics Covered XHTML eXtensible HyperText Mark-up Language The beginning – HTML Web Standards Concept and syntax Elements (tags)
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
HTML HTML: Hypertext Markup Language. The basic language of the World Wide Web. Developed around 1991 at the CERN lab on the French-Swiss border by Tim.
High Points CSCI 1710 Fall The Internet Packet switching Arpanet Cold War.
Chapter 29 World Wide Web & Browsing World Wide Web (WWW) is a distributed hypermedia (hypertext & graphics) on-line repository of information that users.
The Web Wizard’s Guide to HTML Chapter One World Wide Web Basics.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
XML The Extensible Markup Language (XML ), which is comparable to SGML and modeled on it, describes how to describe a collection of data. A standard way.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
Introduction lab1. Suzanne J. Sultan 2 What is HTML? The definition of HTML is Hyper Text Markup Language. HTML is a computer language devised to allow.
HTML cancho. HTML HyperText Markup Language A set of HTML tags.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
Glencoe Introduction to Web Design Chapter 4 XHTML Basics 1 Review Do you remember the vocabulary terms from this chapter? Use the following slides to.
Introduction to HTML (Web Design) IT Fundamentals.
Introduction to HTML Section A – Programming, HTML
XML Related Technologies
Chapter 1 Introduction to HTML.
Sec (4.3) The World Wide Web.
HTML (Hyper Text Markup Language) HTTP (Hyper Text Transfer Protocol)
CASE STUDY -HTML,URLs,HTTP
HTML HYPERTEXT MARKUP LANGUAGE.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
What is HTML?.
Chapter 16 The World Wide Web.
WEB & HTML Background Info.
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

© Keith Vander Linden, The applications of science have built man a well-supplied house, and are teaching him to live healthily therein. They have enabled him to throw masses of people against one another with cruel weapons. They may yet allow him truly to encompass the great record and to grow in the wisdom of race experience. - V. Bush, Atlantic Monthly, 1945

© Keith Vander Linden, Presenting Information ● HTML ( (Chapter 2) HTMLhttp:// ● XML ( XMLhttp:// ● World-Wide Web ( World-Wide Webhttp://

© Keith Vander Linden, Hypertext Markup Language ● A document formatting language that supports: – Formatted text – Images – Hyperlinks to other documents ● Working with HTML documents: – Web browsers display HTML documents – Editors create/modify HTML documents ● HTML marks up a document’s text using tags.

© Keith Vander Linden, An Example

© Keith Vander Linden,

6 HTML Document Structure Title_Bar_Text Web_Page_Elements

© Keith Vander Linden, HTML Tags – Title bar Acme Traders

© Keith Vander Linden, HTML Tags – Text Formatting Acme Traders Grand Rapids, Michigan, USA Phone: Customer Service

© Keith Vander Linden, HTML Tags – Lists How to Order Select Items View Your Shopping Cart Check Out Shipping and Returns Check on Your Order

© Keith Vander Linden, HTML Tags – Images

© Keith Vander Linden, HTML Tags – Other graphics

© Keith Vander Linden, HTML Tags – Hyper Links Planner

© Keith Vander Linden, HTML Special Characters ©acme.org (7/4/03)

© Keith Vander Linden, HTML Comments

© Keith Vander Linden, HTML Tags – Tables <table align="center" border="5" cellspacing="3" cellpadding="5"> Item Number Description Image 1 Magnet 2 Umbrella

© Keith Vander Linden, XML ● Extensible Markup Language ● An extendable generalization of HTML ● You define your own tags using a document type definition (DTD) ● Is fast becoming a standard information interchange format.

© Keith Vander Linden, An Example Class Keith Reminder Don't forget project 6! Document type definition: XML data file: Example from July, 2003

© Keith Vander Linden, Tim Berners-Lee (1955- ) World Wide Web ● late 1980’s ● Developed the key elements of the WWW: – URL - universal resource locators – HTTP - hypertext transfer protocol – HTML - hypertext markup language ● Provided the basis for an implementation of Vannevar Bush’s vision of the memex. Image from July, 2003

© Keith Vander Linden, How Big is the WWW? ● Who really knows? – “surface” web - ~50 terabytes – “deep” web - ~7500 terabytes ● Key challenges for the 21 st century: – Mining – Filtering What’s the Big Idea