There a bunch of documentation about DNN controls, but none of them seem to give the crucial information needed: that at the top of a file you need to include the incantation
<%@ Register TagPrefix="dnn" TagName="label" src="~/controls/LabelControl.ascx" %>
It would be helpful to add this to the documentation.
Cheers
JC