current location: Home > Download > Learning resources > Web page production > H5 and C3 Definitive Guide 2
![H5 and C3 Definitive Guide 2](https://img.php.cn/upload/webcode/000/000/000/5a55d3610c1ad382.png)
H5 and C3 Definitive Guide 2
Classify: Learning materials / Web page production | Release time: 2018-01-10 | visits: 2990997 |
Download: 260 |
Latest Downloads
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
24 HoursReading Leaderboard
- 1 NYT Connections Answers And Hints - February 17, 2025 Solution #617
- 2 Roblox Fisch: Ashfall Event Guide
- 3 Avowed: Dawnshore Pargrun Cache Exploration Guide
- 4 A Guide to Proper Error Handling in JavaScript
- 5 Hello Kitty Island Adventure: Reboot The Robots Quest Walkthrough
- 6 Building a VPS with WordPress on a LEMP Stack
- 7 How to Test Your JavaScript with Selenium WebDriver and Mocha
- 8 Deploy Fault Tolerant, Load Balanced Web Apps on Alibaba Cloud
- 9 A Guide to Setting Up Let's Encrypt SSL on Shared Hosting
- 10 Hello Kitty Island Adventure: All Spooky Swamp Puzzle Room Locations And Solutions
- 11 Getting Started with Python and MongoDB
- 12 How to Use Service Workers to Communicate Across Browser Tabs
- 13 Adding Animations for Effective Blog Posts with WordPress and Tumult Hype
- 14 Drupal 8 Third Party Settings and Pseudo-Fields
- 15 Java and MongoDB 4.0 Support for Multi-document ACID Transactions
Latest Tutorials
-
- Go language practical GraphQL
- 2753 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 4132 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2227 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2987 2024-03-29
HTML5 is a powerful force after HTML4. It encapsulates many APIs. We no longer need to write several lines of javascript to implement a simple function, but a single tag can solve the problem. It has very powerful semantic tags. It makes the layout concise and easy to understand and easy to maintain. The most important thing is that its compatibility is very powerful. It seems to be born to solve the compatibility problem. Although the syntax is different, it is also compatible with HTML4 writing method. Isn’t it very powerful?
1. New structural elements
1) section
Represents a content block in the page, such as a chapter, header, footer or other part of the page, which can replace the previous div
2) article
Represents a piece of independent content on the page that is not related to the context, such as an article in a blog.
3) aside
Represents auxiliary information related to the content of the article element in addition to the content of the article element.
4) header
5)footer
6)hgroup
Used to combine the titles of an entire page or a content block within a page
7) figure
Represents an independent piece of stream content, generally representing an independent unit in the main stream content of the document, using
figcaptionAdds a title to the figure element
8)nav
![](/static/newDowns/images/images/book.png)