HTML

HTML was developed with the intent of defining the structure of documents like headings, paragraphs, lists, and so forth to facilitate the sharing of scientific information between researchers.
  1. Basic Tags
  2. Elements
  3. Atrributes
  4. Formatting
  5. Phrase Tags
  6. Meta Tags
  7. HTML Comments
  8. Images
  9. Tables
  10. Lists
  11. Text Links
  12. Image Links
  13. Email Links
  14. Frames
  15. Iframes
  16. Blocks
  17. Fonts
  18. HTML Forms
  19. Embed Multimedia
  20. Header
  21. Stylesheet
  22. Marquees
  23. JavaScript
  24. Layouts


CSS

CSS is easy to learn and understand but it provides powerful control over the presentation of an HTML document. Most commonly, CSS is combined with the markup languages HTML or XHTML.

JavaScript

JavaScript is a dynamic computer programming language. It is lightweight and most commonly used as a part of web pages, whose implementations allow client-side script to interact with the user and make dynamic pages. It is an interpreted programming language with object-oriented capabilities.

jQuery

jQuery is a fast and concise JavaScript Library created by John Resig in 2006. It simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.