html: definition list

by prettyscripts on 2007-12-05 00:47:44 • Leave a comment »

html

i always forget the syntax for <dl>, <dt> and <dd> tags, even though it’s obvious – list, terms and definition / description. here’s the correct syntax:<dl> <dt>the term</dt> <dd>description</d… more »

Tags: html, list