|
I would say HTML is become less advanced, and more clean.
There are now just a handful of useful tags and only a couple of parameters.
What you want to improve is CSS and JavaScript skills.
body,
h1, h2, h3, h4, h5, h6,
p, div,
ul, ol, li,
dl, dt, dd,
img,
abbr, acronym,
form,
input, textarea,
select, option,
table, tr, th, td
tbody, thead, tfoot
object, span
Those are about it for tags. And the params are really class and id in the main (well apart from image or objects).
|