Submit Web Host Review
100 Best Web Hosting Terms
# |
A |
B |
C |
D |
E |
F |
G |
H |
I |
J |
K |
L |
M |
N |
O |
P |
Q |
R |
S |
T |
U |
V |
W |
X |
Y |
Z
Term of the day
Label
A label is part of a programming language that identifies a specific location within a program. Often the label will identify a certain line of source code through a sequence of characters. A label is often used as the destination GOTO statement, allowing the user to "go to" or jump from one section of source code to another.