Cite This Page
Bibliographic details for CSS text styling tutorial
- Page name: CSS text styling tutorial
- Author: EduTech Wiki contributors
- Publisher: EduTech Wiki.
- Date of last revision: 22 August 2016 16:32 UTC
- Date retrieved: 8 December 2025 11:10 UTC
- Permanent URL: https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_text_styling_tutorial&oldid=59396
- Page Version ID: 59396
Citation styles for CSS text styling tutorial
APA style
CSS text styling tutorial. (2016, August 22). EduTech Wiki. Retrieved 11:10, December 8, 2025 from https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_text_styling_tutorial&oldid=59396.
MLA style
"CSS text styling tutorial." EduTech Wiki. 22 Aug 2016, 16:32 UTC. 8 Dec 2025, 11:10 <https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_text_styling_tutorial&oldid=59396>.
MHRA style
EduTech Wiki contributors, 'CSS text styling tutorial', EduTech Wiki, 22 August 2016, 16:32 UTC, <https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_text_styling_tutorial&oldid=59396> [accessed 8 December 2025]
Chicago style
EduTech Wiki contributors, "CSS text styling tutorial," EduTech Wiki, https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_text_styling_tutorial&oldid=59396 (accessed December 8, 2025).
CBE/CSE style
EduTech Wiki contributors. CSS text styling tutorial [Internet]. EduTech Wiki; 2016 Aug 22, 16:32 UTC [cited 2025 Dec 8]. Available from: https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_text_styling_tutorial&oldid=59396.
Bluebook style
CSS text styling tutorial, https://edutechwiki.unige.ch/mediawiki/index.php?title=CSS_text_styling_tutorial&oldid=59396 (last visited December 8, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "EduTech Wiki",
title = "CSS text styling 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_text_styling_tutorial&oldid=59396",
note = "[Online; accessed 8-December-2025]"
}
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 text styling 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_text_styling_tutorial&oldid=59396}",
note = "[Online; accessed 8-December-2025]"
}