Part A – For viruses, bacteria and fungus
- write the definition
- steal a picture
- what size are they?
- How does it infect you?
- give 2 examples of each – include a link, deadlines…etc…
Part B – The Wonderful World of Infection
After listening to some of the examples in class, choose a cool bug – infection story. Write a short summary of the lifecycle, how it infects, how it affects the host, how it is fought by the host. Then embed the video or link to the website.
http://news.nationalgeographic.com/news/2014/10/141031-zombies-parasites-animals-science-halloween/
here is the code for a table: paste into the html code
<table border=”2″ bordercolor=”#0033FF” style=”background-color:#99FFFF” width=”100%” cellpadding=”3″ cellspacing=”3″>
<tr>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td><td>Table Cell</td><td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr>
<td>Table Cell</td><td>Table Cell</td><td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
</table>