write an HTML program to print five input and output devices using BR tag HR tag and P tag
Answers
Answered by
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
Math,
4 months ago
English,
4 months ago
History,
4 months ago
Political Science,
8 months ago
Social Sciences,
1 year ago