HTML5 The fifth revision of the HTML standard. It is still under development but is expected to become a new standard for web pages that eventually is expected to replace XHTML. It provides improved processing of audio and video files and is supported by most mobile devices.
View (MVC) One of the elements of the model-view-controller design pattern used for Joomla core components. The view is responsible for generating output sent to the browser by the component. The base API class we use for views is called JView.
SQL Stands for Structured query language. The language used to create SQL queries to access and manipulate databases. Includes DDL (data-definition language that manages table and index structure) and DML (data manipulation lan- guage, the subset of SQL used to add, update and delete data).