Top Banner
The Internet Has Grown 1971 > Google
10
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: The Internet Has Grown 1971 > Google. 1971 1980.

The Internet Has Grown

1971 > Google

Page 2: The Internet Has Grown 1971 > Google. 1971 1980.

1971

Page 3: The Internet Has Grown 1971 > Google. 1971 1980.

1980

Page 4: The Internet Has Grown 1971 > Google. 1971 1980.

1984

Page 5: The Internet Has Grown 1971 > Google. 1971 1980.

1999

Page 6: The Internet Has Grown 1971 > Google. 1971 1980.

2001

Page 7: The Internet Has Grown 1971 > Google. 1971 1980.

http://www.w3.org/MarkUp/draft-ietf-iiir-html-01.txt

Hypertext Markup Language (HTML) Tim Berners-Lee, CERNInternet Draft Daniel Connolly, AtriumIIIR Working Group June 1993

The instance represents a hierarchy of elements. Each element has a name , some attributes , and some content. Most elements are represented in the document as a start tag, which gives the name and attributes, followed by the content, followed by the end tag. For example:

<HTML> <TITLE> A sample HTML instance </TITLE> <H1> An Example of Structure </H1> Here's a typical paragraph. <P> <UL> <LI> Item one has an <A NAME="anchor"> anchor </A> <LI> Here's item two. </UL> </HTML>

Page 8: The Internet Has Grown 1971 > Google. 1971 1980.

Current Standards

HTML 4

CSS 2.1

Javascript

PHP or ASP/.Net

MySQL

Flash

Streaming Video (codecs FLV, WindowMedia, Real…)

AJAX - Gmail / Flikr

Page 9: The Internet Has Grown 1971 > Google. 1971 1980.

MySQL

Page 10: The Internet Has Grown 1971 > Google. 1971 1980.

SQL - Structured Query Language

QUERY STRING DEMOS:

Basic PHPGoogleEquipment Checkout System