About:
Horje.com PHP HTML CSS JAVAScript Editor.
Version: 1.0
PHP Version: 7.4.33
Restore
Store
Run »
« Get
<!DOCTYPE html> <html> <body> <h1>The dl, dd, and dt elements</h1> <p>These three elements are used to create a description list:</p> <dl> <dt>Coffee</dt> <dd>Black hot drink</dd> <dt>Milk</dt> <dd>White cold drink</dd> </dl> </body> </html>