ID

Updated: 03/10/2024 by Computer Hope

ID may refer to any of the following:

Identification card with clip.

1. In general, an ID is an abbreviation for identification. Identification usually comes in the form of a card or badge with the name and photo of an individual on it. It is used to verify that a person is who they say they are. However, there are software identifications, too. For example, many services require a valid username and password before being accessed. If the correct username and password are entered, you are identified and can log in. Otherwise, you're not allowed access.

2. With BSD (Berkeley Software Distribution), id is a command to show the numeric user and group ID on BSD. See our id command page for further information and examples on this command.

3. With CSS (cascading style sheets), id is a selector to specify a style on one HTML (hypertext markup language) element. For example, the "center" id below centers a paragraph of text. However, once an id is used on an element, it cannot be used with any other element. Use the class selector to use a style on more than one element.

CSS id code

#center { text-align: center; }

HTML <p> tag with center class

<p id="center">This text would be centered.</p>

This CSS code shows every CSS id is prefixed with a pound symbol before the id name. A line that does not begin with a pound is considered an HTML tag selector, and a class selector begins with a period.

Note

Never start a CSS id with a number since not all browsers support id names beginning with numbers.

4. When describing a company, "id" is an abbreviation for id Software.

5. The Internet domain suffix .id is short for Indonesia.

Attribute, Barcode, Computer abbreviations, Handle, Operating system terms, Part number, URI