What should i begin with ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What should i begin with ?

I just started learning coding (html basics).

7th Jul 2020, 2:45 PM
Spectrumind
Spectrumind - avatar
4 Answers
+ 4
You'll need a theme to start a project to practice HTML. The best way would be to begin with something very easy, such as the My Blog Project Template in HTML course. After that, come back to develop it from time to time, when you learn new tricks. I am featuring seven of my favorites : https://code.sololearn.com/WS1l4514JQAx/?ref=app
7th Jul 2020, 2:45 PM
Gordon
Gordon - avatar
+ 1
Yeah your doing it right. Learn in this order. 1) Html gives your world order and design it's pretty useless on it's own without the help of css and javascript. 2) Css makes your html world alot more colourful it can also bring it to life (animate) but its limited as javascript can help do all this. 3) Javascript is the powerhouse and brings your world to life, all animations, editing style properties, adding and removing html elements ect.. can be done through this language.
7th Jul 2020, 3:41 PM
D_Stark
D_Stark - avatar
0
Start with "hello world" 😁
7th Jul 2020, 2:46 PM
Suren🇮🇳
Suren🇮🇳 - avatar
0
First you have to decide what you want to make, for example: To make websites start with HTML then CSS... Decide what you want to male and we will help guiding you to what language you should start with, this code might guide you https://code.sololearn.com/WdQq4Uq026EX/?ref=app
7th Jul 2020, 3:21 PM
Bono
Bono - avatar