1 / 11

HTML5

HTML5. Структура. Тэги. API. Семантика. Как быть?. Структура. Структура. Структурные Тэги. <header> < nav> < section> < article> < aside> < footer > <video> <audio>. API. - Хранение данных оффлайн - Drag & Drop - Video - Audio. Пример.

tea
Download Presentation

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 Структура Тэги API Семантика Как быть?

  2. Структура

  3. Структура

  4. Структурные Тэги <header> <nav> <section> <article> <aside> <footer> <video> <audio>

  5. API - Хранение данных оффлайн - Drag & Drop - Video - Audio

  6. Пример <video width="208" height="157" controls="controls”> <source src="http://devfiles.myopera.com/articles/2642/sintel-trailer.ogv" type='video/ogg; codecs="theora, vorbis"'> <source src="http://devfiles.myopera.com/articles/2642/sintel-trailer.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> </video>

  7. Семантика

  8. Семантика - Использование HTML-элементов - Именование - Комбинации

  9. Микроформаты

  10. Как быть?    + JS

  11. Вопросы vv@quart-soft.com

More Related