+ 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
4 Respostas
+ 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;
}
...
+ 3
Put HTML5 aside because canvas and drag-and-drop are actually JavaScript lessons
Proceed to CSS
Then JavaScript
Then go back to HTML5
+ 2
First HTML5 then CSS
- 1
roll a dice