+ Post New Thread
Results 1 to 2 of 2

Thread: What is DD tag ?

  1. #1

    What is DD tag ?

    Stands for Definition Data, The <dd> tag is used to describe a term/name in a description list.
    The <dd> tag is used in conjunction with
    <dl>
    (defines a description list) and
    <dt>
    (defines
    terms/names).Inside a <dd> tag you can put paragraphs, line breaks, images, links, lists, etc.
    Eg


    <!DOCTYPE html>
    <html>
    <body>
    <dl>
    <dt>Coffee</dt>
    <dd>Black hot drink</dd>
    <dt>Milk</dt>
    <dd>White cold drink</dd>
    </dl>
    </body>
    </html>

  2. #2


    Is this useful / helpfull? Yes | No
    Get More Information about This Topic

+ Post New Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
 Protected by : ZB BLOCK  &  StopForumSpam