1 / 8

Evolution of HTML and Web Standards

Explore the growth of HTML from its inception to modern web standards, including CSS, JavaScript, and AJAX, highlighting key developments and technologies.

Download Presentation

Evolution of HTML and Web Standards

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Internet Has Grown 1971 > Google

  2. 1971

  3. 1980

  4. 1984

  5. 1999

  6. 2001

  7. 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

  8. 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

More Related