Click to See Complete Forum and Search --> : semantics question


Sam
03-17-2004, 07:04 PM
I've got a question about this (http://www.medford.k12.or.us/admin/personnel/jobs/positions/3-12-04_admnsec.htm) page. Should the bottom table be a table? I was thinking a definition list might better suit it, but I wasn't quite sure. I'm currently redoing this section in xhtml strict, so the top table will obviously be going, along with some other stuff

fredmv
03-17-2004, 07:20 PM
I'd say your assumption is correct. A definition list is perfectly acceptable as well as an <h2> / <p> combination. Though, the former is probably the better solution.

Sam
03-17-2004, 07:42 PM
alright... will do.
thanks fred.
Another question, is dt an inline element or a block level?

fredmv
03-17-2004, 07:44 PM
No problem. The latter — it's block-level.

Sam
03-17-2004, 07:47 PM
excellent, thanks again