SlideShare uma empresa Scribd logo
1 de 13
Topics for today



- HTML 5

- Front-end frameworks

- Testing and Automation Tools
HTML 5 – What is HTML5?


HTML 5 is the latest HTML specification which brings many new features to
ease the work of Web developers and Web-page authors.

It is still a work in progress but many of the specifications have been
implemented in the major Browsers already. Some features are
unsupported but would be coming up in newer versions of Browsers.
HTML 5 – Feature Set


- New semantic elements/tags

- New attributes for existing elements

- Geolocation API

- Video support

- Drawing API

- Offline Browsing

- Local Storage
HTML 5 – Changes from HTML 4


- The character encoding

<meta charset="UTF-8">

- <!DOCTYPE html>

- Attributes with an empty value may be written as just the attribute name
  omitting the equals sign and the value

- basefont, big, center, font, strike, frame, frameset, noframe, background,
bgcolor are deprecated or not part of HTML 5. Use CSS instead to achieve
many of the same effects
HTML 5 – New elements


-   section
-   article
-   aside
-   header
-   footer
-   nav
-   figure
-   time
-   keygen
-   output
-   datalist
HTML 5 – An example


  <!DOCTYPE html>
  <html>
      <meta charset="UTF-8" />
      <body>
          <header>
              <hgroup>
                   <h1 id="site-title">
                        <a href="http://html5examples.org/">HTML5 Examples</a>
                   </h1>
              </hgroup>
              <nav id="access" role="navigation">
                   <h3 class="assistive-text">Main menu</h3>
                   <div class="skip-link">
                        <a class="assistive-text" href="#secondary">
                             Skip to secondary content</a>
                   </div>
              </nav>
          </header>
      </body>
  </html>
HTML 5 – Forms


The following type attributes are new for the input element -

-   tel
-   url
-   search
-   email
-   datetime
-   time
-   date
-   month
-   week
-   number
-   range
-   colour
HTML 5 – Forms II


The new attributes for form inputs are -

-   autofocus
-   autocomplete
-   placeholder
-   required
-   pattern
-   readonly
HTML 5 – Multimedia


<audio controls>
    <source src="/home/ashish/Music/mehndi_ki_raat.mp3" type="audio/mpeg">
</audio>

<video width="320" height="240" controls>
      <source src="movie.mp4" type="video/mp4">
      <source src="movie.ogg" type="video/ogg">
</video>
HTML 5 – Additional Features


- GeoLocation API

- Local Storage

- Offline Browsing

- Web Sockets
HTML 5 – Front-end Frameworks


- jQuery

- Bootstrap from Twitter

- Bootbox (enhancement to Bootstrap)

- Backbone.js
HTML 5 – Testing & Quality Tools


- W3C Link Checker

- W3C HTML Validator

- HTML Tidy

- W3C Spell Checker

- BrowserStack

- Collection of tools on softwareqatest
HTML 5 – Resources on the Web


- http://www.w3.org

- http://w3schools.com

- http://www.w3.org/QA/Tools/

- http://www.softwareqatest.com/

- http://www.browserstack.com/

- http://tidy.sourceforge.net/

Mais conteúdo relacionado

Mais procurados

Joomla! Pizza Bugs and Fun 2014 pre-event Seminar
Joomla! Pizza Bugs and Fun 2014 pre-event SeminarJoomla! Pizza Bugs and Fun 2014 pre-event Seminar
Joomla! Pizza Bugs and Fun 2014 pre-event SeminarGunjan Patel
 
SW Drupal Summit: HTML5+Drupal
SW Drupal Summit: HTML5+DrupalSW Drupal Summit: HTML5+Drupal
SW Drupal Summit: HTML5+DrupalJen Simmons
 
HTML 5 Fundamental
HTML 5 FundamentalHTML 5 Fundamental
HTML 5 FundamentalLanh Le
 
HTML5 - An Introduction
HTML5 - An IntroductionHTML5 - An Introduction
HTML5 - An IntroductionTimmy Kokke
 
Doing More with LESS for CSS
Doing More with LESS for CSSDoing More with LESS for CSS
Doing More with LESS for CSSTodd Anglin
 
Multimedia on the web - HTML5 video and audio
Multimedia on the web - HTML5 video and audioMultimedia on the web - HTML5 video and audio
Multimedia on the web - HTML5 video and audioChristian Heilmann
 
Bringing HTML5 alive in SharePoint
Bringing HTML5 alive in SharePointBringing HTML5 alive in SharePoint
Bringing HTML5 alive in SharePointChad Schroeder
 
