--- title: document.alinkColor slug: Web/API/Document/alinkColor tags: - DOM - Dokumentacja_Gecko_DOM - Gecko - Wszystkie_kategorie translation_of: Web/API/Document/alinkColor ---
{{ ApiRef() }}
Zwraca bądź ustawia kolor aktywnych odnośników w ciele dokumentu.
kolor = HTMLBodyElement.aLinkColor HTMLBodyElement.aLinkColor =kolor
kolor
jest ciągiem zawierającym nazwę koloru (np. "blue", "darkblue", itp.) lub wartość szesnastkową (np. "#fefdf8").DOM Level 0 - brak w specyfikacji.
{{ languages( { "en": "en/DOM/document.alinkColor", "es": "es/DOM/document.alinkColor" } ) }}