• NIH

  • URL

  • HTML

  • IRC


  1. HTML (HyperText Markup Language): The standard markup language for creating web pages. It structures content on the web.

  2. CSS (Cascading Style Sheets): Used for describing the presentation of a document written in HTML or XML, controlling layout, colors, fonts, and overall visual appearance.

  3. JavaScript: A programming language that enables interactive web pages. It allows for dynamic content and can be used to handle events, validate forms, create animations, and much more.

  4. Server-Side Languages: These languages run on the server and generate HTML content dynamically before it is sent to the user`s browser. Common server-side languages include:

    • PHP
    • Python (e.g., with Django or Flask)
    • Ruby (e.g., with Ruby on Rails)
    • Java (e.g., with Spring)
    • C# (e.g., with ASP.NET)
    • Node.js (JavaScript runtime)
  5. SQL (Structured Query Language): Often used in conjunction with server-side languages to interact with databases, perform queries, and manage data.

  6. XML (eXtensible Markup Language) and JSON (JavaScript Object Notation): Used for data interchange between server and client.

These languages work together to create functional, interactive, and visually appealing web pages and applications.


New Questions