1 / 8

VIDA Requirements

VIDA Requirements. - HTML5 – Semantic tags - HTML5 - Forms - HTML5 – CSS3. HTML5 – Semantic tags. <header> <footer> < nav > <section> vs. <article> vs. <div> <details> vs. <summary>. SEO priority. HTML5 – Input attributes. Placeholder Types: Emails Number Url Search Validation:

feryal
Télécharger la présentation

VIDA Requirements

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. VIDA Requirements - HTML5 – Semantic tags - HTML5 - Forms - HTML5 – CSS3

  2. HTML5 – Semantic tags • <header> <footer> • <nav> • <section> vs. <article> vs. <div> • <details> vs. <summary>

  3. SEO priority

  4. HTML5 – Input attributes • Placeholder • Types: • Emails • Number • Url • Search • Validation: • required • Pattern • IE ‘hacking’: • http://www.matiasmancini.com.ar/jquery-plugin-ajax-form-validation-html5.html

  5. HTML5 - Polyfills • https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills • http://css3pie.com: border-radius, box-shadow, multiple backgrounds, linear gradients, border-image - https://github.com/kbjr/polyfill.js: json, storage…

  6. HTML “fails” • Duplicated • <div> • <h1>Title</h1> • </div> • Class & ID • Alt text. • Close tag

  7. Summary • Semantic tags • Usage • Form • Inputs • Validate • Polyfills • How to find? • How to use?

More Related