1 / 13

Abiturprüfung Informatik

Abiturprüfung Informatik. HTML 4.01 & HTML 5 im Vergleich. v on Marco Schönleber 18.06.2013. Allgemeines zu HTML. Problem: „wie tauscht man Informationen auf digitalem Weg einfach, schnell und strukturierend aus?“ - Cern Lösung: Hypertext Markup Language HTML * 03.11.1992

chanel
Download Presentation

Abiturprüfung Informatik

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. Abiturprüfung Informatik HTML4.01 & HTML5 im Vergleich von Marco Schönleber 18.06.2013

  2. Allgemeines zu HTML • Problem: „wie tauscht man Informationen auf digitalem Weg einfach, schnell und strukturierend aus?“ - Cern • Lösung: Hypertext Markup Language • HTML * 03.11.1992 • HTML 4.01 * 24.12.1999 • HTML 5 * 22.01.2008

  3. Allgemeines zu HTML5 27.10.2009: Web Hypertext Application Technology Working Group (WHATWG): • HTML5: “Last Call” Mai 2011: World Wide Web Consortium (W3C): • HTML5: “Last Call” • 2014 soll HTML5 von W3C offiziell verabschiedet werden

  4. Die wichtigsten Unterschiede

  5. Unterschiede in der Darstellung:Beispiel für ein1-spaltiges Layout

  6. CSS: Design der Elemente

  7. Unterschiede in der Darstellung - Eigene Tags benennen und in CSS verwenden: HTML5 Quellcodeauszug: CSS -codeauszug:

  8. Unterschiede in der Funktion HTML4.01: Abspielen von Video- & Audiodateien? Ja, aber nur mit zusätzlichem Plugin für den Browser! - Quicktime-, Shockwave-, WMP- oder Flashplayer-Plugin (- oder man bettet eine Seite via <iframe> ein)

  9. Unterschiede in der Funktion HTML5: Abspielen von • Videodateien (.mp4, .webm, .ogg) Unterstützte Browser:

  10. Unterschiede in der Funktion HTML5: Abspielen von • Audiodateien (.mp3, .wav, .ogg) Unterstützte Browser:

  11. In Quellcode einfügen: • Videodatei movie.webm: • Audiodatei audio.ogg: Optionen: autoplay, height & width, loop, muted, poster,

  12. Neu in HTML5 • <details> (Chrome, Safari) • <canvas> • <embed> • <figure> & <figcaption> • <hgroup> • <mark> • <meter> (ausser IE) • <progress>

  13. Fazit • HTML5 ist benutzerfreundlich • HTML5 noch nicht fertig • Webseiten: „nevertouch a runningsystem“ • Browserunterstützung?

More Related