Click here to Skip to main content
15,894,180 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am a beginner seeking some help. I am trying to create a informational website, with a few pages being just information about a certain topic, and then there would be one page dedicated to just a chatroom where users can instant chat with other users about this certain topic.
I am trying to make it as simple as possible.

So page 1 (main page) = Description of the website, and the topic X
page 2 (chatroom page) = Chatroom where users can chat about topic X
page 3 (information page) = page where users can read information about topix X
page 4 (article/blog page) = page with many articles/links to other websites/videos/articles about topic X

Navigation bar on the top = navigation bar where user can easily access all 4 of these pages.

I was hoping someone can maybe lead me towards the direction, I want to make it as simple as possible. Purely html/css and javascript or something for the chatroom? I am not so sure once again.

Thank you

Best

Eyal Cohen
Posted

1 solution

Going from one page to another is pretty basic HTML, so perhaps you should start here: HTML Tutorial

If you wish buttons (instead of links), you may wish to add javaScript. A tutorial on that is on the same site, you javaScript target function(s) will contain location.assign(....) to go to new pages.


 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900