Question 1
What will be the output of the following HTML code?
<!DOCTYPE html><html><head> <title>Test List</title></head><body> <dl> <dt>Flask</dt> <dd>A Python web framework.</dd> <dt>SQLAlchemy</dt> <dd>A database toolkit for Python.</dd> </dl></body></html>