HTML Working

 


How do websites work?

  • When a user sends a request to a server by typing  (www.devjunctionpoint.blogspot.com) on the internet or browser
  • your request is sent from your browser to a server that hosts the website.
  • The server Processes the Request.
  • It analyzes the URL to determine which website the user wants to visit and which files and data are needed to fulfill the request
  • Server Sends Data to the Browser
  • Browser Displays the Website
  • The server packages up the requested files and data and sends them back to the user’s browser.



  

Related Posts:

  • HTML Text Formatting HTML formatting involves enhancing the visual presentation of text. It enables text manipulation for improved aesthetics, eliminating the n… Read More
  • HTML Tags What is an HTML Tag?HTML Tags are the basic building block of elements in HTML. tags start with open (< ) and closing  ( … Read More
  • Semantic Element & Non-Semantic Elements Semantic HTML5 ElementsThe elements in HTML which define their meaning are semantic elements.And also these elements describe their co… Read More
  • HTML Id & Classes IDs and Classes in HTMLWhat is an ID?An ID is an attribute, a unique identifier assigned to only one HTML element within a page.It is often used… Read More
  • HTML Elements What is an HTML Element?An HTML element is a complete set that consists of a start tag (or opening tag), content, and an end tag (or closing tag… Read More

0 Comments:

Post a Comment

Do leave your comments