+ All Categories
Home > Documents > Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web...

Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web...

Date post: 01-Apr-2015
Category:
Upload: lillie-telfer
View: 217 times
Download: 0 times
Share this document with a friend
Popular Tags:
20
Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards and specifications Learn about the basic syntax of HTML code
Transcript
Page 1: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

Internet Technology

Introduction

• Review the history of the Internet, • Introducing Web Technology • Web development Environment :• Describe different HTML standards and

specifications• Learn about the basic syntax of HTML code

Page 2: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

Introducing the Internet

• A network is a structure linking computers together for the purpose of sharing resources such as printers and files

• Users typically access a network through a computer called a host or node

• A computer that makes a service available to a network is called a server

Page 3: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

• A computer or other device that requests services from a server is called a client

• One of the most common network structures is the client-server network

• If the computers that make up a network are close together (within a single department or building), then the network is referred to as a local area network (LAN)

Page 4: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

• A network that covers a wide area, such as several buildings or cities, is called a wide area network (WAN)

• The largest WAN in existence is the Internet• In its early days, the Internet was called ARPANET

and consisted of two network nodes located at UCLA and Stanford, connected by a phone line

Page 5: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

• Today the Internet has grown to include hundreds of millions of interconnected computers, mobile phones, PDAs, televisions, and networks

• The physical structure of the Internet uses fiber-optic cables, satellites, phone lines, and other telecommunications media

Page 6: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

Structure of the Internet

Page 7: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

The Development of the Word Wide Web

• Timothy Berners-Lee and other researchers at the CERN nuclear research facility near Geneva, Switzerland laid the foundations for the World Wide Web, or the Web, in 1989

• They developed a system of interconnected hypertext documents that allowed their users to easily navigate from one topic to another

• Hypertext is a method of organizing information that gives the reader control over the order in which the information is presented

Page 8: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

Web Servers and Web Browsers

• A Web page is stored on a Web server, which in turn makes it available to the network

• To view a Web page, a client runs a software program called a Web browser, which retrieves the page from the server and displays it

• The earliest browsers, known as text-based browsers, were incapable of displaying images

• Today most computers support graphical browsers which are capable of displaying not only images, but also video, sound, animations, and a variety of graphical features

Page 9: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

Using a browser to view a Web document from a Web server

Page 10: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

Hypertext Documents

• When you read a book, you follow a linear progression, reading one page after another

• With hypertext, you progress through pages in whatever way is best suited to you and your objectives

• Hypertext lets you skip from one topic to another

Page 11: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

Linear versus hypertext documents

Page 12: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

Hypertext Documents

• The key to hypertext is the use of hyperlinks (or links) which are the elements in a hypertext document that allow you to jump from one topic to another

• A link may point to another section of the same document, or to another document entirely

• A link can open a document on your computer, or through the Internet, a document on a computer anywhere in the world

Page 13: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

Hypertext Documents

• An entire collection of linked documents is referred to as a Web site

• The hypertext documents within a Web site are known as Web pages

• Individual pages can contain text, audio, video, and even programs that can be run remotely

Page 14: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

The History of HTML

• The first version of HTML was created using the Standard Generalized Markup Language (SGML)

• In the early years of HTML, Web developers were free to define and modify HTML in whatever ways they thought best

• Competing browsers introduced some differences in the language. The changes were called extensions

Page 15: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

The History of HTML

• A group of Web developers, programmers, and authors called the World Wide Web Consortium, or the WC3, created a set of standards or specifications that all browser manufacturers were to follow

• The WC3 has no enforcement power• The recommendations of the WC3 are usually

followed since a uniform approach to Web page creation is beneficial to everyone

Page 16: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

Versions of HTML and XHTML

Page 17: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

The History of HTML

• Older features of HTML are often deprecated, or phased out, by the W3C. That does not mean you can’t continue to use them—you may need to use them if you are supporting older browsers

• Future Web development is focusing increasingly on two other languages: XML and XHTML

• XML (Extensible Markup Language) is a metalanguage like SGML, but without SGML’s complexity and overhead

Page 18: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

The History of HTML

• XHTML (Extensible Hypertext Markup Language) is a stricter version of HTML and is designed to confront some of the problems associated with the different and competing versions of HTML

• XHTML is also designed to better integrate HTML with XML

• HTML will not become obsolete anytime soon

Page 19: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

The History of HTML

•XHTML 2.0 is still in the draft stage, and is not backward-compatible with earlier versions of HTML and XHTML

•HTML 5 is being developed under the XML specifications as XHTML 5.0

Page 20: Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.

HTML5 Browser Support

Input type IE Firefox Opera Chrome Safari

email No 4.0 9.0 10.0 No

url No 4.0 9.0 10.0 No

number No No 9.0 7.0 5.1

range No No 9.0 4.0 4.0

Date pickers No No 9.0 10.0 5.1

search No 4.0 11.0 10.0 No

color No No 11.0 12 No


Recommended