+ 1
Please, I am new around here so I am wondering, how do I get to know what to code for
html
10 Réponses
+ 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)
+ 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.
+ 2
ooh. Alright
Thanks, by the way.😊😉
+ 2
Veracruz Temitope you'r welcome 🙂👍
+ 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?
+ 1
Thanks a lot
+ 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>.
0
First try for your intro/resume page in private mode.
It will be interesting and you have also content to work with.
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
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.