- HTML
- HyperText Markup Language. The standard markup language for documents designed to be displayed in a web browser.
- CSS
- Cascading Style Sheets. A style sheet language used for describing the presentation of a document written in HTML.
- JavaScript
- A programming language that conforms to the ECMAScript specification.
<dl>
<dt>HTML</dt>
<dd>HyperText Markup Language. The standard markup language for documents designed to be displayed in a web browser.</dd>
<dt>CSS</dt>
<dd>Cascading Style Sheets. A style sheet language used for describing the presentation of a document written in HTML.</dd>
<dt>JavaScript</dt>
<dd>A programming language that conforms to the ECMAScript specification.</dd>
</dl>