-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFirstHtmlCode.html
More file actions
16 lines (15 loc) · 1023 Bytes
/
FirstHtmlCode.html
File metadata and controls
16 lines (15 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<p><b>Chicken</b></p>
<p>The <b>chicken (Gallus gallus domesticus)</b> is a domesticated junglefowl species, with attributes of wild species such as the
grey and the Ceylon junglefowl[1] that are originally from Southeastern Asia. Rooster or cock is a term for an adult male bird, and a younger male may be called a cockerel. A male that has been castrated is a capon. An adult female bird is called a hen and a sexually immature female is called a pullet.</p>
<p> Originally raised for cockfighting or for special ceremonies, chickens were not kept for food until the Hellenistic period (4th–2nd centuries BC).[2][3] Humans now keep chickens primarily as a source of food (consuming both their meat and eggs) and as pets.</p>
</body>
</html>