Computer Science, asked by tiya01isonline, 10 months ago

SCOLONI
19) Write the output of the following HTML code
<HTML>
<HEAD> <title> lists </title> </head>
Body
<B> benefits of positive attitude </B>
<UL>
<LI> increase productivity
<LI> improves quality
<LI> faster team work -
ma.cesor a picasing personality
</UL>
</Body>
HTML>​

Answers

Answered by bulhazarika1234
2

Explanation:

Benefits of positive attitude

  • increase productivity
  • improves quality
  • faster team work makes. cesor a picasing personality
Answered by freefire2122m
0

Answer:<html>

<head>

<title>Using list</title><style type="text/css>

body{background-color:RGB(255,251,214)}

h1{color:red}

li{color:blue}

</style>

</head><body>

<h1>Benifit of positive

Attitude</h1><ul>

<li>Increase productivity

<li>Increase Quality

<li>Efficient team work

<li>Breeds loyalty</ul></body></html>

Explanation:

Similar questions