Skip to content
Advertisement

how to set the limit of news I am fetching from news api [closed]

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>
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement