Types of Nouns

0
423

<!DOCTYPE html>
<html>
<head>
<title>Types of Nouns</title>
</head>
<body>
<h1>Types of Nouns</h1>
<table>
<thead>
<tr>
<th>Type of Noun</th>
<th>Definition</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<td>Common Noun</td>
<td>Refers to a general, non-specific thing or person</td>
<td>cat, city, book</td>
</tr>
<tr>
<td>Proper Noun</td>
<td>Refers to a specific person, place, or thing and is capitalized</td>
<td>New York City, Jane Smith, The Great Gatsby</td>
</tr>
<tr>
<td>Concrete Noun</td>
<td>Refers to a physical object that can be seen, touched, or perceived through the senses</td>
<td>tree, chair, apple</td>
</tr>
<tr>
<td>Abstract Noun</td>
<td>Refers to a concept, idea, or feeling that cannot be perceived through the senses</td>
<td>love, freedom, courage</td>
</tr>
<tr>
<td>Collective Noun</td>
<td>Refers to a group of people, animals, or things</td>
<td>herd, team, family</td>
</tr>
<tr>
<td>Countable Noun</td>
<td>Refers to something that can be counted and has a singular and plural form</td>
<td>car, book, pencil</td>
</tr>
<tr>
<td>Uncountable Noun</td>
<td>Refers to something that cannot be counted and does not have a plural form</td>
<td>water, air, love</td>
</tr>
</tbody>
</table>
</body>
</html>

LEAVE A REPLY

Please enter your comment!
Please enter your name here