Content deleted Content added
change wording for clarity; the most common definition of executable refers to directly running machine code
Citation bot (talk | contribs)
Alter: title, template type. Add: chapter-url, chapter, authors 1-1. Removed or converted URL. Removed parameters. Some additions/deletions were parameter name changes. | Use this bot. Report bugs. | Suggested by Dominic3203 | Linked from User:Dominic3203/sandbox | #UCB_webform_linked 101/167
Line 27:
}}
{{HTML}}
'''Hypertext Markup Language''' ('''HTML''') is the standard [[markup language]]{{efn|Even though HTML can be run in a browser, it is not viewed as a [[programming language]] in programming language discourse.<ref>{{Cite journalbook |lastlast1=Hermans |firstfirst1=Felienne |last2=Schlesinger |first2=Ari |chapter=A Case for Feminism in Programming Language Design |date=2024-10-17 |title=AProceedings Caseof forthe Feminism2024 inACM SIGPLAN International Symposium on New Ideas, New Paradigms, and Reflections on Programming Languageand DesignSoftware |chapter-url=https://dl.acm.org/doi/10.1145/3689492.3689809 |journal=[[OOPSLA]] |language=en |publisher=ACM |pages=205–222 |doi=10.1145/3689492.3689809 |isbn=979-8-4007-1215-9}}</ref>}} for documents designed to be displayed in a [[web browser]]. It defines the content and structure of [[web content]]. It is often assisted by technologies such as [[Cascading Style Sheets]] (CSS) and [[scripting language]]s such as [[JavaScript]], a programming language.
 
[[Web browser]]s receive HTML documents from a [[web server]] or from local storage and [[browser engine|render]] the documents into multimedia web pages. HTML describes the structure of a [[web page]] [[Semantic Web|semantically]] and originally included cues for its appearance.