0
If I want to make a website with html, css ,and javascript. In html should i still use div tags or the new way in html5?
3 Respostas
+ 3
In general most of the sites use html5...Its a lot better than normal html so improve your htm5 skills then create your website
+ 1
Which new way are you referring to? Divs have always and will always be used.
0
If div still works, use it when convenient. The important thing is that you test your pages in multiple browsers before publishing when possible. Cross-browser compatibility.