From 563ab063ce3511b839ea3482f22d119bbd9644d0 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 17 Aug 2018 10:38:06 +0300 Subject: [PATCH] Add HTML --- glossary/HTML.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/HTML.md diff --git a/glossary/HTML.md b/glossary/HTML.md new file mode 100644 index 000000000..334e5b2b6 --- /dev/null +++ b/glossary/HTML.md @@ -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.