Join us to show up for other Firefox users 🦊. Earn fun badges and Mozilla swag vouchers! Find out more: https://mzl.la/askafox150

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

What is the meaning of page source view code formats / colors?

I am using FireFox 22 on Win 7 64 Pro. I am a web designer / developer, and routinely access page source view via the goodl old Ctrl-U shortcut.

Even though I've used this for a long time, I have never understood the meaning of the various formats and colors of displayed source. It's a mystery – I'd love to find some reference documentation to explain it all.

I also don't understand what's going on when I click on hyperlinked text in this view; it appears to have something to do with scripts, but again, I'm mystified.

Seeking enlightenment...

I am using FireFox 22 on Win 7 64 Pro. I am a web designer / developer, and routinely access page source view via the goodl old Ctrl-U shortcut. Even though I've used this for a long time, I have never understood the meaning of the various formats and colors of displayed source. It's a mystery – I'd love to find some reference documentation to explain it all. I also don't understand what's going on when I click on hyperlinked text in this view; it appears to have something to do with scripts, but again, I'm mystified. Seeking enlightenment...

Alle Antworten (2)

You can look at this stylesheet:

  • resource://gre-resources/viewsource.css

The links in the source viewer allow you to view linked files in the source viewer. These files may range from external style sheets to external script files to images to... lots of things, not all of which will be viewable.

Note that to go "back" from a link you followed in the source viewer you can use the regular keyboard shortcuts. For Windows:

  • Alt + LeftArrow
  • Backspace (if not disabled in your settings, and cursor is not in the Find box)