<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML dt tag</title> </head> <body> <h1>Definition List</h1> <dl> <dt>line1</dt> <dd>– definition1</dd> <dt>line2</dt> <dd>– definition2</dd> </dl> </body> </html>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter