Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <dl> <dt>Hypertext</dt> <dd>A system of text pages that have cross-references.</dd> <dt>Hyperlink</dt> <dd>A part of a hypertext document that references another item.</dd> </dl> </body> </html>