Introduction to Web Components
Introduction to Web ComponentsIntroduction to Web Components
Introduction to Web ComponentsRich Bradshaw
 
Behaviour Driven Development con Behat & Drupal
Behaviour Driven Development con Behat & DrupalBehaviour Driven Development con Behat & Drupal
Behaviour Driven Development con Behat & Drupalsparkfabrik
 
WordPress Theme and Plugin Optimization - WordPress Arvika March '14
WordPress Theme and Plugin Optimization - WordPress Arvika March '14WordPress Theme and Plugin Optimization - WordPress Arvika March '14
WordPress Theme and Plugin Optimization - WordPress Arvika March '14slobodanmanic
 
Polymer, A Web Component Polyfill Library
Polymer, A Web Component Polyfill LibraryPolymer, A Web Component Polyfill Library
Polymer, A Web Component Polyfill Librarynaohito maeda
 
Web Components with Polymer (extra Polymer 2.0)
Web Components with Polymer (extra Polymer 2.0)Web Components with Polymer (extra Polymer 2.0)
Web Components with Polymer (extra Polymer 2.0)Dhyego Fernando
 
The rise of Polymer and Web Components (Kostas Karolemeas) - GreeceJS #17
The rise of Polymer and Web Components (Kostas Karolemeas) - GreeceJS #17The rise of Polymer and Web Components (Kostas Karolemeas) - GreeceJS #17
The rise of Polymer and Web Components (Kostas Karolemeas) - GreeceJS #17GreeceJS
 
Making WordPress Your CMS and Automatically Updating a Self Hosted WordPress ...
Making WordPress Your CMS and Automatically Updating a Self Hosted WordPress ...Making WordPress Your CMS and Automatically Updating a Self Hosted WordPress ...
Making WordPress Your CMS and Automatically Updating a Self Hosted WordPress ...cehwitham
 

Mais procurados (20)

Joomla! Pizza Bugs and Fun 2014 pre-event Seminar
Joomla! Pizza Bugs and Fun 2014 pre-event SeminarJoomla! Pizza Bugs and Fun 2014 pre-event Seminar
Joomla! Pizza Bugs and Fun 2014 pre-event Seminar
 
SW Drupal Summit: HTML5+Drupal
SW Drupal Summit: HTML5+DrupalSW Drupal Summit: HTML5+Drupal
SW Drupal Summit: HTML5+Drupal
 
Html5
Html5Html5
Html5
 
HTML 5 Fundamental
HTML 5 FundamentalHTML 5 Fundamental
HTML 5 Fundamental
 
HTML5 - An Introduction
HTML5 - An IntroductionHTML5 - An Introduction
HTML5 - An Introduction
 
Apex & jQuery Mobile
Apex & jQuery MobileApex & jQuery Mobile
Apex & jQuery Mobile
 
Challenges going mobile
Challenges going mobileChallenges going mobile
Challenges going mobile
 
Doing More with LESS for CSS
Doing More with LESS for CSSDoing More with LESS for CSS
Doing More with LESS for CSS
 
Using HTML5 sensibly
Using HTML5 sensiblyUsing HTML5 sensibly
Using HTML5 sensibly
 
Multimedia on the web - HTML5 video and audio
Multimedia on the web - HTML5 video and audioMultimedia on the web - HTML5 video and audio
Multimedia on the web - HTML5 video and audio
 
Html 5
Html 5Html 5
Html 5
 
Bringing HTML5 alive in SharePoint
Bringing HTML5 alive in SharePointBringing HTML5 alive in SharePoint
Bringing HTML5 alive in SharePoint
 
Introduction to Web Components
Introduction to Web ComponentsIntroduction to Web Components
Introduction to Web Components
 
Behaviour Driven Development con Behat & Drupal
Behaviour Driven Development con Behat & DrupalBehaviour Driven Development con Behat & Drupal
Behaviour Driven Development con Behat & Drupal
 
WordPress Theme and Plugin Optimization - WordPress Arvika March '14
WordPress Theme and Plugin Optimization - WordPress Arvika March '14WordPress Theme and Plugin Optimization - WordPress Arvika March '14
WordPress Theme and Plugin Optimization - WordPress Arvika March '14
 
Polymer, A Web Component Polyfill Library
Polymer, A Web Component Polyfill LibraryPolymer, A Web Component Polyfill Library
Polymer, A Web Component Polyfill Library
 
Web Components with Polymer (extra Polymer 2.0)
Web Components with Polymer (extra Polymer 2.0)Web Components with Polymer (extra Polymer 2.0)
Web Components with Polymer (extra Polymer 2.0)
 
