Cite This Page
Bibliographic details for HTML essentials
- Page name: HTML essentials
- Author: "A B C" contributors
- Publisher: "A B C", .
- Date of last revision: 16 September 2012 16:51 UTC
- Date retrieved: 11 July 2025 06:24 UTC
- Permanent URL: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML_essentials&oldid=5529
- Page Version ID: 5529
Citation styles for HTML essentials
APA style
HTML essentials. (2012, September 16). "A B C", . Retrieved 06:24, July 11, 2025 from http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML_essentials&oldid=5529.
MLA style
"HTML essentials." "A B C", . 16 Sep 2012, 16:51 UTC. 11 Jul 2025, 06:24 <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML_essentials&oldid=5529>.
MHRA style
"A B C" contributors, 'HTML essentials', "A B C", , 16 September 2012, 16:51 UTC, <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML_essentials&oldid=5529> [accessed 11 July 2025]
Chicago style
"A B C" contributors, "HTML essentials," "A B C", , http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML_essentials&oldid=5529 (accessed July 11, 2025).
CBE/CSE style
"A B C" contributors. HTML essentials [Internet]. "A B C", ; 2012 Sep 16, 16:51 UTC [cited 2025 Jul 11]. Available from: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML_essentials&oldid=5529.
Bluebook style
HTML essentials, http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML_essentials&oldid=5529 (last visited July 11, 2025).
BibTeX entry
@misc{ wiki:xxx, author = ""A B C"", title = "HTML essentials --- "A B C"{,} ", year = "2012", url = "http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML_essentials&oldid=5529", note = "[Online; accessed 11-July-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 essentials --- "A B C"{,} ", year = "2012", url = "\url{http://steipe.biochemistry.utoronto.ca/abc/index.php?title=HTML_essentials&oldid=5529}", note = "[Online; accessed 11-July-2025]" }