Dynamic HTML: Difference between revisions

Content deleted Content added
m top: make wikilinks for HTML and style sheets
Uses: Add citation of dhtml games
Line 20:
* Include rollover buttons or drop-down menus.
 
A less common use is to create browser-based action games. Although a number of games were created using DHTML during the late 1990s and early 2000s,<ref>{{CitationCite web needed|title=Stephen's Web ~ Fun and Games With DHTML ~ Stephen Downes |url=https://www.downes.ca/post/276 |access-date=October2022-08-27 2008|website=www.downes.ca |language=en}}</ref> differences between browsers made this difficult: many techniques had to be implemented in code to enable the games to work on multiple platforms. Recently browsers have been converging towards [[web standards]], which has made the design of DHTML games more viable. Those games can be played on all major browsers and they can also be ported to [[KDE Plasma Workspaces|Plasma]] for [[KDE]], Widgets for [[macOS]] and Gadgets for [[Windows Vista]], which are based on DHTML code.
 
The term "DHTML" has fallen out of use in recent years as it was associated with practices and conventions that tended to not work well between various web browsers.<ref>{{cite book |last1=Ferguson |first1=Russ |last2=Heilmann |first2=Christian |title=Beginning JavaScript with DOM Scripting and Ajax |date=2013 |publisher=Berkeley, CA: Apress |pages=49-68 |url=https://link-springer-com.huaryu.kl.oakland.edu/content/pdf/10.1007/978-1-4302-5093-7.pdf |access-date=May 30, 2022}}</ref>
Line 27:
 
More recently, [[JavaScript library|JavaScript libraries]] such as [[jQuery]] have abstracted away many of the day-to-day difficulties in cross-browser DOM manipulation.
 
 
== Structure of a web page ==