Skip to content

Commit e12f7b6

Browse files
committed
add new html resource
1 parent d47fd74 commit e12f7b6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/pages/04-web-development/16-html.markdown

+7
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,10 @@ and is used to display website and web application content.
3434
* [A list of everything that *could* go in the head of your document](https://github.com/joshbuchea/HEAD)
3535
provides a comprehensive reference for elements that are required
3636
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

Comments
 (0)