How to make a website (static and dynamic) out of a collection of electronic files, bit-mapped images, vector graphics, videos and animations, so that it could satisfy W3C standards? The answer is – by means of web design inseparable with web development, namely:
- Using HTML/XHTML/XML as well as SCC to manipulate web page elements
- Delivering media to the client trying to avoid employing plug-ins
- In case of dynamic pages (the content can be changed on the client side): using JavaScript, JScript, Actionscript, and other scripting languages to alter DOM elements; using Perl, PHP, ASP, JSP, ColdFusion, and other scripting languages to compose HTML; using both of the aforesaid



