-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquantifiers.html
114 lines (109 loc) · 5.09 KB
/
quantifiers.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!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>Quantifiers</title>
<!-- Awesome Font Icon -->
<link rel="stylesheet" href="/css/all.min.css">
<!-- Normalize file -->
<link rel="stylesheet" href="/css/normalize.css">
<!-- Google Font Links -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&family=Bangers&family=Bungee+Shade&family=Lobster&family=Reem+Kufi&family=Work+Sans:wght@200;300;400;500;600;700;800&display=swap" rel="stylesheet">
<!-- Style File -->
<link rel="stylesheet" href="/css/all-grammar.css">
</head>
<body>
<!-- Start Scroll up button -->
<div class="Scroll-up" >
<div class="container">
<a href="#home" class="Scroll-up">مجيد</a>
</div>
</div>
<!-- End Scroll up button -->
<!-- start Header -->
<div class="header" id="home">
<div class="container">
<div class="logo"><a href="/index.html">البيراوي</a></div>
<div class="links">
<div class="icon">
<span></span>
<span></span>
<span></span>
</div>
<ul class="nav">
<li><a href="/index.html">home</a></li>
<li><a href="/grammar.html">Grammar</a></li>
<li class="skills"><a href="#skills">Skills</a>
<ul class="skills-nav">
<li><a href="/Skills/listening.html">Listening</a></li>
<li><a href="/Skills/reading.html">Reading</a></li>
<li><a href="/Skills/writing.html">writing</a></li>
<li><a href="/Skills/speaking.html">Speaking</a></li>
</ul>
</li>
<li><a href="#vocablary">Vocablary</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- End Header -->
<!-- Start Grammar -->
<div class="grammar">
<div class="container">
<h1 class="page-title title">'<strong>A little</strong>', '<strong>little</strong>', '<strong>A few</strong>' and '<strong>few</strong>'</h1>
<h3>We use 'a/an' with several quantifiers:</h3>
<li>a <strong>little</strong></li>
<li><strong>a few</strong></li>
<li><strong>a lot (of)</strong></li>
<h3>We also use 'no article' with several:</h3>
<li><strong>little</strong></li>
<li><strong>few</strong></li>
<li>lots (of)</li>
<p>In many situations, we can choose to use '<strong>a little</strong>' or '<strong>little</strong>' (when using an uncountable noun) or '<strong>a few</strong>' or '<strong>few</strong>' (when using a plural countable noun).
They have slightly different meanings. ('<strong>A lot</strong>' and 'lots' aren't like this. '<strong>A lot</strong>' means the same as 'lots').</p>
<h3>When we say '<strong>a little</strong>' or '<strong>a few</strong>', we mean a small amount, but it's enough:</h3>
<li>John: Let's go out tonight.</li>
<li>Lucy: Okay. I have a <strong>little</strong> money, enough for the cinema at least.</li>
<p>On the other hand, '<strong>little</strong>' or '<strong>few</strong>' usually give us a different impression. These also mean a small amount, but this time the amount is almost nothing.
If the noun is something that we want (like money or friends) then using '<strong>little</strong>' or '<strong>few</strong>' means that we don't have enough:</p>
<li>John: Let's go out tonight.</li>
<li>Lucy: Sorry, I have <strong>little</strong> money. I really can't afford to go out.</li>
<p>Of course, if we use '<strong>few</strong>' or '<strong>little</strong>' with a noun that we don't want, then it can have a positive meaning. It's good to have nearly no problems, for example:</p>
<li>There have been <strong>few</strong> problems with the new system, thankfully!</li>
<li>Luckily, there is <strong>little</strong> crime in my town.</li>
<li>I'm so pleased that I have <strong>few</strong> arguments with my family.</li>
<li>It's great that there's been very <strong>little</strong> bad weather this month.</li>
</div>
</div>
<!-- End Grammar -->
<!-- Start Words Box -->
<div class="words-box">
<div class="container">
<h3>The Words Which I should Learn It</h3>
<p>{afford, }</p>
</div>
</div>
<!-- End Words Box -->
<!-- Start Contact -->
<div class="contact-home" id="contact">
<div class="container">
<h2 class="special-heading">Contact</h2>
<p></p>
<div class="contact-content">
<div class="lable">We have the honor to write to us:</div>
<a href="mailto:majeedmousa0@gmail.com" class="email">majeedmousa0@gmail.com</a>
<div class="social-media">
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
<!-- End Contact -->
</body>
</html>