ABSTRACT

HTML5 is the latest version, which includes a whole host of great features that make web technologies an open standard with endless possibilities for combining HTML, CSS, and JavaScript. Essentially, HTML code looks just like regular text. A great feature of HTML code is the use of curly braces. These curly braces enclose markup code that tells the browser how to display the document's data. The pieces of text that can be found inside curly braces along with square brackets are called “tags”. It is used to separate code from normal text. Elements are a tag as a whole, so this includes the opening tag, the text inside, and then the closing tag as well. Subsequently, the web page is made up of many HTML elements, all of which are put together like a giant puzzle. Although browser games are often called “HTML5 games”, they require more than just HTML5 to function properly.