From 78211f96953bc1a63570f2430cee4ad92c841ce4 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Tue, 6 May 2025 23:09:23 +0200 Subject: vault backup: 2025-05-06 23:09:23 --- Semantic HTML.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Semantic HTML.md (limited to 'Semantic HTML.md') diff --git a/Semantic HTML.md b/Semantic HTML.md new file mode 100644 index 0000000..cc4a892 --- /dev/null +++ b/Semantic HTML.md @@ -0,0 +1,20 @@ +--- +tags: + - html + - web +--- +Writing semantic HTML means using elements that convey the meaning of their content. So instead of using `
`, and `` for example use `
` and `

` etc, or `