summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-07-17 06:19:44 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2024-07-17 06:19:44 +0100
commit5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a (patch)
tree13a785b659996915be3a782e5f8f386402b76c16 /resources
parentfd0ea710395904e1b4cf5f22fd17af13db43ce5f (diff)
downloadinfoculture.pub-5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a.tar.gz
infoculture.pub-5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a.tar.bz2
infoculture.pub-5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a.zip
webtorrent testing
Diffstat (limited to 'resources')
-rw-r--r--resources/html-css-cheatsheet.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/resources/html-css-cheatsheet.md b/resources/html-css-cheatsheet.md
new file mode 100644
index 0000000..06c3376
--- /dev/null
+++ b/resources/html-css-cheatsheet.md
@@ -0,0 +1,25 @@
+---
+title: basic html & css cheatsheet
+published: 2024-07-14
+---
+
+# base html file
+
+```
+<!DOCTYPE html>
+<html>
+
+<head>
+</head>
+
+<body>
+</body>
+
+</html>
+```
+
+# common html tags
+
+## basic
+
+