
|
|
|
Home Webmasters PSP MEA 1970's MEA 1980's MEA 1990's MEA 2000's P-Links M-Links O-Links |
There are several languages a Webmaster may use for programming websites. The four I will focus on are HTML, JavaScript, CSS and ASP in that order.
HTML is the most essential language. All web browsers understand it in some shape or form. HTML stands for HyperText Mark-up Language. JavaScript can add interactivity on the Client (user) side. Javascript is very powerful, but it does have its limitations. CSS stands for Cascading Style Sheet, and may be used to add a standardised look to all the pages on a web-site. ASP stands for Active Server Page, and this can add interactivity at the Server side. It is essential for uploading files, unless an alternative such as PHP is used. |