Web Development in a Nutshell Flashcards
What is a web page to you?
A bunch of text/media, programming and formatting that people can access in a web browser on their own personal computer.
What are the various tools that are used in web dev?
HTML, JS, CSS
Terminal and Git
Frameworks and Libraries
Other things like Dev tools and oodles of other tools
What’s HTML
HTML is a language that assigns meaning to text. A “markup” language. You can use it to add basic inputs, setup outputs, links, media.
If the internet was entirely HTML, it would just look like text.
What’s CSS
Styles HTML
Spacing, colour, size
What’s JS
Programming language
Adds functionality and interactivity
What do frameworks and libraries add?
Sort of like in animation, you have templates, libraries, fonts etc.
These add coding frameworks without having to start from scratch if you don’t want to.