We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ac66f commit 358e8f5Copy full SHA for 358e8f5
content/pages/04-web-development/16-html.markdown
@@ -41,3 +41,8 @@ and is used to display website and web application content.
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.
44
+
45
+* [A Complete Guide to Links and Buttons](https://css-tricks.com/a-complete-guide-to-links-and-buttons/)
46
+ extensively covers what might be thought of as a simple topic: the
47
+ `a` and `button` elements in HTML, along with their many attributes
48
+ and quirks.
0 commit comments