+ 2
please someone tell me how to link pages here in solo learn, i dont even know where the pages are saved
east question
44 Respostas
+ 3
Kabelo Radinne Humm... I see. Then I think you will have fun learning Web Dev. The possibilities are unlimited. You can make generic web apps, you can make games, you can make lots of stuff.
Look at this code that does play with electricity kind of stuff. Pretty cool huh?!
https://code.sololearn.com/W2AyrI8qEuF4/?ref=app
You can follow the coder, Vitruvian. He is amazing and he does a lot of great work. And his stuff is pretty game-oriented.
+ 4
What are you interested in when it comes to programming? Do you want to make games? Web apps? Android or iOS apps? Or are you interested in a specific Computer Science subfield like Data Science, AI, Cybersecurity?
+ 3
Check the link then Because I just put in the link to this discussion and if you click it takes you there
https://code.sololearn.com/WAX5jp7C15oB/?ref=app
+ 3
Absolutely! If you look at the trending codes on Code Playground you will see plenty that use forms. Here are some of my own codes that use forms and forms objects: textarea, text input field, number input field, submit buttons and so on... And in my codes you can see my Avengers Infinity War code that uses a text input field and an icon as a submit button
https://code.sololearn.com/WFel06wOmv92/?ref=app
https://code.sololearn.com/Wte6t2yXQMvF/?ref=app
https://code.sololearn.com/WbzEMARxL4Gf/?ref=app
https://code.sololearn.com/WR9xrEwNc3Pe/?ref=app
+ 3
Other languages such as which ones?
+ 2
Hum... The name "go to page two" spoke to me. If you want to navigate between pages in your codes. Give the div that wraps the page you want to go to an id. Eg: id = "page2".
Then you will have: <a href="#page2">go to page two</a>
+ 2
Okay. Take a look at this code and let's talk... I added some styling because I like pretty things āŗ
https://code.sololearn.com/WJaPX3UYgGow/?ref=app
+ 2
interesting code bra ...
width:100%
height:100% makes the div fill the entire page... but the code is still in one html file?
+ 2
Kabelo Radinne Yes. And that is how websites work. Everything is in the same html but the pages are in different divs and the divs are positionned and styled to create the effects of different pages...
+ 2
Well, I do not know much about C# but I think in almost all languages you can get input from the user and use it. And yes, you can do that on here and yes, if you know how to that here you can do it elsewhere...
For example, here are my Python and Java versions of the web code above called RemoveSpecialCharacters. If you run them, you will be asked for an input and the program will use that input and give you an output based on that... The idea is to remove all characters that are not digits, letters or spaces...
https://code.sololearn.com/cF9R8gX5An2p/?ref=app
https://code.sololearn.com/cD36kgdamd5Z/?ref=app
+ 2
mr cyk ...
im actually seeking to have fun above all else... ill only work for someone to get money but i actually want to create my own individual programs
for example, i have always wanted to learn electronics but i lack the resources so i want to emulate the electronics world
+ 2
Vitruvian, Radinne loves electronics and has just got into coding and I wanted to show him your Turn on the Light game. Too bad it is no longer functionnal. š
+ 1
Are you asking how to use the a tag in general? Are you asking how to get links of pages on the SL app? Are you asking both?
+ 1
just on the SL app please
+ 1
All right. Let's see if I understand... If in my code I want to refer to a page in the app, I will go to the page, click on the share button and copy the link. Then in my code:
<a href="the link I copied">the name I want to give the link on my page</a>
Does that answer your question?
+ 1
im still trying to do it
+ 1
eish bra it doesnt work
here is the link it copies but it doesnt go to the page im taking it to
https://code.sololearn.com/WJ2aLvFe0FMd/?ref=app
+ 1
eish it doesnt work ...
https://code.sololearn.com/WBHJY9UGb3Qe/?ref=app ... this is my page two
https://code.sololearn.com/WJ2aLvFe0FMd/?ref=app ... this is home page
+ 1
lol im actually very new to html
i have no idea what tabindex does
+ 1
oooooh thanks bra,let me try it. but what does overflow:hidden do