A website frontend can be divided into three different types of parts or files that the server sends to the browser.
Contains the text and other contents of the page. Also contains links to CSS stylesheets and JavaScript files.
Follow link to page frontend/htmlContains instructions on how the page should work and react.
Follow link to page frontend/javascript