Computer Science, asked by dev8256, 6 months ago

What is the output of the following segment of the HTML code?
BODY>
HR width="50%">
<UL>
L MANGO </LI>
L APPLE </LI
LGRAPES </LI>
/UL> </BODY>​

Answers

Answered by niharika2139
0

Explanation:

u have to write html in strt .. nd then with use of HR u will get a horizontal line of width 50

also u have done lot of mistakes in witing the code after it ..before eveey name u have to write <LI> nd i hope others will be by mistake ..

Answered by sukhminderdhull
0

Answer:

I hope it will help you

Explanation:

in its output

first of all it shows us a horizontal bar of width 50%,at top of the page on left side

because align is not given so by default it shows on left

then it will show like this

Mango

apple

grapes

Similar questions