Cite This Page
Bibliographic details for Basic HTML
- Page name: Basic HTML
- Author: Pathology Education Instructional Resource contributors
- Publisher: Pathology Education Instructional Resource, .
- Date of last revision: 19 March 2014 02:38 UTC
- Date retrieved: 2 November 2025 19:44 UTC
- Permanent URL: https://peir.path.uab.edu/index.php?title=Basic_HTML&oldid=2856
- Page Version ID: 2856
Citation styles for Basic HTML
APA style
Basic HTML. (2014, March 19). Pathology Education Instructional Resource, . Retrieved 19:44, November 2, 2025 from https://peir.path.uab.edu/index.php?title=Basic_HTML&oldid=2856.
MLA style
"Basic HTML." Pathology Education Instructional Resource, . 19 Mar 2014, 02:38 UTC. 2 Nov 2025, 19:44 <https://peir.path.uab.edu/index.php?title=Basic_HTML&oldid=2856>.
MHRA style
Pathology Education Instructional Resource contributors, 'Basic HTML', Pathology Education Instructional Resource, , 19 March 2014, 02:38 UTC, <https://peir.path.uab.edu/index.php?title=Basic_HTML&oldid=2856> [accessed 2 November 2025]
Chicago style
Pathology Education Instructional Resource contributors, "Basic HTML," Pathology Education Instructional Resource, , https://peir.path.uab.edu/index.php?title=Basic_HTML&oldid=2856 (accessed November 2, 2025).
CBE/CSE style
Pathology Education Instructional Resource contributors. Basic HTML [Internet]. Pathology Education Instructional Resource, ; 2014 Mar 19, 02:38 UTC [cited 2025 Nov 2]. Available from: https://peir.path.uab.edu/index.php?title=Basic_HTML&oldid=2856.
Bluebook style
Basic HTML, https://peir.path.uab.edu/index.php?title=Basic_HTML&oldid=2856 (last visited November 2, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Pathology Education Instructional Resource",
title = "Basic HTML --- Pathology Education Instructional Resource{,} ",
year = "2014",
url = "https://peir.path.uab.edu/index.php?title=Basic_HTML&oldid=2856",
note = "[Online; accessed 2-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 = "Pathology Education Instructional Resource",
title = "Basic HTML --- Pathology Education Instructional Resource{,} ",
year = "2014",
url = "\url{https://peir.path.uab.edu/index.php?title=Basic_HTML&oldid=2856}",
note = "[Online; accessed 2-November-2025]"
}