Write an HTML code to create the following bulleted List -
.Math
.Science
.Computer Application
.English
Answers
Answered by
4
Explanation:
- Computer Application
hope it helps you
Answered by
22
Answer:
Answer is simple... Just follow the steps
Explanation:
<Html>
<Head><Title> Subjects</Title>
</Head>
<Body>
<Ul type = "circle">
<Li> Math </li>/
<li> Science</li>
<li> Computer Application</li>
<li> English </li>
</Ul>
</Body>
</Html>
Here Li stands for List items
It is necessary to use before list name in creating lists.
As the background colour and font color was not given.. so i have not written in the coding
Hope it helps you...
Similar questions