schema change

This commit is contained in:
JMARyA 2024-03-06 13:15:41 +01:00
parent 32803e7ed4
commit 312ee9ac7f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
37 changed files with 147 additions and 57 deletions

View file

@ -1,6 +1,8 @@
---
source: https://developer.mozilla.org/en-US/docs/Web/HTML
obj: concept
obj: format
mime: "text/html"
extension: "html"
---
**HTML** (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally used to describe a web page's appearance/presentation ([CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)) or functionality/behavior ([JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)).