HTML
Javascript
PHP
|
(Hyper-Text Markup Language). This is a language used to create electronic documents, especially pages on the World Wide Web, that contain connections called hyperlinks to other pages.
This is a language used to create electronic documents, especially pages on the World Wide Web, that contain connections called hyperlinks to other pages.merly known as LiveScript and renamed to JavaScript in 1995. It was developed by Netscape to enable Web authors to design interactive sites. Its code can be written along side HTML source code to perform tasks such as printing the time and date, creating a calendar and create image rollovers.
(Hypertext Preprocessor). PHP is a server side web scripting language. It was developed to allow web designers to create dynamically generated web pages and is especially good for creating data-base driven websites. This is because a host server has to change the PHP code into HTML code so a browser can read it, which means a user cannot access the PHP code making it secure enough to use and access databases. |