BDD, Behat & Drupal
BDD, Behat & DrupalBDD, Behat & Drupal
BDD, Behat & Drupal
 
The rise of Polymer and Web Components (Kostas Karolemeas) - GreeceJS #17
The rise of Polymer and Web Components (Kostas Karolemeas) - GreeceJS #17The rise of Polymer and Web Components (Kostas Karolemeas) - GreeceJS #17
The rise of Polymer and Web Components (Kostas Karolemeas) - GreeceJS #17
 
Making WordPress Your CMS and Automatically Updating a Self Hosted WordPress ...
Making WordPress Your CMS and Automatically Updating a Self Hosted WordPress ...Making WordPress Your CMS and Automatically Updating a Self Hosted WordPress ...
Making WordPress Your CMS and Automatically Updating a Self Hosted WordPress ...
 

Destaque

guia para la remineralizacion de aguas desaladas.PDF
guia para la remineralizacion de aguas desaladas.PDFguia para la remineralizacion de aguas desaladas.PDF
guia para la remineralizacion de aguas desaladas.PDFhome
 
ILApresentation
ILApresentationILApresentation
ILApresentationpseroka
 
Hacking away at Discrimination: Section 508 and Accessibility Guidelines
Hacking away at Discrimination: Section 508 and Accessibility GuidelinesHacking away at Discrimination: Section 508 and Accessibility Guidelines
Hacking away at Discrimination: Section 508 and Accessibility GuidelinesMichael Johnson
 
勇敢去敲客戶的門
勇敢去敲客戶的門勇敢去敲客戶的門
勇敢去敲客戶的門Robin Chen
 
ILA company
ILA companyILA company
ILA companypseroka
 
The BOSCO Solution
The BOSCO SolutionThe BOSCO Solution
The BOSCO SolutionTed Pethick
 
Foods of Kumamoto
Foods of KumamotoFoods of Kumamoto
Foods of KumamotoNorie
 
ACUIFEROS DEL LITORAL MALAGUEÑO.pdf
ACUIFEROS DEL LITORAL MALAGUEÑO.pdfACUIFEROS DEL LITORAL MALAGUEÑO.pdf
ACUIFEROS DEL LITORAL MALAGUEÑO.pdfhome
 
guia para la remineralizacion de aguas desaladas.PDF
guia para la remineralizacion de aguas desaladas.PDFguia para la remineralizacion de aguas desaladas.PDF
guia para la remineralizacion de aguas desaladas.PDFhome
 
Foods of Kumamoto
Foods of KumamotoFoods of Kumamoto
Foods of KumamotoNorie
 
Curso de instalador de fontaneria
Curso de instalador de fontaneria Curso de instalador de fontaneria
Curso de instalador de fontaneria home
 
tratamiento agua.ppt
tratamiento agua.ppttratamiento agua.ppt
tratamiento agua.ppthome
 
HISTORIA DE ESPAÑA.ppt
HISTORIA DE ESPAÑA.pptHISTORIA DE ESPAÑA.ppt
HISTORIA DE ESPAÑA.ppthome
 
LIBRO REFRIGERACION.pdf
LIBRO REFRIGERACION.pdfLIBRO REFRIGERACION.pdf
LIBRO REFRIGERACION.pdfhome
 

Destaque (18)

guia para la remineralizacion de aguas desaladas.PDF
guia para la remineralizacion de aguas desaladas.PDFguia para la remineralizacion de aguas desaladas.PDF
guia para la remineralizacion de aguas desaladas.PDF
 
Punk2funk
Punk2funkPunk2funk
Punk2funk
 
E-fficientMail.com
E-fficientMail.comE-fficientMail.com
E-fficientMail.com
 
ILApresentation
ILApresentationILApresentation
ILApresentation
 
Hacking away at Discrimination: Section 508 and Accessibility Guidelines
Hacking away at Discrimination: Section 508 and Accessibility GuidelinesHacking away at Discrimination: Section 508 and Accessibility Guidelines
Hacking away at Discrimination: Section 508 and Accessibility Guidelines
 
勇敢去敲客戶的門
勇敢去敲客戶的門勇敢去敲客戶的門
勇敢去敲客戶的門
 
ILA company
ILA companyILA company
ILA company
 
The BOSCO Solution
The BOSCO SolutionThe BOSCO Solution
The BOSCO Solution
 
Foods of Kumamoto
Foods of KumamotoFoods of Kumamoto
Foods of Kumamoto
 
ACUIFEROS DEL LITORAL MALAGUEÑO.pdf
ACUIFEROS DEL LITORAL MALAGUEÑO.pdfACUIFEROS DEL LITORAL MALAGUEÑO.pdf
ACUIFEROS DEL LITORAL MALAGUEÑO.pdf
 
