80 likes | 148 Views
Explore the growth of the Internet from inception to modern web development standards, including HTML, CSS, JavaScript, PHP, ASP.NET, and more. Learn about markup structure through examples and follow the evolution of web technologies.
E N D
The Internet Has Grown 1971 > Google
Hypertext Markup Language (HTML) Tim Berners-Lee, CERN Internet Draft Daniel Connolly, Atrium IIIR 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> http://www.w3.org/MarkUp/draft-ietf-iiir-html-01.txt
Some later developments in standards HTML 4 CSS 2.1 Javascript PHP or ASP/.Net MySQL Flash Streaming Video (codecs FLV, WindowMedia, Real…) AJAX - Gmail / Flikr