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:
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
<!DOCTYPE html> <html> <body> <ul _____________> <li> Physics </li> <li> Chemistry </li> <li> Mathematics </li> </ul> </body> </html>
β
Correct Answer: (D)
style="list-style-type:square;"