Computer Science, asked by jassbhumbra, 7 months ago

(2+2)
Q7. Predict the output for each HTML code given below.
a) <html>
<body>
<ol type = "A"
<li>Output Device</li>
<li>Monitor</li>
<<li>Printer</li>
<li>Head Phone</li>
</ol>
</body>
</html>
b) <html>
<body>
<table border="3">
<tr bgcolor="red">
<th>Firstname</th>
<th>Lastname</th>
<th> Age</th>
< tre
<tr bgcolor="yellow">
<td>Ayush</td>
<td bgcolor "blue">Sharma</td>
<td>50</td>
</tr> >
</table>
</body>
</html>​

Answers

Answered by gaurav841930
2

<html>

<body>

<ol type = "A"

<li>Output Device</li>

<li>Monitor</li>

<<li>Printer</li>

<li>Head Phone</li>

</ol>

</body>

</html>

b) <html>

<body>

<table border="3">

<tr bgcolor="red">

<th>Firstname</th>

<th>Lastname</th>

<th> Age</th>

< tre

<tr bgcolor="yellow">

<td>Ayush</td>

<td bgcolor "blue">Sharma</td>

<td>50</td>

</tr> >

</table>

</body>

</html>​

 

PLEASE MARK ME AS BRAINLIST

I WILL GIVE U 5 THANKS

Similar questions