12345678910111213141516171819202122232425262728293031323334 |
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>chat</title>
- <script type="text/javascript" src="/js/jquery.min.js"></script>
- <link rel="stylesheet" href="/css/bootstrap.min.css">
- <script type="text/javascript" src="/js/bootstrap.min.js"></script>
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
- &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
- <link rel="stylesheet" href="/css/style.css">
- <style>
- pre {
- overflow-x: auto;
- overflow-y: auto;
- white-space: pre-wrap;
- }
- </style>
- </head>
- <body>
- <pre>
- The ________(1) is the organ in the human body that pumps blood to all the other organs, tissues, and cells. The heart is made up of four _______(2) chambers and valves. The right _______(3) receives deoxygenated blood from the body and pumps it to the lungs. The lungs add _______(4) to the blood and send it back to the heart. From there, the left _______(5) pumps the oxygen-rich blood out to the rest of the body. Within the heart are four valves _______(6) open and close to regulate the flow of blood. They are the mitral, tricuspid, pulmonary, and _______(7). The heart is controlled by an internal _______(8) system.
- 1. Heart
- 2. Separate
- 3. Atrium
- 4. Oxygen
- 5. Ventricle
- 6. that
- 7. Aortic
- 8. electrical
- </pre>
- </body>
|