A
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>
<html>
<body>
<dl>
____
Mathematics
____
____Calculus____
</dl>
</body>
</html>
- Correct Answer - Option(D)
- Views: 16
- Filed under category HTML
- Hashtags:
Discusssion
Login to discuss.