HTML: Difference between revisions
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
== Helpful resources == | == Helpful resources == | ||
Line 47: | Line 39: | ||
* [[HTTP, HTTPS, HTML, URL, XML, XSLT, CSS]] | * [[HTTP, HTTPS, HTML, URL, XML, XSLT, CSS]] | ||
* [[HTML forms]] | |||
== References == | == References == |
Revision as of 14:26, 22 August 2021
HyperText Markup Language, commonly referred to as HTML, is the standard markup language used to create web pages. Along with CSS, and JavaScript, HTML is a cornerstone technology used to create web pages, as well as to create user interfaces for mobile and web applications. Web browsers can read HTML files and render them into visible or audible web pages.
HTML describes the structure of a website semantically along with cues for presentation, making it a markup language, rather than a programming language.[2]
Introduction
Content gratefully used with permission [3]
Do I understand this?
Helpful resources
- Good site for choosing HTML colors
- Excellent reference for HTML
- Specification for HTML 5
- Official HTML documentation
- A list of HTML elements