Computer Science, asked by kumarmithlesh51274, 5 months ago

Q-5 Write the HTML code to print the following page . (5)

Human Body

We know very little about our bodies

Did you know that.

 An adult has 206 bones

 A child has 350 bones

 Most of us have 24 ribs

 An average adult has about 5 litres of blood.

Click on any link to know

Digestive system Nervous system Skdetal system Muskular system ​

Answers

Answered by ayushchaurasia17
1

mark me brainlist

<!doctype html>

<html>

<head>

<title> page title </title>

</head>

<body>

<h>Human Body</h>

<p>we know very little about our bodies</p>

<p>Did you know that</p>

<p>An adult has 206bones</p>

<p>A child has 350bones</p>

<p>Most of you have 24ribs</p>

<p>An average adult has about 5liters of blood</p>

<p>Click any link to know</p>

</body>

</html>

Similar questions