+ 2
How to create a home page , if we click home it will take us to another page . I don't know how to do it please explain
Help
6 Réponses
+ 3
I mean I have to connect the html Css Javascript after creating the page if we click it have to take us on that website that I have made
+ 2
Assign an anchor tag in home page as
<a href="page2_url_path">Another page</a>
+ 2
It's same I did but it's not
+ 2
To interconnect html, css,js u can use link tag inside head tag for css and js in html file and when you run html file your website will open.
+ 2
Conect this home page to other using java script simply use jQuery for simplysity