Content deleted Content added
No edit summary |
add link |
||
Line 27:
}}
{{HTML}}
'''Hypertext Markup Language''' ('''HTML''') is the standard [[markup language]]{{efn|Even though HTML is executable, it is not viewed as a [[programming language]] in programming language discourse.<ref>{{Cite journal |last=Hermans |first=Felienne |last2=Schlesinger |first2=Ari |date=2024-10-17 |title=A Case for Feminism in Programming Language Design |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.
|