What should i do after HTML basics - CSS or HTML5 ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What should i do after HTML basics - CSS or HTML5 ?

I have completed html basics. Now what should i start html5 or CSS? or both

17th Apr 2020, 6:28 AM
Ritik Kumar
Ritik Kumar - avatar
4 Answers
+ 4
HTML 5 and HTML are similar. HTML is kind of the older version of HTML 5. HTML5 has more and newer features. So, if you have a basic understanding of HTML, then HTML 5 shouldn’t be much different. So, the question to your answer... switch to HTML 5 (since it’s the newer version), also learn CSS while learning html5. example: your html(5) <p> text </p> add some style to it (CSS) p{ color: blue; } ...
17th Apr 2020, 7:28 AM
Ginfio
Ginfio - avatar
+ 3
Put HTML5 aside because canvas and drag-and-drop are actually JavaScript lessons Proceed to CSS Then JavaScript Then go back to HTML5
17th Apr 2020, 7:44 AM
Gordon
Gordon - avatar
+ 2
First HTML5 then CSS
17th Apr 2020, 8:05 AM
Pranav Kalro
Pranav Kalro - avatar
- 1
roll a dice
19th Apr 2020, 12:19 AM
David Paredes
David Paredes - avatar