Computer Science, asked by akshaysonar18, 3 months ago

Write a HTML program to following display​

Attachments:

Answers

Answered by brainlyhero98
0

OUTPUT

HTML PROGRAM

<html>

<head><title>Table</title>

<body>

<table border="1">

<tr><td>Input Device</td><td>Output Device</td></tr>

<tr><td>Keyboard</td><td>Monitor</td></tr>

<tr><td>Mouse</td><td>Printer</td></tr>

<tr><td>Joystick</td><td>Plotter</td></tr>

</table>

</body>

Attachments:
Similar questions