HTML5 in the context of "World Wide Web Consortium"

Play Trivia Questions online!

or

Skip to study material about HTML5 in the context of "World Wide Web Consortium"




⭐ Core Definition: HTML5

HTML5 (Hypertext Markup Language 5) is a markup language used for structuring and presenting hypertext documents on the World Wide Web. It was the fifth and final major HTML version that is now a retired World Wide Web Consortium (W3C) recommendation. The current specification is known as the HTML Living Standard. It is maintained by the Web Hypertext Application Technology Working Group (WHATWG), a consortium of the major browser vendors (Apple, Google, Mozilla, and Microsoft).

HTML5 was first released in a public-facing form on 22 January 2008, with a major update and "W3C Recommendation" status in October 2014. Its goals were to improve the language with support for the latest multimedia and other new features; to keep the language both easily readable by humans and consistently understood by computers and devices such as web browsers, parsers, etc., without XHTML's rigidity; and to remain backward-compatible with older software. HTML5 is intended to subsume not only HTML 4 but also XHTML1 and even the DOM Level 2 HTML itself.

↓ Menu

In this Dossier

HTML5 in the context of Browser game

A browser game is a video game that is played over the Internet using a web browser, typically without the need for dedicated hardware or software installation. They are sometimes referred to more specifically by their format, such as Flash games or HTML5 games. They are generally free-to-play and can be either single-player or multiplayer. It is not necessary to install a browser game; simply visiting the webpage will run the title in a browser. Some browser games were also made available as mobile apps, PC games, or console titles. However, the browser version may have fewer features or inferior graphics compared to the others, which are usually native apps.

Browser games have existed in various forms since the origins of the open internet in the 1990s. However, the 2000s were a "golden age" for the medium, and a great many were created with Adobe Flash during the period. The 2000s also saw the rise of social network games such as FarmVille, and the web ecosystem of the time was a "creative vortex" of rapid iteration and development, which had a huge influence on independent video games. Ultimately, the decline of Flash as a format and the rise of mobile gaming in the 2010s brought an end to the scene, though there have been more recent developments such as .io games.

↑ Return to Menu

HTML5 in the context of Closed caption

Closed captioning (CC) is the process of displaying text on a television, video screen, or other visual display to provide additional or interpretive information, where the viewer is given the choice of whether the text is displayed. Closed captions are typically used as a transcription of the audio portion of a program as it occurs (either verbatim or in edited form), sometimes including descriptions of non-speech elements. Other uses have included providing a textual alternative language translation of a presentation's primary audio language that is usually burned in (or "open") to the video and unselectable.

HTML5 defines subtitles as a "transcription or translation of the dialogue when sound is available but not understood" by the viewer (for example, dialogue in a foreign language) and captions as a "transcription or translation of the dialogue, sound effects, relevant musical cues, and other relevant audio information when sound is unavailable or not clearly audible" (for example, when audio is muted or the viewer is deaf or hard of hearing).

↑ Return to Menu

HTML5 in the context of FUDforum

FUDforum is a free and open-source Internet forum software, originally produced by Advanced Internet Designs Inc., that is now maintained by the user community. The name "FUDforum" is an abbreviation of Fast Uncompromising Discussion forum. It is comparable to other forum software. FUDforum is customizable and has a large feature set relative to other forum packages.

FUDforum runs on a number of operating systems that are able to support the PHP programming language, including Unix, Linux and Windows systems. The interface is based on HTML5 with CSS, jQuery and AJAX.

↑ Return to Menu

HTML5 in the context of MDN Web Docs

MDN Web Docs, previously Mozilla Developer Network and formerly Mozilla Developer Center, is a documentation repository and learning resource for web developers. It was started by Mozilla in 2005 as a unified place for documentation about open web standards, Mozilla's own projects, and developer guides.

