Content deleted Content added
→External links: ca:iw |
|||
Line 14:
A significant advantage of building Web applications to support standard browser features is that they should perform as specified regardless of the operating system or OS version installed on a given client. Rather than creating clients for [[Microsoft Windows|MS Windows]], [[Mac OS X]], [[Linux|GNU/Linux]], and other [[operating system]]s, the application can be written once and deployed almost anywhere. However, inconsistent implementations of the [[HyperText Markup Language|HTML]], [[Cascading Style Sheets|CSS]], [[Document Object Model|DOM]] and other browser specifications can cause problems in web application development and support. Additionally, the ability of users to customize many of the display settings of their browser (such as selecting different font sizes, colors, and typefaces, or disabling scripting support) can interfere with consistent implementation of a Web application.
Another
==Structure==
|