Web Development
Front-end Web development focusses on HTML, CSS and Javascript. Static files can be uploaded on the server.Popular Client server architecture of websites need server to respond to client. Deployment on netlify is mainly Static websites and some Serverless files.
- HTML forms the basic skeleton for website. It stands for hyper text markup language.
- CSS handles the look and feel of website by managing layout and formatting of text and images in a website.
- Javascript deals with interactivity.
- PHP is mainly Server side language. It is used in server to handle client requests and parse the PHP code in php engine and produces HTML markup to send to the client.
A great mentor shows how to do it first, so you know it's possible - Unknown