-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from mayankanand2701/main
adding new pages to the dictionary
- Loading branch information
Showing
3 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<html> | ||
<head> | ||
<title>Word_16</title> | ||
</head> | ||
<body style="background-color:lightcyan"> | ||
<h1>Pithy</h1> | ||
<h4>Adjective</h4> | ||
<p><b>Meaning : </b> expressed in a clear, direct way</p> | ||
<table border="2"> | ||
<tr> | ||
<th>Synonym's</th> | ||
<th>Antonym's</th> | ||
</tr> | ||
<tr> | ||
<td>aphoristic</td> | ||
<td>circuitous</td> | ||
</tr> | ||
<tr> | ||
<td>brief</td> | ||
<td>diffuse</td> | ||
</tr> | ||
<tr> | ||
<td>compact</td> | ||
<td>prolix</td> | ||
</tr> | ||
<tr> | ||
<td>crisp</td> | ||
<td>rambling</td> | ||
</tr> | ||
<tr> | ||
<td>concise</td> | ||
<td>verbose</td> | ||
</tr> | ||
</table> | ||
<p><b>Examples : </b></p> | ||
<ul> | ||
<li>I read my poems in L.A., chatted up the literary set, waxed <mark>pithy</mark> and beleaguered at the book signings and wine and cheese receptions.</li> | ||
<li>The critic gave the film a <mark>pithy</mark> review.</li> | ||
</ul> | ||
<center> | ||
<a href="index.html">Go to Home Page</a> | ||
</center> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<html> | ||
<head> | ||
<title>Word_17</title> | ||
</head> | ||
<body style="background-color:rgb(255, 247, 231)"> | ||
<h1>Fiduciary</h1> | ||
<h4>Adjective</h4> | ||
<p><b>Meaning : </b> involving trust, especially with regard to the relationship between a trustee and a beneficiary.</p> | ||
<table border="2"> | ||
<tr> | ||
<th>Synonym's</th> | ||
<th>Antonym's</th> | ||
</tr> | ||
<tr> | ||
<td>curator</td> | ||
<td>unbelievable</td> | ||
</tr> | ||
<tr> | ||
<td>depositary</td> | ||
<td>implausible</td> | ||
</tr> | ||
<tr> | ||
<td>guardian</td> | ||
<td>questionable</td> | ||
</tr> | ||
<tr> | ||
<td>trustee</td> | ||
<td>unconvincing</td> | ||
</tr> | ||
</table> | ||
<p><b>Examples : </b></p> | ||
<ul> | ||
<li>Ultimately, the <mark>fiduciary</mark> responsibility of CEOs and directors is to represent and serve the best interests of shareholders.</li> | ||
<li>Agrawal cited the <mark>fiduciary</mark> responsibility of board members as a possible reason that Musk decided not to join the board.</li> | ||
</ul> | ||
<center> | ||
<a href="index.html">Go to Home Page</a> | ||
</center> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<html> | ||
<head> | ||
<title>Word_18</title> | ||
</head> | ||
<body style="background-color: rgb(219, 179, 110);"> | ||
<h1>Circumlocution</h1> | ||
<h4>Noun</h4> | ||
<p><b>Meaning : </b> the use of too many words to express something; a long, complicated, indirect way of speaking or writing</p> | ||
<table border="2"> | ||
<tr> | ||
<th>Synonym's</th> | ||
<th>Antonym's</th> | ||
</tr> | ||
<tr> | ||
<td>equivocation</td> | ||
<td>concision</td> | ||
</tr> | ||
<tr> | ||
<td>shuffle</td> | ||
<td>condensation</td> | ||
</tr> | ||
<tr> | ||
<td>tergiversation</td> | ||
<td>crispness</td> | ||
</tr> | ||
</table> | ||
<p><b>Examples : </b></p> | ||
<ul> | ||
<li>He was criticized for his use of <mark>circumlocution</mark>.</li> | ||
<li>I'm trying to avoid <mark>circumlocutions</mark> in my writing.</li> | ||
</ul> | ||
<center> | ||
<a href="index.html">Go to Home Page</a> | ||
</center> | ||
</body> | ||
</html> |