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 Attributes What is an HTML Attribute?HTML attributes provide additional information about HTML elements. Attributes are always specified in the start … Read More
  • Paragraph Horizontal and Line Break Tags The <p> tag defines a paragraph.Browsers automatically add a single blank line before and after each.<p>This is a paragraph.</p&g… Read More
  • HTML Comments it is used to understand the code written by someone.the browser will ignore the comments Types of Comments in HTMLSingle-line CommentsSing… Read More
  • HTML Page Structure Understanding the Structure of an HTML Document <!DOCTYPE html> // let browser know it's an HTML5 Document.<html> // Root of an… Read More
  • 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 browseryour … Read More

0 Comments:

Post a Comment

Do leave your comments