Browser

From IFWiki

(Redirected from HTML)

Most interactive fiction games can be played on a web browser. There are "Play online" buttons on many of the game pages on IFWiki.

Some games designed specifically for browsers, and some were not but can still be played using software such as Parchment.

For games playable in the browser, see Category:Browser works.

Technologies

The Web Platform consists of numerous components. The three major ones are:

  • HTML, defining the structure and static content of a web page
  • CSS, defining how the elements on the page should appear
  • JavaScript, which is a programming language controlling the dynamic aspects of a web page

Links