Android APP and Programming class in jabalpur | Bootstrap institute I INOcrypt infosoft in jabalpur Professional
2 years ago - College & Institutes - Jabalpur - 1.3K viewsINOCRYPT INFOSOFT Programming Institute Jabalpur
FRONT-END DEVELOPMENT
The front-end of the website is the part that the user can see. When we load any web application, the things we can see on it like buttons, images, links, etc. comes under the front-end development. This is done with three languages-
- HTML (Hyper Text Markup Language)
- CSS (Cascading Style Sheets)
- JS (JavaScript)
HTML is used to create and design the basic structure of a web page. It is a markup language and is the most important building block of any web page. It mainly consists of HTML tags, elements, and attributes.
CSS is used for the designing of a web page. How everything looks on the web page is decided by CSS. It manages the cosmetic side of a web page.
JS is used to create interactive effects within the browser. It helps to “make web pages alive”. The programs written in this language are called “scripts.” Scripts are applied to HTML document and execute automatically when the web page loads.
BACK-END DEVELOPMENT
The back-end of the website is the part that we cannot see. It is the programming behind the web page. Back-end comprises of a server, an application, and a database. Back-end coding is written in many different coding languages like Java, PHP, Python, etc.
The role of a web developer is to develop a functional website which is ready to perform defined functions. Web development is performed in various phases. We will discuss it one by one.