πŸ“Š HTML
Q. Below there is a HTML code.
Fill in the blanks in the above HTML code with a suitable option so as to get the list as follows when executed in a browse
Code:
<!DOCTYPE html>
<html>
<body>
<ul _____________>
<li>
Physics
</li>
<li>
Chemistry
</li>
<li>
Mathematics
</li>
</ul>
</body>
</html>
  • (A) style= "style:square;"
  • (B) style="type:square;"
  • (C) style="list-type:square;"
  • (D) style="list-style-type:square;"
πŸ’¬ Discuss
βœ… Correct Answer: (D) style="list-style-type:square;"

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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