What is Web?

What is Web? 

The world wide web (www) commonly known as web, is an information system where document and other web resources identified by URL(Uniform Resource Locatar).



Web Technology Reference

Web APIs

When writing code for the web there are a large number of web APIs(Application Programming Interface) are available. Web APIs are typically used with javascript, although this doesn't always have to be the case.

Reference material for each of the individual APIs that comprise the Web's powerful scriptability, including the DOM(Document Object Model) and all of the related APIs and interfaces you can use to build Web content and apps.



Html

HTML(Hyper Text Markup Language) is the language used to describe and define the content of a  Web page.




CSS stands for Cascanding Style Sheet. CSS describe how html elemetn are to be displayed on screen or other media.It can control the layout of multiple web page all at once. External stylesheet are stored in CSS file.




Javascript

Javascript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else.




Comments