I have a table with many rows on my page. I would like to set table\'s height, say for 500px, such that if the height of the table is bigger than that, a vertical scroll bar
You need to wrap the table inside another element and set the height of that element. Example with inline css: