First of all tell me whats this, this is input type val or div or what? then how can I create One of them?

First of all tell me whats this, this is input type val or div or what? then how can I create One of them?

 
    
     
    
    you can do this with a canvas html element and some javascript. have a look at 
chartjs.org
it's really simple to make Doughnut Charts whith this library
http://www.chartjs.org/docs/#doughnut-pie-chart
here is a fiddle
http://jsfiddle.net/4vo72rLd/1/
 
    
    It is mostly called as 'Donut Chart'. It is constructed using SVG and javascript D3.js
You can refer to this
http://bl.ocks.org/mbostock/3887193
Also, there is a wonderful tutorial available on jsfiddle.net
