-
Notifications
You must be signed in to change notification settings - Fork 0
/
lymphocytes.html
55 lines (54 loc) · 1.85 KB
/
lymphocytes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="utf-8">
<title>
i2i – T & B Lymphocytes
</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<style>
p {
font-size: larger;
margin-left: 75px;
margin-right: 55px;
}
table {
border-collapse: collapse;
width: 75%;
}
th, td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #DDD;
}
tr:hover {background-color: #D6EEEE;}
td:hover {background-color: #afb4b4;}
</style>
</head>
<body>
<h1>
T & B Lymphocytes
<a href="index.html">
<img src="images/killerTcell_cartoon1_edited.png" alt="Killer T cell from Cells at Work anime"
style="float:right;width:128px;height:128px;">
</a>
</h1>
<h2>
Immune Superstars: T & B
</h2>
<p>
By far the most derived and specialized cells of our body <br>
belong to the lymphocyte category. T cells compose the cellular <br>
side of adaptive immunity, protecting us against intracellular <br>
threats like cancer and SARS-CoV-2. B cells secrete antibodies <br>
that coat extracellular pathogens and even neutralize viral invaders!
</p>
<a
href="https://drive.google.com/drive/folders/1y7YVMXbh1sf6C1C2dQABEQ_9UAfY-oXl?usp=sharing"
target="_blank"
>
<img src="images/platelet_cartoon1.png" alt="Click here for Anki deck!" style="float:right;width:256px;height:256px;">
</a>
</body>
</html>