Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 908415
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T16:42:55+00:00 2026-05-15T16:42:55+00:00

Which advantages have definition list ( <dd><dt> etc..) and when we should use it?

  • 0

Which advantages have definition list (<dd><dt> etc..) and when we should use it?
(Example: use in Zend_Form, but i dont understand why)

Does exist other better options?

(I beginner, but its look to me that is xml use inside html.
If I right XML not wide used recently because yaml, file.ini, json each of them in their field more efficient in parsing then xml format.)

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T16:42:56+00:00Added an answer on May 15, 2026 at 4:42 pm

    All HTML tags look like XML. That’s because both XML and HTML are closely related to SGML. XML is just a more generalized and “extensible” markup language than HTML.

    And I would hardly say that XML is “not widely used”, considering that XHTML, RSS, ATOM, RDF, EPUB, XMPP, Microformats, ODF, SOAP, etc. are all XML-based. It’s far more popular in general use than YAML, JSON, or ini files—none of which are document markup languages in any case.

    So the fact that HTML tags resemble XML is a really silly reason to avoid using a particular tag or set of tags. Markup should be chosen based on the semantic structure of your content, not the popularity of XML in the completely unrelated application of data serialization.

    You use DL when you need to represent a definition list. That is, whenever you have something of the semantic structure:

    term: definition
    term: definition
    term: definition
    ...
    

    Strictly speaking, definition lists ought to be used only to define terms as in a glossary. But in practice, it’s used for a lot more than that. Because HTML doesn’t provide tags for specifying other types of pair relationships, DL is used as a catch-all in this area.

    Aside from defining terms, DL is also used for dialog: the DT element holds the speaker’s name, and DD holds the line spoken.

    A form can also be represented as a definition list, but using the LABEL tag is more semantically correct IMO.

    I usually use DL when I have to list a set of attributes and their values, e.g.:

    File Name: Chloroform Girl.avi
    File Size: 320 MiB
    File Type: Video
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In .NET, under which circumstances should I use GC.SuppressFinalize() ? What advantage(s) does using
Which is better? Or use and OR mapper with SP's? If you have a
I have a C++ application which makes extensively use of pointers to maintain quite
I have a lengthy number-crunching process which takes advantage of quite abit of OpenGL
Which graduate program should I choose – SUNY Buffalo or SUNY Binghamton?
Which of the following has the best performance? I have seen method two implemented
Let me start with some background: By tribool I understand a variable which can
What advantages do LL parsers have over LR parsers to warrant their relative popularity
I have a small Utility library containing some useful utility methods which have been
I have a number of Python generators, which I want to combine into a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.