Egret is a brand new open mobile game and application engine which allows you to quickly build mobile games and apps on Android,iOS and Windows.
-
Updated
Feb 12, 2022 - JavaScript
Add a description, image, and links to the html5-game topic page so that developers can more easily learn about it.
To associate your repository with the html5-game topic, visit your repo's landing page and select "manage topics."
It would be good to use more semantic HTML elements instead of exclusively DIVs. Currently we only use semantic elements for the header and footer of the page. Apart from making the pages more accessible, it could also be really useful for adding captions to images using
<figure>
and<figcaption>
.More about semantic HTML elements: https://www.w3schools.com/html/html5_semantic_elements.asp