Computer Science, asked by khushichandrakar100, 5 months ago

write an HTML program to print five input and output devices using BR tag HR tag and P tag​

Answers

Answered by emma3006
9

<doctype! html>

<html>

<head>

<title> My first HTML program </title>

</head>

<body>

<p>

<h1> Input devices</h1>

Mouse <br>

Keyboard <br>

Joystick <br>

Scanner <br>

Microphone <br>

</p>

<p>

<h1> Output devices</h1>

Monitor <br>

Speaker <br>

Printer <br>

Projector <br>

Plotter <br>

</p>

</body>

</html>

Similar questions