1 / 8

HTML5

HTML5. Faustino Efraín Ruiz Austria Info provided by www.w3schools.com. Html5 será el estándar para HTML. La versión previa (HTML4.1) apareció en 1999; como sabemos la web a cambiado mucho desde entonces.

janae
Télécharger la présentation

HTML5

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. HTML5 Faustino Efraín Ruiz Austria Infoprovidedbywww.w3schools.com

  2. Html5 será el estándar para HTML. • La versión previa (HTML4.1) apareció en 1999; como sabemos la web a cambiado mucho desde entonces. • Aunque se sigue trabajando en este lenguaje; la mayoría de los exploradores soportan los nuevos elementos de HTML5 y API’s ( Applicationprogramming Interface).

  3. El inicio del HTML5 se dio como resultado de la cooperación entre el consorcio de la World Wide Web (W3C) y el grupo de trabajo de tecnologías en aplicaciones de hipertexto en la Web (WHATWG). • Ellos establecieron algunas reglas para HTML5.

  4. Reglas HTML5 • Las nuevas características deberán estar basadas en HTML, CSS, DOM, and JavaScript. • Reducir la necesidad de plugin’s externos (como flash). • Mejor manejo de errores. • Mayores beneficios al remplazar el código. • HTML5 deberá ser independiente de dispositivos. • Y el desarrollo debe ser público.

  5. Documento simple HTML5 <!DOCTYPE html>< html>< head>< title>Title of the document</title>< /head>< body>The content of the document......< /body>< /html>

  6. Nuevas Características • La etiqueta <canvas> para dibujos en 2 dimensiones. • <video> y <audio> como elementos de multimedia. • Soporta almacenamiento local. • Nuevos elementos de contenido específico como <article>, <footer>, <header>,<nav>,<section>. • Nuevas formas de control como <calendar>, <date>,<time>, <email>,<url>,<search>, etc..

  7. Elementos remplazados por la nueva versión. <acronym> <applet> <basefont> <big> <center> <dir> <font> <frame> <frameset> <noframes> <strike> <tt> <u>

  8. Ejercicio.- • <video width="320" height="240" controls="controls"><sourcesrc="movie.mp4" type="video/mp4" /><sourcesrc="movie.ogg" type="video/ogg" />Your browser doesnotsupportthe video tag.</video>

More Related