Home >> Tutorials/FAQs >> CSS Tutorials >> Index

CSS Tutorials - Page Widths on Popular Websites

By: FYICenter.com

(Continued from previous topic...)

What Are the Page Widths on Popular Websites?

If you want to find out what are the page widths on some popular Websites, first enter the following HTML code into a file, pageSizes.html:

<html><body>
<p>Page Size Test by FYICenter.com:</p>
<table>
<tr><td align=right>500 pixels</td>
  <td align=left><hr width=500></td></tr>
<tr><td align=right>600 pixels</td>
  <td align=left><hr width=600></td></tr>
<tr><td align=right>700 pixels</td>
  <td align=left><hr width=700></td></tr>
<tr><td align=right>800 pixels</td>
  <td align=left><hr width=800></td></tr>
<tr><td align=right>900 pixels</td>
  <td align=left><hr width=900></td></tr>
</table>
</body></html>

Then view pageSize.html and the target Web site in two non-full-screen browser windows. If you line up those two windows properly, you should be able to figure out the page width of the target Web site in pixels. Here are the page widths of some popular Websites:

www.yahoo.com     760 pixels
www.myspace.com   800 pixels
www.msn.com       770 pixels
www.ebay.com      760 pixels

(Continued on next topic...)

  1. What Needs To Be Considered When Designing Page Layout?
  2. What Is Screen Resolution?
  3. What Is Browser Resolution?
  4. How To Test Browser Resolutions?
  5. How Wide Do You Want Your Page Content to Be?
  6. What Are the Page Widths on Popular Websites?
  7. What Are the Length Units Used in CSS?
  8. How To Set Page Width Relative To the Browser Width?
  9. How To Set Page Width to a Fixed Value?
  10. How To Center Your Page in Browser Windows?
  11. What Happen to Images with Absolute Page Width Units?
  12. How To Set Page Widths to Relative Length Units?
  13. What Happen to Font Sizes with Relative Page Width Units?
  14. How To Set Font Sizes to Relative Length Units?
  15. What Are the Background Style Properties?
  16. How To Specify a Background Image?
  17. How To Position Background Images?
  18. How To Specify Two Background Images on a Page?

Selected Developer Jobs:

More...