Results 1 - 4 of 4

WebGL types

The following types are used in WebGL interfaces.
Reference Types WebGL

JavaScript data types and data structures

Programming languages all have built-in data structures, but these often differ from one language to another. This article attempts to list the built-in data structures available in JavaScript and what properties they have; these can be used to build other data structures. When possible, comparisons with other languages are drawn.
Beginner beginner JavaScript Types

Link types

In HTML, the following link types indicate the relationship between two documents, in which one links to the other using an <a>, <area>, or <link> element.
HTML Link Link types Reference

<frequency>

The <frequency> CSS data type denotes a frequency dimension, like the pitch of a speaking voice. It consists of a <number> immediately followed by the unit. Like for any CSS dimension, there is no space between the unit literal and the number.
CSS CSS Data Types CSS Unit Layout Reference Web