πŸ“Š HTML
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>
  • (A) <ul>
  • (B) <ol list-style-type= "none">
  • (C) <ul list-style-type= "none">
  • (D) <ul style= "list-style-type:none;">
πŸ’¬ Discuss
βœ… Correct Answer: (D) <ul style= "list-style-type:none;">

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
182
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
99%
Success Rate