MDN Web Docs content is maintained by Mozilla, Google employees, and volunteers (community of developers and technical writers). It also contains content contributed by Microsoft, Google, and Samsung who, in 2017, announced they would shut down their own web documentation projects and move all their documentation to MDN Web Docs. Topics include HTML5, JavaScript, CSS, Web APIs, Django, Node.js, WebExtensions, MathML, and others.

↑ Return to Menu

HTML5 in the context of HTML video

HTML video is a subject of the HTML specification as the standard way of playing video via the web. Introduced in HTML5, it is designed to partially replace the object element and the previous de facto standard of using the proprietary Adobe Flash plugin, though early adoption was hampered by lack of agreement as to which video coding formats and audio coding formats should be supported in web browsers. As of 2020, HTML video is the only widely supported video playback technology in modern browsers, with the Flash plugin being phased out.

↑ Return to Menu

HTML5 in the context of Palm, Inc.

Palm, Inc., was an American company that specialized in manufacturing personal digital assistants (PDAs) and developing software. Palm designed the PalmPilot, the first PDA successfully marketed worldwide, and was known for the Treo 600, one of the earlier successful smartphones. Palm developed the Palm OS software for PDAs and smartphones released under its line of Palm-branded devices and also licensed to other PDA manufacturers.

The company was also responsible for the first versions of webOS, the first multitasking operating system for smartphones, and enyo.js, a framework for HTML5 apps. In July 2010, Palm was purchased by Hewlett-Packard (HP), and in 2011 announced a new range of webOS products. However, after poor sales, HP CEO Léo Apotheker announced in August 2011 that it would end production and support of Palm and webOS devices, marking the end of the Palm brand after 19 years. In October 2014, HP sold the Palm trademark to a shelf corporation tied to the Chinese electronics firm TCL Corporation.

↑ Return to Menu

HTML5 in the context of Web feed

On the World Wide Web, a web feed (or news feed) is a data format used for providing users with frequently updated content. Content distributors syndicate a web feed, thereby allowing users to subscribe a channel to it by adding the feed resource address to a news aggregator client (also called a feed reader or a news reader). Users typically subscribe to a feed by manually entering the URL of a feed or clicking a link in a web browser or by dragging the link from the web browser to the aggregator, thus "RSS and Atom files provide news updates from a website in a simple form for your computer."

The kinds of content delivered by a web feed are typically HTML (webpage content) or links to webpages and other kinds of digital media. Often, when websites provide web feeds to notify users of content updates, they only include summaries in the web feed rather than the full content itself. Many news websites, weblogs, schools and podcasters operate web feeds. As web feeds are designed to be machine-readable rather than human-readable they can also be used to automatically transfer information from one website to another without any human intervention.

↑ Return to Menu

HTML5 in the context of Rich internet application

A Rich Internet Application (also known as a rich web application, RIA or installable Internet application) is a web application that has many of the characteristics of desktop application software. The concept is closely related to a single-page application, and may allow the user interactive features such as drag and drop, background menu, WYSIWYG editing, etc. The concept was first introduced in 2002 by Macromedia to describe Macromedia Flash MX product (which later became Adobe Flash). Throughout the 2000s, the term was generalized to describe browser-based applications developed with other competing browser plugin technologies including Java applets, and Microsoft Silverlight.

With the deprecation of browser plugin interfaces and transition to standard HTML5 technologies, Rich Internet Applications were replaced with JavaScript web applications, including single-page applications and progressive web applications.

↑ Return to Menu

HTML5 in the context of XHTML

Extensible HyperText Markup Language (XHTML) is part of the family of XML markup languages which mirrors or extends versions of the widely used HyperText Markup Language (HTML), the language in which Web pages are formulated.

While HTML, prior to HTML5, was defined as an application of Standard Generalized Markup Language (SGML), a flexible markup language framework, XHTML is an application of XML, a more restrictive subset of SGML. XHTML documents are well-formed and may therefore be parsed using standard XML parsers, unlike HTML, which requires a lenient, HTML-specific parser.

↑ Return to Menu