We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47fd74 commit e12f7b6Copy full SHA for e12f7b6
content/pages/04-web-development/16-html.markdown
@@ -34,3 +34,10 @@ and is used to display website and web application content.
34
* [A list of everything that *could* go in the head of your document](https://github.com/joshbuchea/HEAD)
35
provides a comprehensive reference for elements that are required
36
or optional in the `<head>` element of your webpage.
37
+
38
+* [(Why) Some HTML is "optional"](https://remysharp.com/2019/09/12/why-some-html-is-optional)
39
+ gives historical context for the `<p>` paragraph element as an example
40
+ to explain how HTML was originally designed. The backwards-compatibility
41
+ remains because there is not enough optimization juice to squeeze from
42
+ changing the implementation compared to the backwards-breaking changes
43
+ in rendering existing sites.
0 commit comments