Veronica Guzman - 19.814.396-0
---------------------------------------------
Element tab => How is the list of news articles structured with HTML?
Response: The news articles are structured with a header and a body which is compound with a script in the javascript language with a link in the src part.
Sources tab => Briefly describe what you see in files with names starting with hn.js and news.css. How are these files different? What is their purpose?
Response: In the files starting with news.css i see all the media like text and images written in the HTML language and in the files starting with hn.js i see all the operations you can do in the website like functions with a code similar to Python.
The difference between then is the way is structured and their function for the website because one is like a code of Python with functions and the other one is like the main aspects of the appearance.
The main purpose is give the website a way to work and interact with the user and the HTML documents in a way easy to see.
Network tab => How many requests has it taken for the browser to download the Hacker News main page?
What are the HTTP request methods in each case?
Check out the HTTP response headers and find out what kind of web server is used for this website.
Response: The browser has taken seven request for the main page of the website and all have the GET request method.
Checking the HTTP response headers in the section of "view source" i see that the web server used for this one is nginx.