0
Just wondering, is there anything I can use instead of <div> when designing my page? I dont know how to use css or a java script =) Thanks in advance for giving an attention on my question.
<div>
3 Respuestas
+ 3
<div> is a very useful basic container, use it often.
Html5 introduces a bunch of new tags that are specialized divs, like <header>, <footer>, etc.
+ 1
I am agree whith Zen. But before using new elements like <article>, <header>, <section>, <nav> you shoud make them block in css file if you want they were like div which is a block element. So div is steel very actual for web-designers.
+ 1
Thank you for answering my question =)