How can I add pages in HTML code and also link pages to buttons. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

How can I add pages in HTML code and also link pages to buttons.

HTML, CSS

1st Feb 2023, 10:34 AM
Blessing Tyler
Blessing Tyler - avatar
4 ответов
+ 4
I encourage you to review the HTML course you've finished. There should be lessons on the anchor tag as well as buttons. You can also search through the Q&A section via the search bar.
1st Feb 2023, 10:40 AM
Justice
Justice - avatar
+ 2
If you meant adding pages in SoloLearn and link them by whatever means, then it's not feasible. In SoloLearn we can only create single page web codes.
1st Feb 2023, 1:18 PM
Ipang
+ 2
Use <a href = "link"><button >send</button ><a/>
1st Feb 2023, 9:35 PM
Alex Wairegi
Alex Wairegi - avatar
0
If you're using Sololearn's Coding playground, it's a lot more difficult to do. I don't think it's possible. I recommend Visual Studio Code if you aren't using that already. If you give the proper location to the file that contains the subpages of your website, It should work smoothly. In HTML, try: <button href=*your file destination*>BUTTON</button>
13th Feb 2023, 8:49 PM
Cameron