Cite This Page
Bibliographic details for CSS color and background tutorial
- Page name: CSS color and background tutorial
- Author: EduTech Wiki contributors
- Publisher: EduTech Wiki.
- Date of last revision: 22 August 2016 17:23 UTC
- Date retrieved: 15 August 2026 03:44 UTC
- Permanent URL: https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_color_and_background_tutorial&oldid=59961
- Page Version ID: 59961
Citation styles for CSS color and background tutorial
APA style
CSS color and background tutorial. (2016, August 22). EduTech Wiki. Retrieved 03:44, August 15, 2026 from https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_color_and_background_tutorial&oldid=59961.
MLA style
"CSS color and background tutorial." EduTech Wiki. 22 Aug 2016, 17:23 UTC. 15 Aug 2026, 03:44 <https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_color_and_background_tutorial&oldid=59961>.
MHRA style
EduTech Wiki contributors, 'CSS color and background tutorial', EduTech Wiki, 22 August 2016, 17:23 UTC, <https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_color_and_background_tutorial&oldid=59961> [accessed 15 August 2026]
Chicago style
EduTech Wiki contributors, "CSS color and background tutorial," EduTech Wiki, https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_color_and_background_tutorial&oldid=59961 (accessed August 15, 2026).
CBE/CSE style
EduTech Wiki contributors. CSS color and background tutorial [Internet]. EduTech Wiki; 2016 Aug 22, 17:23 UTC [cited 2026 Aug 15]. Available from: https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_color_and_background_tutorial&oldid=59961.
Bluebook style
CSS color and background tutorial, https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_color_and_background_tutorial&oldid=59961 (last visited August 15, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "EduTech Wiki",
title = "CSS color and background tutorial --- EduTech Wiki{,} A resource kit for educational technology teaching, practice and research",
year = "2016",
url = "https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_color_and_background_tutorial&oldid=59961",
note = "[Online; accessed 15-August-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "EduTech Wiki",
title = "CSS color and background tutorial --- EduTech Wiki{,} A resource kit for educational technology teaching, practice and research",
year = "2016",
url = "\url{https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_color_and_background_tutorial&oldid=59961}",
note = "[Online; accessed 15-August-2026]"
}