This commit is contained in:
Angelos Chalaris
2018-08-17 10:38:06 +03:00
parent 365d67ccf4
commit 563ab063ce

4
glossary/HTML.md Normal file
View File

@ -0,0 +1,4 @@
### HTML
HTML stands for HyperText Markup Language and is a language used to structure web pages.
HTML documents are plaintext documents structured with elements, which are surrounded by `<>` tags and optionally extended with attributes.