by lazars | Sep 3, 2019 | Scripting Languages
The Extensible Markup Language or XML is one of the most commonly used open formats for the storage, structuring, manipulation and transportation of data. One of the main reasons for this is the fact that it’s an international standard that is compliant with all...
by lazars | Sep 3, 2019 | Scripting Languages
Basically, XHTML is HTML defined and executed as XML. XHTML is written in similar to the HTML syntax, but stricter. XHTML combines the advantages of both XML and HTML, it’s supported by the majority of browsers and editors. The XHTML script is an extended version of...
by lazars | Sep 3, 2019 | Scripting Languages
The Common Gateway Interface, commonly known as CGI, is a widely used standard for running scripts on a server. The CGI provides access to data and scripts on the web server, thus allowing the creation of dynamic web pages (most frequently HTML forms). The Common...
by lazars | Sep 3, 2019 | Scripting Languages
CSS which stands for Cascading Style Sheets is a scripting language used for describing the way a document written in a markup language looks. Most often it’s used for creating styles for websites written in HTML and XHTML, but if you code CSS it can also be used with...
by lazars | Sep 3, 2019 | Scripting Languages
Dynamic HTML script (or DHTML script) is not exactly a new version of HTML, but more of a new approach of looking at and controlling the standard HTML codes and commands. When talking of DHTML, the qualities of standard HTML have to be considered, especially that when...