Untitled
unknown
plain_text
a year ago
397 B
3
Indexable
<html> <head> <title>definition list demo</title> </head> <body> <h3>uordered list </h3> <dl> <dt>di tag</dt> <dd>it is outer most tag of definition list </dd><br/> <dt>dt tag</dt> <dd>contains item to be described</dd><br/> <dt>dt tag</dt> <dd>contains description of item</dd><br/> <dd>each term may have multiple descriptions</dd> </dl> </body> </html>
Editor is loading...
Leave a Comment