Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should I teach CSS layout directly to new learners or should I first teach how to make layout with tables, then table-less layouts?

Tags:

css

xhtml

Should I teach CSS layout directly to new learners or should I first teach how to make layout with tables, then div+CSS?

And what should I teach between HTML or XHTML? Both are same so should I start directly with XHTML 1.0 Strict?

like image 414
Jitendra Vyas Avatar asked Nov 27 '22 23:11

Jitendra Vyas


1 Answers

You should teach them to use CSS for layout and tables for tabular data. They will figure out that they can (mis)use tables for layout all by themselves.

like image 76
ЯegDwight Avatar answered Dec 04 '22 07:12

ЯegDwight