guia para la remineralizacion de aguas desaladas.PDF
guia para la remineralizacion de aguas desaladas.PDFguia para la remineralizacion de aguas desaladas.PDF
guia para la remineralizacion de aguas desaladas.PDF
 
Foods of Kumamoto
Foods of KumamotoFoods of Kumamoto
Foods of Kumamoto
 
Curso de instalador de fontaneria
Curso de instalador de fontaneria Curso de instalador de fontaneria
Curso de instalador de fontaneria
 
tratamiento agua.ppt
tratamiento agua.ppttratamiento agua.ppt
tratamiento agua.ppt
 
Intro Dcc
Intro DccIntro Dcc
Intro Dcc
 
Coneixereines
ConeixereinesConeixereines
Coneixereines
 
HISTORIA DE ESPAÑA.ppt
HISTORIA DE ESPAÑA.pptHISTORIA DE ESPAÑA.ppt
HISTORIA DE ESPAÑA.ppt
 
LIBRO REFRIGERACION.pdf
LIBRO REFRIGERACION.pdfLIBRO REFRIGERACION.pdf
LIBRO REFRIGERACION.pdf
 

Semelhante a HTML 5 Features and Front-end Tools

Html5 Brown Bag
Html5 Brown BagHtml5 Brown Bag
Html5 Brown Bagstuplum
 
5 ways to embrace HTML5 today
5 ways to embrace HTML5 today5 ways to embrace HTML5 today
5 ways to embrace HTML5 todayDaniel Ryan
 
HTML5 Essential Training
HTML5 Essential TrainingHTML5 Essential Training
HTML5 Essential TrainingKaloyan Kosev
 
Frontend for developers
Frontend for developersFrontend for developers
Frontend for developersHernan Mammana
 
HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]
HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]
HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]Aaron Gustafson
 
HTML5 tags.ppt
HTML5 tags.pptHTML5 tags.ppt
HTML5 tags.pptabcxyz1337
 
HTML5: It goes to ELEVEN
HTML5: It goes to ELEVENHTML5: It goes to ELEVEN
HTML5: It goes to ELEVENMathias Bynens
 
Intro to polymer-Devfest Yaoundé 2013
Intro to polymer-Devfest Yaoundé 2013Intro to polymer-Devfest Yaoundé 2013
Intro to polymer-Devfest Yaoundé 2013gdgyaounde
 
The Rich Standard: Getting Familiar with HTML5
The Rich Standard: Getting Familiar with HTML5The Rich Standard: Getting Familiar with HTML5
The Rich Standard: Getting Familiar with HTML5Todd Anglin
 
Html5 drupal7 with mandakini kumari(1)
Html5 drupal7 with mandakini kumari(1)Html5 drupal7 with mandakini kumari(1)
Html5 drupal7 with mandakini kumari(1)Mandakini Kumari
 
HTML5, The Open Web, and what it means for you - Altran
HTML5, The Open Web, and what it means for you - AltranHTML5, The Open Web, and what it means for you - Altran
HTML5, The Open Web, and what it means for you - AltranRobert Nyman
 
Beginning Html 5 Presentation
Beginning Html 5 PresentationBeginning Html 5 Presentation
Beginning Html 5 PresentationUsman Saleem
 
HTML5 History & Features
HTML5 History & FeaturesHTML5 History & Features
HTML5 History & FeaturesDave Ross
 
Html&Browser
Html&BrowserHtml&Browser
Html&BrowserAlipay
 

Semelhante a HTML 5 Features and Front-end Tools (20)

Html5 Brown Bag
Html5 Brown BagHtml5 Brown Bag
Html5 Brown Bag
 
5 ways to embrace HTML5 today
5 ways to embrace HTML5 today5 ways to embrace HTML5 today
5 ways to embrace HTML5 today
 
HTML5 Essential Training
HTML5 Essential TrainingHTML5 Essential Training
HTML5 Essential Training
 
Html5
Html5Html5
Html5
 
Frontend for developers
Frontend for developersFrontend for developers
Frontend for developers
 
HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]
HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]
HTML5: Smart Markup for Smarter Websites [Future of Web Apps, Las Vegas 2011]
 
HTML5 tags.ppt
HTML5 tags.pptHTML5 tags.ppt
HTML5 tags.ppt
 
HTML5: It goes to ELEVEN
HTML5: It goes to ELEVENHTML5: It goes to ELEVEN
HTML5: It goes to ELEVEN
 
