Views contain the HTML provided by our application and separate our controller or application logic from our presentation logic. These are stored in the resources/views directory.

BY Best Interview Question ON 18 Sep 2022

Example

<html>
    <body>
       <h1>Best Interview Question<h1>
    </body>
</html>