Skip to content Skip to sidebar Skip to footer

How Wide And Long Can You Make A Web Page. Is There A Limit?

I am interested in making a table in HTML and it will be big. Is there anything that limits just how far to the right or how far down I can go on any particular page ?

Solution 1:

Short answer: No. For optimizing to different monitors / devices read about Responsive & Adaptive design (or use javascript for ie6).

Solution 2:

The only limitation is the hardware of the device that will display it. I don't mean the screen size. I mean the CPU and RAM of the device, that's your limit. The bigger your page is, the more CPU and RAM it will need.

Solution 3:

Theoretically, there is no limit on width and height for a web page. But in the view of a designer. I think making your page too big is not a good idea. It'll make your web page has bad "look and feel". Instead of that, you should try using paging to make the "look and feel" way better

Solution 4:

No there is not a limit on length or width.

Solution 5:

No, there is no limit in either dimension.

Post a Comment for "How Wide And Long Can You Make A Web Page. Is There A Limit?"