+ 2
How can I make a multiple Page Website?
5 ответов
+ 6
Tobias What's your problem?
Darpan kesharwani Solution provided please go through still if you face the issue you can ask again with description.
+ 4
Tobias ,
See same thread..
https://www.sololearn.com/Discuss/3012879/?ref=app
+ 4
Tobias
You Can Use the <a> tag(Anchor) to link the pages together.
For example..
If you have a home page and a contact page, you can add a link to the contact page in the home page using this:-
<a href="contact.html">Contact</a>.
+ 2
you can use <a herf=“web page link”></a> to add multiple web sites link in one page
or
you can use iframe tag
+ 1
I mean how can I make this in Playground