A Basic Introduction to the WWW and HTML How the World Wide Web Works.

Slides:



Advertisements
Similar presentations
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Advertisements

Communicating Information: Web Design. It’s a big net HTTP FTP TCP/IP SMTP protocols The Internet The Internet is a network of networks… It connects millions.
Internet and the web Summary of terms discusses and review.
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
The Internet Useful Definitions and Concepts About the Internet.
How does it work?. What is the Internet? Computer Protocols TCP/IP: Transmission Control Protocol/Internet Protocol HTTP: Hypertext Transfer Protocol.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
CIS101 Introduction to Computing
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.
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
WWW and Internet The Internet Creation of the Web Languages for document description Active web pages.
What Is A Web Page? An Introduction to the Internet.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
Introduction to HTML. What is a Web site? A collection of "pages" or files linked together and available on the World Wide Web What do you need to create.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
Why Worry About the WWW? Intranets -- with lots of HR applications »policies/procedures »job postings »benefits & other transactions »hiring & other workflows.
1 Accessing the Global Database The World Wide Web.
Computer Science 101 Introduction to Web Pages. Origins of the Web Vannevar Bush (Memex, 1945) Ted Nelson (Xanadu, 1968) Doug Englebart and Alan Kay (
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
The Internet Writer’s Handbook 2/e Introduction to World Wide Web Terms Writing for the Web.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
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.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
Chapter 8 Introduction to HTML and Applets Fundamentals of Java.
HTML ~ Web Design.
UNESCO ICTLIP Module 1. Lesson 61 Introduction to Information and Communication Technologies Lesson 6. What is the Internet?
CIS 250 Advanced Computer Applications Internet/WWW Review.
1 Chinese Information Processing : Using Computers to Teach and Learn Chinese Week 6 and 7: Creating and maintaining web pages - html and ftp.
Lesson 7 – World Wide Web. What is the World Wide Web?  The content of the worldwide web is held on individual web pages gathered together to form websites.
Using the Internet. (WWW) and the Internet The World Wide Web (WWW) is a small part of the Internet. The Internet relates to all the hardware and software.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 1 Key Concepts 1.
The Web and Web Services Jim Graham NR 621 Spring 2009.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Introduction to HTML. Today’s Discussion What is HTML ? What is HTML ? What is Web Page ? What is Web Page ? Web Server Web Server Web Browser Web Browser.
Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.
1 Chapter 01: Introduction by Tharith Sriv. This course covers the following topics:  Hypertext Markup Language (HTML)  Cascading Style Sheets  JavaScript.
Chapter 29 World Wide Web & Browsing World Wide Web (WWW) is a distributed hypermedia (hypertext & graphics) on-line repository of information that users.
Chapter 4 Applets Cop Why Applets? WWW makes huge information available to anyone with web browser. Web server send web pages and images to your.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
Web Based Systems for Engineering and Management Professors Iris D. Tommelein and Arpad Horvath Fall 2000.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
How the Web Works Jenny Burson Courtesy of About Internet for Beginners Learn the Web
01 - Introduction Informatics Department Parahyangan Catholic University.
Introduction to Web & HTML
Introduction to the World Wide Web & Internet CIS 101.
Internet  ’60 = an invention of the US army  Universities and libraries also start to use this communication tool  Protocol + physical network=> backbone.
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
Website Design and Construction Services and Standards.
World Wide Web. The World Wide Web is a system of interlinked hypertext documents accessed via the Internet The World Wide Web is a system of interlinked.
How Much Do You Know About the Internet?. What is the Internet? The Internet is the world’s largest computer network, connecting more than 4 million computers.
Introduction to the Internet
4.01 How Web Pages Work.
Chapter 1 Introduction to HTML.
Sec (4.3) The World Wide Web.
HTML (Hyper Text Markup Language) HTTP (Hyper Text Transfer Protocol)
Some bits on how it works
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Web Site Development.
Web Design & Development
4.01 How Web Pages Work.
Presentation transcript:

A Basic Introduction to the WWW and HTML How the World Wide Web Works

What is the WWW ? It’s a service available through the Internet which allows the transmission and rendering of multimedia documents It uses a special protocol named HTTP (HyperText Transfer Protocol) It uses a set of network addresses named URL (Uniform Resource Locator)

What is a protocol ? It is a convention or language which allows the communication between any two computers through a network The main protocol used by Internet is TCP/IP (Transfer Control Protocol/Internet Protocol) There are many other protocols running under TCP/IP. Examples: –SMTP: Simple Mail Transfer Protocol –FTP: File Transfer Protocol

Uniform Resource Locator ProtocolHost DirectoryFile Address format for the WWW:

WWW: Client and Server Client Computer which is asking for an archive on the net Server Computer which sends the desired archive I Internet

Client software: Netscape, Internet Explorer (browser) Server software: WWW Server HTTP WWW: Client and Server Client Server I Internet

WWW: Client and Server Cliente Server Server I Internet Client software: Netscape, Internet Explorer Server software: WWW Server HTTP Finding Connecting Retrieving

WWW: Client and Server Client Server Server I Internet Client software: Netscape, Internet Explorer Server software: WWW Server HTTP Confirmation Transference Closing sample.htm logo.gif return.gif

How the Client Works Client Client software browser sample.htm logo.gif return.gif The Visible Human Project National Library of Medicine The Visible Human Project National Library of Medicine Script in HTML Rendering by the browser

The Visible Human Project National Library of Medicine Amostras WHO The Visible Human Project National Library of Medicine Amostras WHO What is Hypertext Visible Human: Amostras Nesta página você poderá achar algumas amostras de imagens geradas pelo Projeto “Ser Humano Visível” em três dimensões. Visible Human: Amostras Nesta página você poderá achar algumas amostras de imagens geradas pelo Projeto “Ser Humano Visível” em três dimensões. amostra.htm imagem.htm

What is HTML ? It’s a language for the specification of documents (mark-up language) It specifies for the browser what are the elements of a page (text, images, etc.) and where and how they should be rendered A text file.HTM contains embedded mark-up commands and tags, enclosed by The browser interprets these tags and commands and renders the page

Elements of HTML Tags for document definition: title, head, body, etc. Tags for text definition: paragraphs, color, size, font, emphasis, etc. Tags for placing images Tags for defining hyperlinks Tags for defining tables, forms, frames, etc.