Computer Science, asked by muktachandgude2004, 15 hours ago

Write a program using HTML. List of Applications • MS Word • MS Excel • MS Powerpoint • HTML • Javascript​

Answers

Answered by samarthkrv
0

Answer:

<html>

<body style = "background-color:red">

<ul style = "color:yellow">LIST OF APPLICATIONS</ul>

<li style = "color:yellow">MS WORD</li>

<li style = "color:yellow">MS POWERPOINT</li>

<li style = "color:yellow">MS EXCEL</li>

<li style = "color:yellow">HTML</li>

<li style = "color:yellow">Javascript</li>

</ul>

</body>

</html>

Explanation:

Similar questions