From 3c334febd6f680449c9fccb4d421b6c0a0704084 Mon Sep 17 00:00:00 2001 From: JJ Date: Fri, 5 Jan 2024 01:04:33 -0800 Subject: meow --- web/html.md | 96 ++++++++++++++++++++++++++++--------------------------------- 1 file changed, 44 insertions(+), 52 deletions(-) (limited to 'web') diff --git a/web/html.md b/web/html.md index 6dcdef6..6e52fb2 100644 --- a/web/html.md +++ b/web/html.md @@ -54,20 +54,12 @@ These wrappers have no style associated with them, but are *semantically meaning `` `
` -```css -

-

-

-

-
-
-``` - -`

` -`
 
` -`
` -`
` -` ` (or below) +- [`

,

,

,

,

,
`](https://developer.mozilla.org/HTML/Element/h1) +- [`

`](https://developer.mozilla.org/HTML/Element/p) +- [`

`](https://developer.mozilla.org/HTML/Element/pre)
+- [`
`](https://developer.mozilla.org/HTML/Element/br) +- [`
`](https://developer.mozilla.org/HTML/Element/hr) +- [``](https://developer.mozilla.org/HTML/Element/span) ## Content @@ -110,13 +102,13 @@ These wrappers have no style associated with them, but are *semantically meaning Aside from being block elements, they have no styling... -`
` -`
` -`
` -`` -`
` -`` -`
` +- [`
`](https://developer.mozilla.org/HTML/Element/main): +- [`
`](https://developer.mozilla.org/HTML/Element/header): +- [`