Talk:HTML
| This is the talk page for discussing improvements to the HTML article. This is not a forum for general discussion of the subject of the article. |
Article policies
|
| Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
| Archives: 1, 2, 3Auto-archiving period: 31 days |
| This It is of interest to the following WikiProjects: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| This article was selected as the article for improvement on 3 June 2019 for a period of one week. |
| This article was nominated for merging with Semantic HTML on August 2014. The result of the discussion was not merge. |
Talk:HTML/Notes contains some guidelines and information related to article development |
Suggestion: Add educational resource on HTML Encoding and Decoding
[edit]Hi editors 👋,
I’d like to suggest an external educational resource that may help readers better understand HTML entity encoding and decoding concepts.
The article is titled "HTML Decode vs HTML Encode: Complete Guide" and it covers:
- Differences between HTML encoding and decoding
- Use cases in web security (e.g., preventing XSS)
- Reference examples aligned with W3C and OWASP standards
- Common pitfalls when displaying encoded content
You can view it here: 👉 https://www.meniya.com/blog/html-decode-vs-html-encode-complete-guide
The article is non-commercial, focused on education, and cites open web standards. Would this be appropriate for inclusion in the External links section of the HTML page?
Thanks for your time and feedback! — Kjmeniya (talk) 17:41, 2 November 2025 (UTC)
- Your username is similar to the domain name, "meniya". You're affiliated with this site, yes? In that case, you need to disclose your conflict of interest. — W.andrea (talk) 18:26, 2 November 2025 (UTC)
Standard?
[edit]WRT "Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser". IMO, the word 'standard' implies that there is a document or governing body that requires something. What is the doc or body that requires a web browser to use HTML? ... I think HTML is standardized in that the language is defined by a governing body. But, there is no standard that requires a web browser to use HTML. Therefore, I think HTML is the defacto standard for browsers to support. Stevebroshar (talk) 11:34, 2 December 2025 (UTC)
You may be conflating the word "standard" with the term "technical standard". "Standard" can mean many things, in this context it means (definition from Meriam-Webster) "something established by authority, custom, or general consent as a model or example." Specifically, HTML is established by "custom or general consent," not by authority as you pointed out.
ThePlug111 (talk) 23:14, 28 December 2025 (UTC)
Semi-protected edit request on 9 December 2025
[edit]This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
I want to add this code to show a simple example of a HTML code. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Pixel Stick Man</title> <style>
.pixel {
width: 20px;
height: 20px;
display: inline-block;
}
.skin { background: #f5cfa0; }
.shirt { background: #3498db; }
.pants { background: #2c3e50; }
.empty { background: #fff; }
</style> </head> <body>
</body> </html>
IAdoreBorderCollies (talk) 00:24, 9 December 2025 (UTC)IAdoreBorderCollies IAdoreBorderCollies (talk) 00:24, 9 December 2025 (UTC)
Not done: There is already an example of HTML code - see HTML#Markup Aston305 (complain/compliment) 00:57, 9 December 2025 (UTC)
Semi-protected edit request on 24 December 2025
[edit]This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
In the section "Transition of HTML publication to WHATWG", add the following text:
The W3C periodically reviews and publishes snapshots of the WHATWG HTML specification as W3C Recommendations,[1] the latest of which is HTML 2020-01 Tachi 107 (talk) 12:57, 24 December 2025 (UTC)
Question: Where would you want this in the section specfically? NuggestNugtalk to me!contribs logsthey
them 16:35, 24 December 2025 (UTC)
Done FMRadio :3(chat | edits | she/her) 19:50, 24 December 2025 (UTC)
Suggestion: Add Information about web browsers that support HTML5
[edit]I think we should add some information about web browsers that support the latest version of html5, and probably some references to the web browsers themselves Win10123xd (talk) 01:14, 19 January 2026 (UTC)
HTML5 Browser Support Update
[edit]I think this article should include updated information about modern web browsers that supports HTML5.
Most current browsers like Google Chrome, Mozilla Firefox, Microsoft Edge, and Safari already support HTML5 features fully. ~2026-27713-65 (talk) 21:53, 6 May 2026 (UTC)
- ^ "HTML publication history". 28 January 2021. Retrieved 24 December 2025.
- B-Class level-4 vital articles
- Wikipedia level-4 vital articles in Technology
- B-Class vital articles in Technology
- B-Class Computing articles
- High-importance Computing articles
- B-Class software articles
- High-importance software articles
- B-Class software articles of High-importance
- All Software articles
- B-Class Websites articles
- Top-importance Websites articles
- B-Class Websites articles of Top-importance
- All Websites articles
- B-Class Computer science articles
- High-importance Computer science articles
- All Computing articles
- B-Class Internet articles
- Top-importance Internet articles
- WikiProject Internet articles
- WikiProject Computer science articles
- Wikipedia former articles for improvement
- Wikipedia pages with to-do lists


