Navigation Buttons on Three.js

I am a newbie in threejs and webgl…I am trying to convert a model using three.js and i need to know if its possible to add navigation and buttons like in google earth…Please help

Hi, you can make elements of user interface with html/css like in any website. The 3D scene rendered by three is displayed on a dom element.