module OpenLayers.HtmlInternal where

buttonElement = "<input>"
divElement  = "<div>"
formElement  = "<form>"
inputTextElement = "<input type=text>"
inputCheckboxElement = "<input type=checkbox>"
aElement  = "<a>"
pElement  = "<p>"