There is lot of difference between width="100" and width="100%". Suppose we have create a table. if width 100 will be 100 its a fixed width. while loading it will take default table width as 100 but in 100% it wont take like that
first of all it has to load fully and then it will take the browser window width and then 100% table will display in its full view and it could be changed according the resolution and browser.
but fixed width cant be changed if the resolution and browser changed
Above answer was rated as good by the following members: webyfelix, amitverma
RE: What is the difference between width=”100” and wid...
width 100 means the size of the particular td or table is 100 pixels. width 100 means the size of the particular td or table is eqaul to the length of the td or table which is have this td or table.
Both of declarations are eqaul in firefox. It consider both of them have a size of 100 pixels.
RE: What is the difference between width=”100” and width=”100%”?
There is lot of difference between width 100 and width 100 . Suppose we have create a table.if width 100 will be 100 than it would be fixed width.In other hand 100 means table will display in its full view and it could be change according the resolution.
What is the difference between width=”100” and width=”100%”?
There is lot of difference between width "100" and width "100 ". Suppose we have create a table. if width 100 will be 100 its a fixed width. while loading it will take default table width as 100 but in 100 it wont take like that
first of all it has to load fully and then it will take the browser window width and then 100 table will display in its full view and it could be changed according the resolution and browser.
but fixed width cant be changed if the resolution and browser changed
RE: What is the difference between width=”100” and width=”100%”?
width 100 is fixed width.
Suppose we have created a table with the width of 100. It will show in browser with fixed width of 100 in any resolution. But in 100 width your table will strech according to the resolution of your monitor.
RE: What is the difference between width=”100” and width=”100%”?
Suppose we are giving width 100 in an image tag then the width of the image is 100 pixel which too small and if we give width 100 then the width of the image is 100 of the window. Just try this
<img src Location of Image width 100 height 100 >