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
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?
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
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
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
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
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.
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.


