Technologies Every Web Developer Should Be Able to Explain
Browsers Browsers are the interpreters of the web. They request information and then when they receive it, they show us on the page in a format we can see and understand. HTML HTML is a markup language. It provides the structure of a website so that web browsers know what to show. CSS CSS is a Cascading Style Sheet. CSS let’s web designers change colors, fonts, animations, and transitions on the web. They make the web look good. Programming Language Programming languages are ways to communicate to computers and tell them what to do. There are many different programming languages just like there are many different lingual languages (English, Spanish, French, Chinese, etc). One is not better than the other. Developers typically are just proficient at a couple so they promote those more than others. Below are just some of the languages and links to their homepages EX: Javascript / PHP / Python / Ruby / Go / Java Frameworks Frameworks are built to make building an...
Comments
Post a Comment