I cant use more than 3 html files?

ok so i am working on a project for my zoology class, i am making a website that mimics social media profiles but i can get the third link to run

(https://replit.com/@250243/Onlyworms?v=1)

Wrong attribute in the <a> tag.

rel="planarianbio.html"

Should be

href="planarianbio.html"

6 Likes

Also notice that you were listing things while not using list tags. You can list things using

<ul>
<li>Thing you want to list</li>
<li>next thing<li>
<li>x</li>
</ul>
2 Likes

@250243 If this is solved, Please mark a solution!