Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Evon R'al/Wiki coding notes: Difference between revisions

From EVE University Wiki
m Add another sortable option.
m Add link.
Line 233: Line 233:
* [https://www.w3schools.com/cssref W3 schools reference]
* [https://www.w3schools.com/cssref W3 schools reference]
* [https://developer.mozilla.org/en-US/docs/Web/CSS mdn web docs reference]
* [https://developer.mozilla.org/en-US/docs/Web/CSS mdn web docs reference]
* [[:Wikipedia:Wikipedia:TemplateStyles|Wikipedia projects page TemplateStyles]]
=== CSS location ===
=== CSS location ===
; External style sheet : A separate file with CSS definitions. Loaded into the page with a HTML link in the head section of the page.
; External style sheet : A separate file with CSS definitions. Loaded into the page with a HTML link in the head section of the page.