- Developing Windows Store Apps with HTML5 and JavaScript
- Rami Sarieddine
- 223字
- 2021-08-06 17:02:09
Chapter 1. HTML5 Structure
HTML5 introduced new elements and attributes for a neater structure, smarter forms, and richer media; this make the life of a developer much easier. HTML5 features are classified into several groups based on their function, and the new structural elements fall under the group semantics, which include structural elements, media elements, attributes, form types, link relation types, semantics for internationalization, and microdata for additional semantics. There is a big list of additions and enhancements in HTML5, all with the aim of better presenting the content on the web. You will use many of these when developing apps for Windows 8; the difference and, moreover, the advantage of using it for Windows 8 development is that you do not have to worry about the browser's compatibility, at least at the level of Windows Store apps, since Windows 8 is an HTML5 platform that uses the most recent web standards. Everything that you use from HTML5 and CSS3 is provided for you in your code and is guaranteed to work in the application. And the latest version of Visual Studio (VS 2012) includes a new HTML and CSS editor that offers full support for HTML5 and CSS3 elements and snippets.
In this chapter we will be covering the following topics:
- Semantic elements
- Media elements
- Form elements
- Custom data attributes
- Python編程自學手冊
- Android 應用案例開發大全(第3版)
- Java 9模塊化開發:核心原則與實踐
- SQL Server與JSP動態網站開發
- iOS自動化測試實戰:基于Appium、Python與Pytest
- C# and .NET Core Test Driven Development
- Visual Basic程序設計習題與上機實踐
- 3ds Max印象 電視欄目包裝動畫與特效制作
- Unity Character Animation with Mecanim
- Vue.js 3應用開發與核心源碼解析
- 零基礎C#學習筆記
- Access數據庫應用教程(2010版)
- Instant GLEW
- Python應用與實戰
- 零基礎學SQL(升級版)