Random-Quotation-Generator This Project is written in HTML, CSS, JavaScript. This Project uses different concepts of HTML, CSS, JavaScript (DOM and Fetch API). It shows random quote when user click on Generate Button and Changes Background. What is HTML? The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser. You can read more about HTML on following links: https://devdocs.io/html/ https://developer.mozilla.org/en-US/docs/Web/HTML https://www.w3schools.com/TAGS/default.ASP What is CSS? Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML You can read more about CSS on following links: https://www.w3schools.com/css/css_intro.asp https://developer.mozilla.org/en-US/docs/Web/CSS What is JavaScript? JavaScript is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. You can read more about JavaScript on following links: https://developer.mozilla.org/en-US/docs/Web/JavaScript https://devdocs.io/javascript/ https://www.w3schools.com/js/ What is DOM? DOM stands for Document Object Model. When a web page is loaded, the browser creates a Document Object Model of the page. You can explore more about DOM on following links: https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction https://www.w3.org/TR/REC-DOM-Level-1/introduction.html What is Fetch API? The Fetch API provides an interface for fetching resources (including across the network). You can read more about Fetch API on following Link: https://developers.google.com/web/ilt/pwa/working-with-the-fetch-api#:~:text=The%20Fetch%20API%20is%20a,Origin%20Resource%20Sharing%20(CORS). Screenshot: