I have different strings in my array. Is it possible to create a divs like for each array element in my HTML page?
A Basic For Loop + jQuery should do it. Just replace body with a selector for the container you want to add the divs to. Here is a fiddle showing the technique in use.
body
var myCars=new Array("Saab","Volvo","BMW"); for(var x=0; x' + myCars[x] + '