Computer Science, asked by gautamneha638, 2 months ago

please help me in the computer project​

Attachments:

Answers

Answered by shahzadiasra123
0

Explanation:

1.<html>

<head>

<title>Computer Hardware Devices

</title>

</head>

<body bg color="pink">

<h2>Ordered List</h2>

<ol type =1>

<li>keyboard

<li>mouse

<li>scanner

</ol>

<h2>unordered List</h2>

<ul type=circle>

<li>printer

<li>plotter

<li>monitor

</ul>

</body>

</html>

2. <html>

<head>

<title>table

</title>

</head>

<body>

<table border=1>

<tr>

<th> Name of the school</th>

</tr>

<tr>

<th>houses</th>

</tr>

<tr>

<th> The colors of the school and houses is red yellow green</th>

<tr>

</table>

</body>

</html>

Similar questions