Cite This Page
Bibliographic details for Starting a web browser
- Page name: Starting a web browser
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 9 February 2024 16:26 UTC
- Date retrieved: 12 November 2024 02:15 UTC
- Permanent URL: https://rosettacode.org/wiki/Starting_a_web_browser?oldid=352518
- Page Version ID: 352518
Citation styles for Starting a web browser
APA style
Starting a web browser. (2024, February 9). Rosetta Code. Retrieved 02:15, November 12, 2024 from https://rosettacode.org/wiki/Starting_a_web_browser?oldid=352518.
MLA style
"Starting a web browser." Rosetta Code. 9 Feb 2024, 16:26 UTC. 12 Nov 2024, 02:15 <https://rosettacode.org/wiki/Starting_a_web_browser?oldid=352518>.
MHRA style
Rosetta Code contributors, 'Starting a web browser', Rosetta Code, 9 February 2024, 16:26 UTC, <https://rosettacode.org/wiki/Starting_a_web_browser?oldid=352518> [accessed 12 November 2024]
Chicago style
Rosetta Code contributors, "Starting a web browser," Rosetta Code, https://rosettacode.org/wiki/Starting_a_web_browser?oldid=352518 (accessed November 12, 2024).
CBE/CSE style
Rosetta Code contributors. Starting a web browser [Internet]. Rosetta Code; 2024 Feb 9, 16:26 UTC [cited 2024 Nov 12]. Available from: https://rosettacode.org/wiki/Starting_a_web_browser?oldid=352518.
Bluebook style
Starting a web browser, https://rosettacode.org/wiki/Starting_a_web_browser?oldid=352518 (last visited November 12, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Starting a web browser --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Starting_a_web_browser?oldid=352518", note = "[Online; accessed 12-November-2024]" }
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 = "Rosetta Code", title = "Starting a web browser --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Starting_a_web_browser?oldid=352518}", note = "[Online; accessed 12-November-2024]" }