Please, I am new around here so I am wondering, how do I get to know what to code for | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please, I am new around here so I am wondering, how do I get to know what to code for

html

26th Jul 2020, 12:56 PM
Veracruz Temitope
Veracruz Temitope - avatar
10 Answers
+ 5
If you mean learning HTML then go to learn section and start with HTML course If you want to make a code then go to code playground (sololearn's ide), you can find it under code section(just besides this section in the app/website)
26th Jul 2020, 1:01 PM
Arsenic
Arsenic - avatar
+ 3
Veracruz Temitope for that you can find *community challanges" in the learn section of the app. Or You can also search internet for more project ideas.
26th Jul 2020, 3:08 PM
Arsenic
Arsenic - avatar
+ 2
ooh. Alright Thanks, by the way.😊😉
26th Jul 2020, 3:22 PM
Veracruz Temitope
Veracruz Temitope - avatar
+ 2
Veracruz Temitope you'r welcome 🙂👍
26th Jul 2020, 3:23 PM
Arsenic
Arsenic - avatar
+ 1
Thanks for the response but I don't think you get me.... yet. I am currently on with learning html and will be done soon, but I just wonder, what if I want to try to code, what exactly do I try with?
26th Jul 2020, 2:37 PM
Veracruz Temitope
Veracruz Temitope - avatar
+ 1
Thanks a lot
28th Jul 2020, 9:52 AM
Veracruz Temitope
Veracruz Temitope - avatar
+ 1
I also wanna ask, can you use more than two tags within elements. For example: <p><big><br/>This is a new paragraph</p></big>.
28th Jul 2020, 9:54 AM
Veracruz Temitope
Veracruz Temitope - avatar
0
First try for your intro/resume page in private mode. It will be interesting and you have also content to work with.
28th Jul 2020, 9:23 AM
Divya Mohan
Divya Mohan - avatar
0
It can be like this <P><big> some text<br>other text</big></p> Follow the herarchy You can insert as many element as you want inside one
28th Jul 2020, 9:58 AM
Divya Mohan
Divya Mohan - avatar
0
Have you not seen html tag !! It is also a tag and we put a lots of tag inside it but follow herarchy. If we have started tag 1 inside tag2 we must have to close tag1 inside tag2.
28th Jul 2020, 10:02 AM
Divya Mohan
Divya Mohan - avatar