Below is the sample of the HTML code if you are asked to write the paragraph about something in html. Here in this sample I have used almost most of the tags necessary to create a webpage. Don’t forget to look at image, list and table tag.
The outuput is shown below. Please check it out.
<!DOCTYPE html>
<html>
<head>
<title> Computer virus </title>
</head>
<body>
<h1> <u>Computer virus:</u></h1>
<p>
<img src="computervirus.jpg" alt="this is a image" width="1024" height="1024" />Computer programs that damage computer programs and processes are referred to as computer viruses. Computer virus, in other words, is a man-made malicious program that is run or installed on the computer of the user. Software viruses cannot arise spontaneously.</p>
<h2>Features of computer:</h2>
<p><strong>Computer virus</strong> can hide in host programs, replicate themselves and even can spreads from one infected program to another program or software.</p>
<p>There are many reasons for creating computer viruses. Some of the reasons may be to stop piracy, to earn money, to steal, misuse and destroy data and information and for entrainment purpose.</p>
<h2><strong>Protection methods from computer viruses:</strong></h2>
<ol>
<li>Do not click on the link that looks suspicious and do not download unsafe programs.</li>
<li>Before opening email attachments, make sure that the email is not doubtful and free from virus.</li>
<li>Install anti-spyware, anti-malware and firewall if necessary.</li>
</ol>
<p>There are different types of computer viruses. Some of the viruses are:</p>
<ul>
<li>BOOT SECTOR VIRUS</li>
<li>Macro Virus</li>
<li>MULTIPARTITE VIRUS</li>
<li>Polymorphic VIRUS</li>
</ul>
<table >
<tbody>
<tr>
<td>Types of virus</td>
<td>Examples</td>
</tr>
<tr>
<td >1. BOOT SECTOR VIRUS:</td>
<td >Elk Cloner, Monkey, C-brain, NYB, Disk killer, form, Stone etc.</td>
</tr>
<tr>
<td>2. Macro Virus</td>
<td>Loveletter, Marker, Melissa etc</td>
</tr>
<tr>
<td>3. Polymorphic VIRUS</td>
<td>
<p>VIRLOCK , BAGLE or UPolyX, URSNIF, VOBFUS etc.</p>
</td>
</tr>
<tr>
<td>4. FILE INFECTOR</td>
<td>Ambulance virus, Die heart virus etc.</td>
</tr>
</tbody>
</table>
</body>
</html>
Output of the above HTML code
Computer virus:

Computer programs that damage computer programs and processes are referred to as computer viruses. Computer virus, in other words, is a man-made malicious program that is run or installed on the computer of the user. Software viruses cannot arise spontaneously.
Features of computer:
Computer virus can hide in host programs, replicate themselves and even can spreads from one infected program to another program or software.
There are many reasons for creating computer viruses. Some of the reasons may be to stop piracy, to earn money, to steal, misuse and destroy data and information and for entrainment purpose.
Protection methods from computer viruses:
- Do not click on the link that looks suspicious and do not download unsafe programs.
- Before opening email attachments, make sure that the email is not doubtful and free from virus.
- Install anti-spyware, anti-malware and firewall if necessary.
There are different types of computer viruses. Some of the viruses are:
- BOOT SECTOR VIRUS
- Macro Virus
- MULTIPARTITE VIRUS
- Polymorphic VIRUS
Types of virus | Examples |
1. BOOT SECTOR VIRUS: | Elk Cloner, Monkey, C-brain, NYB, Disk killer, form, Stone etc. |
2. Macro Virus | Loveletter, Marker, Melissa etc |
3. Polymorphic VIRUS | VIRLOCK , BAGLE or UPolyX, URSNIF, VOBFUS etc. |
4. FILE INFECTOR | Ambulance virus, Die heart virus etc. |
Very nice .we feel easy to read
Thank you sir