Ordered Confusion
A Web Development Playground
The HTTP Request - The user requests this webpage using a web browser either by entering the address of this page into the browser's address bar or perhaps by clicking/tapping a link that specifies this page's address.
The HTTP Response - A static webpage will return the same information for each request that is made to the server that holds the webpage, until the web designer or web developer changes that file. Other pages on this website are dynamic, changing according to input from the viewer.
Some tools and elements used:
- HTML5 structural elements like <header>, <footer>, and <aside>
- Grouping elements such as <h1>, <h3>, <p>, and <div>
- Text level elements <a> (hypertext link) and <strong>(boldface text)
- An external style sheet
- Responsive design using:
- Viewport meta element
- Media queries in the CSS file
- Bootstrap