Web Page-
The backbone of the www is made of files, called pages or web pages, containing information and links to resources both text and multimedia throughout the internet. It is created using HTML (Hyper Text Markup Language).
Front End-
Frontend and Backend are the two most popular terms used in web development. These terms are very crucial for web development but are quite different from each other.
Front end development refers to "client-side" development, where the focus is on what users visually see first in their browser or application. Front end developers are responsible for the look and feel of a site. Common front end language are HTML, CSS, JavaScript, Jquery.
Back End-
Backend is the server-side development of the website. It stores and arranges data, and also makes sure everything on the client-side of the website works fine. It is the part of the website that you cannot see and interact with.
It is the portion of software that does not come in direct contact with users. The back end portion is built by using some language are PHP, C++, Java, Python, JavaScript, etc.
0 Comments