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:

  • 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 Attributes What is an HTML Attribute?HTML attributes provide additional information about HTML elements. Attributes are always specified in the start … Read More
  • Anchor Tag <a> tag defines a hyperlink, which is used to link from one page to another page.Key Characteristics of HTML Anchor LinksSpecified by the … 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
  • Heading Tags The <h1> to <h6> tags create headings in HTML.where <h1> is the biggest and most important, and <h6> is the smallest and… Read More

0 Comments:

Post a Comment

Do leave your comments