Cite This Page
Bibliographic details for How to Create a Site
- Page name: How to Create a Site
- Author: Iskomunidad contributors
- Publisher: Iskomunidad.
- Date of last revision: 23 April 2021 06:56 UTC
- Date retrieved: 25 January 2026 12:36 UTC
- Permanent URL: https://iskomunidad.upd.edu.ph/index.php?title=How_to_Create_a_Site&oldid=64683
- Page Version ID: 64683
Citation styles for How to Create a Site
APA style
How to Create a Site. (2021, April 23). Iskomunidad. Retrieved 12:36, January 25, 2026 from https://iskomunidad.upd.edu.ph/index.php?title=How_to_Create_a_Site&oldid=64683.
MLA style
"How to Create a Site." Iskomunidad. 23 Apr 2021, 06:56 UTC. 25 Jan 2026, 12:36 <https://iskomunidad.upd.edu.ph/index.php?title=How_to_Create_a_Site&oldid=64683>.
MHRA style
Iskomunidad contributors, 'How to Create a Site', Iskomunidad, 23 April 2021, 06:56 UTC, <https://iskomunidad.upd.edu.ph/index.php?title=How_to_Create_a_Site&oldid=64683> [accessed 25 January 2026]
Chicago style
Iskomunidad contributors, "How to Create a Site," Iskomunidad, https://iskomunidad.upd.edu.ph/index.php?title=How_to_Create_a_Site&oldid=64683 (accessed January 25, 2026).
CBE/CSE style
Iskomunidad contributors. How to Create a Site [Internet]. Iskomunidad; 2021 Apr 23, 06:56 UTC [cited 2026 Jan 25]. Available from: https://iskomunidad.upd.edu.ph/index.php?title=How_to_Create_a_Site&oldid=64683.
Bluebook style
How to Create a Site, https://iskomunidad.upd.edu.ph/index.php?title=How_to_Create_a_Site&oldid=64683 (last visited January 25, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Iskomunidad",
title = "How to Create a Site --- Iskomunidad{,} ",
year = "2021",
url = "https://iskomunidad.upd.edu.ph/index.php?title=How_to_Create_a_Site&oldid=64683",
note = "[Online; accessed 25-January-2026]"
}
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 = "Iskomunidad",
title = "How to Create a Site --- Iskomunidad{,} ",
year = "2021",
url = "\url{https://iskomunidad.upd.edu.ph/index.php?title=How_to_Create_a_Site&oldid=64683}",
note = "[Online; accessed 25-January-2026]"
}