what are the extra features added in html5?
what are the extra features added in html5?
HTML5 has 28 new features.
Some of them i listed below:
1. New Doctype
2. The Figure Element
3. <small> Redefined
4. To Quote or Not to Quote.
5. Make your Content Editable
6. Email Inputs
7. Local Storage
8. Autofocus Attribute
9. Audio Support
10. Video Support
etc. For more deatils check out: https://code.tutsplus.com/tutorials/28-html5-features-tips-and-techniques-you-must-know--net-13520
HTML5 introduced several new features, including:
- Semantic elements like `<header>`, `<footer>`, and `<article>` for better structure.
- Audio and video support without plugins.
- Canvas for drawing graphics.
- Local storage for offline data storage.
- Geolocation API for location-based services.
- Improved form controls like date pickers and validation.
Bookmarks