Computer Science, asked by Trinika362, 6 months ago

WRITE HTML code THAT DISPLAY THE NAME OF SIX FRUITS IN UNORDER LIST

Answers

Answered by Anonymous
1

Answer:

Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.

Answered by anu4337
2

Answer:

 \textbf \color{blue}{Here is the code ➡ }

<ul>

<li>Apple</li>

<li> Cherry </li>

</ul><ul type = “disc”>

<li>Kiwi</li>

<li>Pineapple</li>

</ul>

<ul type = “circle ”>

<li>Pineapple</li>

<li>Strawberry</li>

</ul>

<ul type = “square ”>

<li>Orange</li>

<li>Banana</li>

</ul>

Explanation:

Apply this code in HTML editor and you will definitely get the output.

Hope it helps

Similar questions