Computer Science, asked by Shinja, 1 year ago

Make one html document by using any five tags.

Answers

Answered by diamondmooon1p8oi4m
3
<html>

<head>
<title> Computer </title>

<body>
<p>
<b>Computers</b> are used to <ins> control large </ins> and <i>small machines</i> which in the past were controlled by humans.<br>
They are also in homes, where they are used for things such as <sub>listening to music</sub>, reading the news, and writing.
Modern computers are <sup>electronic computer</sup> hardware.
</p>
<p>

<h1> Computers are used in so many fields in our daily life. </h1>
<h2> From Engineers to Doctors, Students, Teachers, Government Organization they all use computers to perform specific tasks,</h2>
<h3> For entertainment or just to finish office work. </h3>
<h4> Computers have made our life easier. </h4>
<h5> With greater precision and accuracy and less time taking computers can do alot in short time while that task can take a lot of time while doing manually. </h5>
<h6> Computers have taken industries and businesses to a whole new level. </h6>
They are used at Home for work and <small> entertainment purposes</small> , <mark>at Office</mark>, In hospitals, <del> in government organizations </del>. <br> Here we are going to discuss some of the uses of computers in various fields.
</p>
<p>

<ul style="list-style-type:disc">
<li> Computer can be used to manage Home Budget. You can easily calculate your expenses and income. </li>
<li> You can list all expenses in one column and income in another column. </li>
<li> Then you can apply any calculation on these columns to plan your home budget </li>
<li> There are also specialize software that can manage your income and expenses and generate some cool reports. </li>
</ul>
</p>

<p>
<ul style="list-style-type:square">
<ul>
<li> An important use of computers at home is playing games.</li>
<li> People can manage the office work at home. </li>
</ul>
<br>

<ul style="list-style-type:">
<ul>
<li> He can control his office while sitting at home. </li>
<li> People can find any type of information on the internet </li>
</ul>
</p>

<p>
<ol type="A">
<ol>
<li> Very Nice </li>
<li> Important </li>
</ol>
</p>

<p>
<p style ="color:#ff0ff"> The students can learn new skills at their own pace.
They can easily acquire knowledge in any available time of their own choice!!!
</p>

<table>
<tr>
<th> Training time can be reduced. </th>
<th> Planning and timing problems </tr>
<th> Computer Aided Learning </th>
</tr>

<tr>
<td> Distance Learning </td>
<td> Online Examination </td>
<td> Marketing </td>
</tr>
</table>

</body>
</html>
Similar questions