Created
October 18, 2012 22:20
-
-
Save ritcheyer/3915121 to your computer and use it in GitHub Desktop.
How websites should be built
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is how the internet and all websites should be built | |
--------------------------------- | |
| Javascript | Now we layer on the interactions. | |
--------------------------------- | |
| CSS | Now that we have a solid foundation (document) we can layer on the UI | |
--------------------------------- | |
| HTML | The document should work regardless of where it finds itself. | |
--------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
do you agree, or disagree?