Posts

Introduction to HTML (Breakdown)

Image
 Basic Web Architecture   Web Architecture is made up of three essential elements: Website  Your browser starts by loading the main HTML file, and then the CSS & JavaScript. The user interacts with the website and is not concerned with the backend of a web application. (Front end of the web application that is visible to the user).  Server  Once you've developed your website, you need to host it on a server to make it accessible on the internet. Server along with the database contains all the data of a website and facilitates user interaction. (Constitute the back end of the web application and holds & manages the whole data.) IP address Website is hosted on an IP address. We put a domain name over that IP address, the same way we put names over people's phone numbers. (Address assigned to a website in order to be accessible on the internet.) What is HTML? ( Create your website using text editor example visual studio, HTML short for hypertext markup...