Matra - a DTD parser

It started in '99 when I started representing the DTD structures that I was working on in a Tree format. When I felt the need to automate the generation of the DTDTree, I could not find a suitable DTD parser ... so I wrote my own. Find it at Matra DTD Parser.

Thursday, June 24, 2004

Glossary: Definition Lists.

I was wondering what was the appropriate tag for the glossary. Most people seem to use tables for their glossary - but thats not the most appropriate tag. I feel that the Definition List tags should be used for presenting the glossary.

So the html will look something like this -

<h3>Glossary of Terms</h3>

<dl>

<dt>Kaprekar Constant</dt>
<dd>A number that remains unchanged on applying the Kaprekar routine on it.</dd>

</dl>


Now gotta write some CSS for displaying the definition list. I didn't like the default look.

Came across a cool site for displaying lists (especially the folder tree section). It looks good, but not what I'm looking for.

0 Comments:

Post a Comment

<< Home