I am making a news website using html css and js as a project. I want to set the number of news i am fethcing from the api
Advertisement
Answer
Here is some rough idea you can use.. You can use <a>
anchor tag to redirect On other page by passing page name in href.
<div> <h4>TITLE</h4> <p>Here is some short description lines you can add.......</p> <a class="btn btn-flat" href="blog.php"> View More</a> </div>