Intro to polymer-Devfest Yaoundé 2013
Intro to polymer-Devfest Yaoundé 2013Intro to polymer-Devfest Yaoundé 2013
Intro to polymer-Devfest Yaoundé 2013
 
WHAT IS HTML5?(20100510)
WHAT IS HTML5?(20100510)WHAT IS HTML5?(20100510)
WHAT IS HTML5?(20100510)
 
The Rich Standard: Getting Familiar with HTML5
The Rich Standard: Getting Familiar with HTML5The Rich Standard: Getting Familiar with HTML5
The Rich Standard: Getting Familiar with HTML5
 
Html5 drupal7 with mandakini kumari(1)
Html5 drupal7 with mandakini kumari(1)Html5 drupal7 with mandakini kumari(1)
Html5 drupal7 with mandakini kumari(1)
 
Looking into HTML5 + CSS3
Looking into HTML5 + CSS3Looking into HTML5 + CSS3
Looking into HTML5 + CSS3
 
HTML5, The Open Web, and what it means for you - Altran
HTML5, The Open Web, and what it means for you - AltranHTML5, The Open Web, and what it means for you - Altran
HTML5, The Open Web, and what it means for you - Altran
 
Html 5
Html 5Html 5
Html 5
 
Beginning Html 5 Presentation
Beginning Html 5 PresentationBeginning Html 5 Presentation
Beginning Html 5 Presentation
 
HTML5 History & Features
HTML5 History & FeaturesHTML5 History & Features
HTML5 History & Features
 
Html&Browser
Html&BrowserHtml&Browser
Html&Browser
 
HTML5 and Joomla! 2.5 Template
HTML5 and Joomla! 2.5 TemplateHTML5 and Joomla! 2.5 Template
HTML5 and Joomla! 2.5 Template
 
HTML 5
HTML 5HTML 5
HTML 5
 

HTML 5 Features and Front-end Tools

  • 1. Topics for today - HTML 5 - Front-end frameworks - Testing and Automation Tools
  • 2. HTML 5 – What is HTML5? HTML 5 is the latest HTML specification which brings many new features to ease the work of Web developers and Web-page authors. It is still a work in progress but many of the specifications have been implemented in the major Browsers already. Some features are unsupported but would be coming up in newer versions of Browsers.
  • 3. HTML 5 – Feature Set - New semantic elements/tags - New attributes for existing elements - Geolocation API - Video support - Drawing API - Offline Browsing - Local Storage
  • 4. HTML 5 – Changes from HTML 4 - The character encoding <meta charset="UTF-8"> - <!DOCTYPE html> - Attributes with an empty value may be written as just the attribute name omitting the equals sign and the value - basefont, big, center, font, strike, frame, frameset, noframe, background, bgcolor are deprecated or not part of HTML 5. Use CSS instead to achieve many of the same effects
  • 5. HTML 5 – New elements - section - article - aside - header - footer - nav - figure - time - keygen - output - datalist
  • 6. HTML 5 – An example <!DOCTYPE html> <html> <meta charset="UTF-8" /> <body> <header> <hgroup> <h1 id="site-title"> <a href="http://html5examples.org/">HTML5 Examples</a> </h1> </hgroup> <nav id="access" role="navigation"> <h3 class="assistive-text">Main menu</h3> <div class="skip-link"> <a class="assistive-text" href="#secondary"> Skip to secondary content</a> </div> </nav> </header> </body> </html>
  • 7. HTML 5 – Forms The following type attributes are new for the input element - - tel - url - search - email - datetime - time - date - month - week - number - range - colour
  • 8. HTML 5 – Forms II The new attributes for form inputs are - - autofocus - autocomplete - placeholder - required - pattern - readonly
  • 9. HTML 5 – Multimedia <audio controls> <source src="/home/ashish/Music/mehndi_ki_raat.mp3" type="audio/mpeg"> </audio> <video width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> </video>
  • 10. HTML 5 – Additional Features - GeoLocation API - Local Storage - Offline Browsing - Web Sockets
  • 11. HTML 5 – Front-end Frameworks - jQuery - Bootstrap from Twitter - Bootbox (enhancement to Bootstrap) - Backbone.js
  • 12. HTML 5 – Testing & Quality Tools - W3C Link Checker - W3C HTML Validator - HTML Tidy - W3C Spell Checker - BrowserStack - Collection of tools on softwareqatest
  • 13. HTML 5 – Resources on the Web - http://www.w3.org - http://w3schools.com - http://www.w3.org/QA/Tools/ - http://www.softwareqatest.com/ - http://www.browserstack.com/ - http://tidy.sourceforge.net/