Web programming languages?

Ash2

Baseband Member
Messages
38
What actually is web programming languages like java script, html and that. Could you explain to me what they are and what they actually do?

P.s i kno other parts of IT, but i aint exactly a boffin on web design

Thanks.
 
A Web Language like HTML directly shows the Browser what to show on the Screen, its easy to read and write and parse. JavaScript does the same but doesn't show things; it tells the Browser what to do with the things in the HTML in Client Side. Other more used Web Languages like ASP.NET and PHP use Web Languages to tell a Server what HTML to pump to the Browser that it then shows. This allows the Code to include Information from Sources according the the request.
 
Back
Top Bottom