How to make an image slider for a web page

Hi,
should I use a a programing language or I can do it by using html and css.
I attached an image to describe what i want exactly.

thanks in advance

You really need a scripting language like JavaScript to do this. There are lots and lots of pre-made scripts out there that are ready for you to paste into your page for this purpose. Check out Wow slider, which is the origin of the screen shot you posted. (It actually has a nice CSS fallback—unlike most—but the CSS used there is pretty advanced, and not supported in all browsers.)

thank u