Bibliographic details for "Enclose text in HTML tags"

Please remember to check your manual of style, standards guide or instructor's guidelines for the exact syntax to suit your needs.

Citation styles for "Enclose text in HTML tags"

APA

Enclose text in HTML tags. (2023, Feb 13). In Geany Wiki. Retrieved 15:13, May 9, 2024, from https://wiki.geany.org/doku.php?id=howtos:enclose_text_in_html_tags&rev=1676265701.

MLA

Anonymous Contributors. "Enclose text in HTML tags". Geany Wiki. 13 Feb. 2023. Web. 9 May. 2024, 15:13

MHRA

Anonymous Contributors, 'Enclose text in HTML tags', Geany Wiki, 13 February 2023, 05:21 GMT, <https://wiki.geany.org/doku.php?id=howtos:enclose_text_in_html_tags&rev=1676265701> [Accessed 9 May 2024]

Chicago

Anonymous Contributors, "Enclose text in HTML tags", Geany Wiki, https://wiki.geany.org/doku.php?id=howtos:enclose_text_in_html_tags&rev=1676265701 (Accessed May 9, 2024).

CBE/CSE

Anonymous Contributors. Enclose text in HTML tags [Internet]. Geany Wiki; 2023 Feb 13, 05:21 GMT [Cited 2024 May 9]. Available at: https://wiki.geany.org/doku.php?id=howtos:enclose_text_in_html_tags&rev=1676265701.

Bluebook

Enclose text in HTML tags, https://wiki.geany.org/doku.php?id=howtos:enclose_text_in_html_tags&rev=1676265701 (Last visited May 9, 2024).

AMA

Anonymous Contributors. Enclose text in HTML tags. Geany Wiki. February 13, 2023, 05:21 GMT. Available at: https://wiki.geany.org/doku.php?id=howtos:enclose_text_in_html_tags&rev=1676265701. Accessed May 9, 2024.

BibTeX

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "Enclose text in HTML tags --- Geany Wiki",
   year = "2023",
   url = "https://wiki.geany.org/doku.php?id=howtos:enclose_text_in_html_tags&rev=1676265701",
   note = "[Online; accessed 9-May-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 = "Anonymous Contributors",
   title = "Enclose text in HTML tags --- Geany Wiki",
   year = "2023",
   url = "\url{https://wiki.geany.org/doku.php?id=howtos:enclose_text_in_html_tags&rev=1676265701}",
   note = "[Online; accessed 9-May-2024]"


   author = "Anonymous Contributors",
   title = "Enclose text in HTML tags --- Geany Wiki",
   year = "2023",
   url = "\url{https://wiki.geany.org/doku.php?id=howtos:enclose_text_in_html_tags&rev=1676265701}",
   note = "[Online; accessed 9-May-2024]"
 }
  

DokuWiki talk pages

Markup
[[howtos:enclose_text_in_html_tags|Enclose text in HTML tags]] ([[howtos:enclose_text_in_html_tags?rev=1676265701|this version]])
Result
Enclose text in HTML tags (this version)
Print/export