+ 1
Multiple HTML pages?
Probably a stupid question but I’ve got to try, Is it possible to make multiple HTML pages available with SL? I mean by having a Home page a Contacts page and so on…. I don’t care how it’s done and if it’s wrapped in rags but is it possible?
3 Respuestas
+ 1
Yes. One way is to create 3 <div> elements and then hide the content that you do not what to see. You can set up a button with an onlick() function that will edit your css to display:none
+ 1
Yes.
On sololearn playground the options are limited
+ 1
i use <a> and make the home, about,… a link, although on sololearn this wouldnt be possible. you could do this on vs code tho