TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <body> <h2>Description List Example</h2> <dl> <dt>HTML</dt> <dd>A markup language for creating web pages.</dd> <dt>CSS</dt> <dd>A stylesheet language used to style web pages.</dd> <dt>JavaScript</dt> <dd>A programming language used to create interactive web pages.</dd> </dl> </body> </html>