+ 2
why need content model in html 5? is it important?
I'm confused with content model and inline , block element
2 odpowiedzi
+ 4
HTML5 is the latest version of HTML. It adds videos, audio, ect... but the big part about it is instead of starting each script with:
<html>
.......
</html>
You start each script with:
<!DOCTYPE html>
<html>
.....
</html>
I hope i did a good explanation and coupd help :)
0
and yes, its very important