Code
Execute
<!DOCTYPE html> <html> <head> <title>Wikitechy dt tag</title> </head> <body> <dl> <dt>HTML</dt> <dd>A HTML Wikitechy Tutorials for learners.</dd> <dt>CSS</dt> <dd>A CSS Wikitechy Tutorials for learners.</dd> </dl> </body> </html>
Result