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.
JavaScript
x
6
1
<div>
2
<h4>TITLE</h4>
3
<p>Here is some short description lines you can add .</p>
4
<a class="btn btn-flat" href="blog.php"> View More</a>
5
</div>
6