So I'm very new to coding so forgive me if I'm not making sense. I completed my navigation bar, now, how do I add content when the user clicks on "About" "Gallery" "Resume" and "Contact" page? I have researched everywhere but no one seems to talk about the obvious next step? Would this next step still use HTML and CSS or is it now Javascript?
Would I create a separate html file for every page (About, Gallery, Resume, Contact) and add the information to each file then link it to the main index.html file?
Any help would be appreciated!
You need to create a new html page for About, Gallery, etc.
Then you can use:
<a href="/SomeFolder/About.html">About Page</a>
to navigate to that page.
Note that /SomeFolder/About.html is that path of you about page. / means that we start from root folder.
Have a look at: https://www.w3schools.com/tags/att_a_href.asp
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With