Skip to content

Commit

Permalink
Merge pull request #53 from mayankanand2701/main
Browse files Browse the repository at this point in the history
adding new pages to the dictionary
  • Loading branch information
Ashutosh74554 authored Oct 18, 2022
2 parents 3cc6f66 + 29bc32f commit d706887
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 0 deletions.
44 changes: 44 additions & 0 deletions mayankanand2701/Dictionary/word16.html
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>
40 changes: 40 additions & 0 deletions mayankanand2701/Dictionary/word17.html
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>
36 changes: 36 additions & 0 deletions mayankanand2701/Dictionary/word18.html
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>

0 comments on commit d706887

Please sign in to comment.