- 1
Good Up to date Web Page Code Sample
Can you suggest some good web page design sample for reference? Containing max contents of standard website! Thanks. Also with html5, can we do without the use of <div> tag?
2 ответов
+ 5
templatemonster
div is not a must but it will help you a lot.
imagine that div makes contents like lego pieces so you can make your site as easy as like combining lego pieces together
+ 2
You can make whole site even with just alot of<p> or <span> or...whatever,doesn't matter.
But...WHY?
Noone will undestand what's going on in your code.
Each tag have its own meaning and usage,which makes web devs undestand your code without swearing and hate.