Wikipedia:RD/C

☆ Save On Wikipedia ↗
Welcome to the computing section
of the Wikipedia reference desk.
Select a section:
Want a faster answer?

Main page: Help searching Wikipedia

   

How can I get my question answered?

  • Select the section of the desk that best fits the general topic of your question (see the navigation column to the right).
  • Post your question to only one section, providing a short header that gives the topic of your question.
  • Type '~~~~' (that is, four tilde characters) at the end – this signs and dates your contribution so we know who wrote what and when.
  • Don't post personal contact information – it will be removed. Any answers will be provided here.
  • Please be as specific as possible, and include all relevant context – the usefulness of answers may depend on the context.
  • Note:
    • We don't answer (and may remove) questions that require medical diagnosis or legal advice.
    • We don't answer requests for opinions, predictions or debate.
    • We don't do your homework for you, though we'll help you past the stuck point.
    • We don't conduct original research or provide a free source of ideas, but we'll help you find information you need.



How do I answer a question?

Main page: Wikipedia:Reference desk/Guidelines

  • The best answers address the question directly, and back up facts with wikilinks and links to sources. Do not edit others' comments and do not give any medical or legal advice.
See also:

June 14

Online casino replaces pre-existing website

Several years ago, I deleted a previous article about Michael Greilsammer because it infringed the "about the artist" page on his website, http://www.michaelgreilsammer.com/michael-greilsammer-biography. Someone's asked on my talk page if this might have been a different person, because http://www.michaelgreilsammer.com is a website for online casinos, but the deleted version clearly talked about the same person as the current article.

This leads me to conclude that the current page (with elements such as Die Besten Online Casinos Österreich 2025) was registered by someone else after the violinist's registration expired. I'm pretty sure that the Domain drop catching article is relevant, since that's "the practice of registering a domain name once registration has lapsed, immediately after expiry". But does Domain hijacking apply? This website looks very similar to ones that I've often seen, where the expired registration is replaced with spam; I have no reason to expect that the website replacement was done by "abuse of privileges on domain hosting and registrar software systems", but I don't know if "changing the registration of a domain name without the permission of its original registrant" applies. Presumably the violinist didn't permit his website to be replaced with spam for online casinos, but the article seems to treat it as theft, and it doesn't seem theft to take something that's been abandoned. "Domain hijacking can be done in several ways, generally by unauthorized access to, or exploiting a vulnerability in the domain name registrar's system, through social engineering, or getting into the domain owner's email account that is associated with the domain name registration". Nyttend (talk) 20:02, 14 June 2026 (UTC)

Check the Internet Archive and it's an obvious WP:USURPURL. Sesquilinear (talk) 20:15, 14 June 2026 (UTC)
Sorry, not trying to get the original page. (We already have it in the deleted history, since I deleted it as a copyright infringement.) I'm asking about the classification here: is this an example of domain hijacking? Nyttend (talk) 22:17, 14 June 2026 (UTC)
I think it's closer to Domain squatting. I've seen "usurped" as the Wikipedia term of art, as above. Sesquilinear (talk) 22:19, 14 June 2026 (UTC)

June 27

What's the point of the "<html>" tag in html?

I don't really get it. If you already know your gonna be coding an html file then what's the point of specifying its an html file? (Sorry if this is a stupid question.) Wordsonwordsonpagesonwordshello (talk) 15:30, 27 June 2026 (UTC)

HTML is a markup language. As such, it can be used in any file. I can put HTML in an email or a PDF or this answer here. A file with the extension .html simply acts as a hint that it contains HTML. So, the <html> tag means "I am starting HTML now." Also, you should use it to further define the content like <html lang="en">. ~2026-35761-94 (talk) 17:30, 27 June 2026 (UTC)
Thank you!!!!!!!!!!! Wordsonwordsonpagesonwordshello (talk) 18:16, 27 June 2026 (UTC)
See also File format#Magic number. -- Verbarson  talkedits 19:35, 27 June 2026 (UTC)
Also, when Tim Berners-Lee designed HTML, he intended it to be an application of SGML. SGML documents have a tree structure of entities, whose root is an element as indicated by a tag. This was copied in HTML, in which the root is the <html> element.  ‑‑Lambiam 22:11, 27 June 2026 (UTC)