Computer Science, asked by rohanmk70, 4 months ago

Write HTML program to display an Un Ordered List which

contains the names of your 6 favoutite Cartoon characters

(Use squares as the types)​

Answers

Answered by valeriy69
0

<html> <body><ul style="list-style-type:square"> <li>Tom</li> <li>Jerry</li> <li>Batman</li> <li>Spiderman</li> <li>Superman</li> <li>He Man</li></ul></body></html>

\small\mathsf\color{lightgreen}useful?\: \color{white}\mapsto\: \color{orange}brainliest

Similar questions