Cite This Page
Bibliographic details for HTML
- Page name: HTML
- Author: "A B C" contributors
- Publisher: "A B C", .
- Date of last revision: 26 January 2012 03:45 UTC
- Date retrieved: 25 November 2025 01:14 UTC
- Permanent URL: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML&oldid=4894
- Page Version ID: 4894
Citation styles for HTML
APA style
HTML. (2012, January 26). "A B C", . Retrieved 01:14, November 25, 2025 from http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML&oldid=4894.
MLA style
"HTML." "A B C", . 26 Jan 2012, 03:45 UTC. 25 Nov 2025, 01:14 <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML&oldid=4894>.
MHRA style
"A B C" contributors, 'HTML', "A B C", , 26 January 2012, 03:45 UTC, <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML&oldid=4894> [accessed 25 November 2025]
Chicago style
"A B C" contributors, "HTML," "A B C", , http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML&oldid=4894 (accessed November 25, 2025).
CBE/CSE style
"A B C" contributors. HTML [Internet]. "A B C", ; 2012 Jan 26, 03:45 UTC [cited 2025 Nov 25]. Available from: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML&oldid=4894.
Bluebook style
HTML, http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML&oldid=4894 (last visited November 25, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = ""A B C"",
title = "HTML --- "A B C"{,} ",
year = "2012",
url = "http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML&oldid=4894",
note = "[Online; accessed 25-November-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 = ""A B C"",
title = "HTML --- "A B C"{,} ",
year = "2012",
url = "\url{http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML&oldid=4894}",
note = "[Online; accessed 25-November-2025]"
}