I guess the answer is that you would create a template with the html to display your table, then replace the parts that will change with {vb:raw var} type of variables. Then you need php code somewhere to render the template, like this article describes:
https://vborg.vbsupport.ru/showthread.php?t=228078
Of course you would probably want a database of movies, so you'd have to design a database table, somehow get data into it, then have code that reads the data beofre rendering the template. But to be honest if you don't know how to do at least some of that then you probably need to think about paying someone to do it for you.