Q. In order to get a list without any item marker, which one of the following can be used?
Code:
<!DOCTYPE html> <html> <body> <dl> ____ Mathematics ____ ____Calculus____ </dl> </body> </html>
β
Correct Answer: (D)
<ul style= "list-style-type:none;">