Mozilla page info
24th June 2002
I’ve been playing around with Mozilla’s “Page Info” feature, available in the View menu, the right-click context menu and through the Ctrl+I shortcut. I’d never really lookd at it before, but the information it provides is invaluable, especially if you are interested in web development. The info window is divided in to five tabs:
- General
- Provides access to any meta tag information for the page, along with useful details such as the rendering mode used (Quirks or Standards compliant), the content-type and the last modified date.
- Forms
- Lists all of the form elements on the page along with their field name, type, contents and labal (if specified). This could be very useful for debugging form based web applications.
- Links
- Lists all of the links, form actions and related links (with the <link> tag) on the page.
- Media
- Shows a list of all media items used on the page, including images and embedded objects such as Flash files. Images can be viewed in a small preview page and saved using the “Save As...” button. The image file size and physical dimensions are also provided.
- Security
- Provides information on security certificates for the current page. This is the tab that pops up if you click the padlock icon in the bottom right hand corner of the browser.
All in all this is a very powerful tool—I’m surprised I hadn’t noticed it sooner.
More recent articles
- Notes on using LLMs for code - 20th September 2024
- Things I've learned serving on the board of the Python Software Foundation - 18th September 2024
- Notes on OpenAI's new o1 chain-of-thought models - 12th September 2024