
News homepage with HTML5, CSS3, JS. Mobile-first, Flex and Grid
Design comparison
Community feedback
- @AdrianoEscarabotePosted 4 months ago
Hey ManasiCoder, how’s it going? I was really impressed with your project’s result, though I have some advice that could be helpful:
I noticed that you used a button in which case the best option would be an a, because in my head when a person clicks on a button written
Read More
, he is not confirming a form, or something like, it will be redirected to another page, to Read More about!to solve this problem do this:
<a href="/">Read More</a>
Everything else looks great.
Hope this helps! 👍
Marked as helpful0@ManasiCoderPosted 4 months ago@AdrianoEscarabote Thanks!
The
<a>
(anchor) tag makes more sense than the<button>
tag.1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord