Himanshu
Himanshu
On
E – Commerce
(Paper Code – BBA-114)
1
2
<html>
<head>
<title>Index Page</title>
</head>
<body bgcolor="#ffffff" text="#000000">
<center>
<h1>Index Page</h1>
</center>
<tr>
<td>1</td>
<td>SEPRATOR 1</td>
<td>9-9</td>
<td>______________</td>
</tr>
3
<tr>
<td>2</td>
<td>RESUME</td>
<td>10-13</td>
<td>______________</td>
</tr>
<tr>
<td>3</td>
<td>QUESTIONNAIRE</td>
<td>14-17</td>
<td>______________</td>
</tr>
<tr>
<td>4</td>
<td>TIMETABLE</td>
<td>18-22</td>
<td>______________</td>
</tr>
<tr>
<td>5</td>
<td>SCHOOL ADMISSION FORM</td>
<td>23-28</td>
<td>______________</td>
4
<tr>
<td>6</td>
<td>MAGAZINE ORDER FORM</td>
<td>29-32</td>
<td>______________</td>
</tr>
<tr>
<td>7</td>
<td>GLOSSARY</td>
<td>33-35</td>
<td>______________</td>
</tr>
<tr>
<td>8</td>
<td>CALENDAR</td>
<td>36-38</td>
<td>______________</td>
</tr>
<tr>
<td>9</td>
<td>MARKSHEET</td>
5
<td>39-43</td>
<td>______________</td>
</tr>
<tr>
<td>10</td>
<td>CRICKET MATCH SCORE CARD</td>
<td>44-50</td>
<td>______________</td>
</tr>
<tr>
<td>11</td>
<td>E-MAIL REGISTRATION FORM</td>
<td>51-53</td>
<td>______________</td>
</tr>
<tr>
<td>12</td>
<td>E-MAIL INBOX</td>
<td>54-56</td>
<td>______________</td>
</tr>
6
<tr>
<td>13</td>
<td>CHESS BOARD</td>
<td>57-61</td>
<td>______________</td>
</tr>
<tr>
<td>14</td>
<td>HOME PAGE</td>
<td>62-64</td>
<td>______________</td>
</tr>
<tr>
<td>15</td>
<td>SEPRATOR 2</td>
<td>65-65</td>
<td>______________</td>
</tr>
<tr>
<td>16</td>
<td>BLOG</td>
<td>66-69</td>
7
<td>______________</td>
</tr>
<tr>
<td>17</td>
<td>SOCIAL NETWORKING SITES</td>
<td>70-76</td>
<td>______________</td>
</tr>
<tr>
<td>18</td>
<td>ONLINE OFFICIAL CORRESPONDENCE</td>
<td>77-77</td>
<td>______________</td>
</tr>
<tr>
<td>19</td>
<td>CANVA</td>
<td>78-78</td>
<td>______________</td>
</tr>
</table>
</body>
</html>
8
PART -I
9
RESUME
10
<html>
<head>
<title>My Resume</title>
</head>
<body>
<h1>Himanshu Singla</h1>
<p>Email: abcd12@gmail.com</p>
<p>Phone: 999699913</p>
<p>Location: Haryana, India</p>
<h2>Summary</h2>
<p>Himanshu Singla is a skilled and detail-oriented report writer with 5 years of
experience in creating clear and concise reports for various industries. A strong
communicator and critical thinker, Himanshu Singla is able to analyse complex
data and present it in a compelling and informative manner.</p>
</section>
<section>
<h2>Skills</h2>
<ul>
<li>JavaScript</li>
<li>HTML</li>
<li>C</li>
11
<li>Python</li>
<li>SQL</li>
<li>Microsoft</li>
<li>Team Leadership</li>
</ul>
</section>
<section>
<h2>Work Experience</h2>
<article>
<h3>Software Developer</h3>
<p><Oswal Castings pvt.ltd</strong></p>
<p>Jan 2020 – Present</p>
<ul>
<li>Developed and maintained web applications using React and HTML.</li>
<li>Collaborated with cross-functional teams to deliver high-quality
software.</li>
<li>Implemented responsive design to improve mobile user experience.</li>
</ul>
</article>
<article>
<h3>Junior Developer</h3>
<p><strong>XYZ Inc.</strong></p>
12
<p>Jun 2018 – Dec 2019</p>
<ul>
<li>Assisted in building front-end components using JavaScript and HTML.</li>
<li>Performed bug fixes and code reviews to increase code quality.</li>
</ul>
</article>
</section>
<section>
<h2>Education</h2>
<article>
<h3>Bachelor of Science in Computer Science</h3>
<p><strong>UPES<Dheradhun</strong></p>
<p>2014 – 2018</p>
<p>Graduated with Honors. Relevant coursework: Data Structures, Algorithms,
Software Engineering.</p>
</article>
</section>
</body>
</html>
13
QUESTIONNAIRE
<html>
<head>
<title>Finance Survey Questionnaire</title>
</head>
<body>
<h2>Finance Survey Questionnaire</h2>
14
<form action="#" method="post">
<p>
<label for="fullname">Full Name:</label><br />
<input type="text" id="fullname" name="fullname" required />
</p>
<p>
<label for="age">Age:</label><br />
<input type="number" id="age" name="age" min="18" max="100" required />
</p>
<p>
<label>What is your primary source of income?</label><br />
<input type="radio" id="employment" name="income_source"
value="Employment" />
<label for="employment">Employment</label><br />
<input type="radio" id="business" name="income_source" value="Business"
/>
<label for="business">Business</label><br />
<input type="radio" id="investment" name="income_source"
value="Investment" />
<label for="investment">Investment</label><br />
<input type="radio" id="other_income" name="income_source"
value="Other" />
<label for="other_income">Other</label>
</p>
<p>
<label>Which types of investments do you currently have? (Select all that
apply)</label><br />
15
<input type="checkbox" id="stocks" name="investments" value="Stocks" />
<label for="stocks">Stocks</label><br />
<input type="checkbox" id="bonds" name="investments" value="Bonds" />
<label for="bonds">Bonds</label><br />
<input type="checkbox" id="real_estate" name="investments" value="Real
Estate" />
<label for="real_estate">Real Estate</label><br />
<input type="checkbox" id="mutual_funds" name="investments"
value="Mutual Funds" />
<label for="mutual_funds">Mutual Funds</label><br />
<input type="checkbox" id="none_invest" name="investments" value="None"
/>
<label for="none_invest">None</label>
</p>
<p>
<label>How would you describe your risk tolerance?</label><br />
<input type="radio" id="high_risk" name="risk_tolerance" value="High" />
<label for="high_risk">High</label><br />
<input type="radio" id="medium_risk" name="risk_tolerance"
value="Medium" />
<label for="medium_risk">Medium</label><br />
<input type="radio" id="low_risk" name="risk_tolerance" value="Low" />
<label for="low_risk">Low</label>
</p>
<p>
<label for="financial_goals">What are your primary financial
goals?</label><br />
16
<select id="financial_goals" name="financial_goals" required>
<option value="" disabled selected>Select a goal</option>
<option value="Retirement Savings">Retirement Savings</option>
<option value="Buying a Home">Buying a Home</option>
<option value="Education">Education</option>
<option value="Travel">Travel</option>
<option value="Emergency Fund">Emergency Fund</option>
<option value="Other">Other</option>
</select>
</p>
<p>
<label for="feedback">Additional comments or suggestions:</label><br />
<textarea id="feedback" name="feedback" rows="4" cols="50"></textarea>
</p>
<p>
<input type="submit" value="Submit Survey" />
</p>
</form>
</body>
</html>
17
TIMETABLE
<html>
<head>
<title>class 12th Timetable</title>
</head>
18
<body>
<h2 align="center">Class 12th Commerce Timetable</h2>
<table border="1" cellpadding="8" cellspacing="0" align="center">
<thead>
<tr>
<th>Time</th>
<th>Monday</th>
<th>Tuesday</th>
<th>Wednesday</th>
<th>Thursday</th>
<th>Friday</th>
<th>Saturday</th>
</tr>
</thead>
<tbody>
<tr>
<td>8:00 - 9:00</td>
<td>Accountancy</td>
<td>Business Studies</td>
<td>Economics</td>
<td>English</td>
<td>Mathematics</td>
<td>Informatics Practices</td>
</tr>
19
<tr>
<td>9:00 - 10:00</td>
<td>Business Studies</td>
<td>Economics</td>
<td>Accountancy</td>
<td>Mathematics</td>
<td>English</td>
<td>Physical Education</td>
</tr>
<tr>
<td>10:00 - 10:15</td>
<td colspan="6" align="center">Break</td>
</tr>
<tr>
<td>10:15 - 11:15</td>
<td>Economics</td>
<td>English</td>
<td>Business Studies</td>
<td>Accountancy</td>
<td>Physical Education</td>
<td>Mathematics</td>
</tr>
<tr>
<td>11:15 - 12:15</td>
<td>English</td>
20
<td>Mathematics</td>
<td>Informatics Practices</td>
<td>Business Studies</td>
<td>Accountancy</td>
<td>Economics</td>
</tr>
<tr>
<td>12:15 - 1:15</td>
<td>Mathematics</td>
<td>Physical Education</td>
<td>English</td>
<td>Economics</td>
<td>Business Studies</td>
<td>Accountancy</td>
</tr>
<tr>
<td>1:15 - 2:00</td>
<td colspan="6" align="center">Lunch Break</td>
</tr>
<tr>
<td>2:00 - 3:00</td>
<td>Informatics Practices</td>
<td>Accountancy</td>
<td>Physical Education</td>
<td>Mathematics</td>
21
<td>English</td>
<td>Business Studies</td>
</tr>
</tbody>
</table>
</body>
</html>
22
SCHOOL ADMISSION FORM
<html>
<head>
<title>Delhi Public School Greater Faridabad - Admission Form</title>
</head>
23
<center>
<h2 style="color: #2e7d32;">Delhi Public School Greater
Faridabad</h2>
<h3 style="color: #2e7d32;">Admission Form</h3>
<hr color="#2e7d32" width="50%" />
</center>
25
<td>
<input type="radio" id="male" name="gender" value="male"
required />
<label for="male">Male</label>
<input type="radio" id="female" name="gender"
value="female" />
<label for="female">Female</label>
<input type="radio" id="other" name="gender"
value="other"/>
<label for="other">Other</label>
</td>
</tr>
<tr bgcolor="#2e7d32">
<th colspan="2"><font color="#ffffff"
size="+1">Parent/Guardian Details</font></th>
</tr>
<tr>
<td><label for="father_name">Father's Full
Name:</label></td>
<td><input type="text" id="father_name" name="father_name"
required /></td>
</tr>
<tr bgcolor="#e8f5e9">
<td><label for="mother_name">Mother's Full
Name:</label></td>
26
<td><input type="text" id="mother_name"
name="mother_name" required /></td>
</tr>
<tr>
<td><label for="phone">Contact Phone Number:</label></td>
<td><input type="tel" id="phone" name="phone" pattern="[0-
9]{10}" title="Enter 10 digit phone number" required /></td>
</tr>
<tr bgcolor="#e8f5e9">
<td><label for="email">Email (if any):</label></td>
<td><input type="email" id="email" name="email" /></td>
</tr>
<tr bgcolor="#2e7d32">
<th colspan="2"><font color="#ffffff" size="+1">Address
Details</font></th>
</tr>
<tr>
<td><label for="address">Permanent Address:</label></td>
<td><textarea id="address" name="address" rows="3" cols="30"
required></textarea></td>
</tr>
<tr bgcolor="#2e7d32">
<th colspan="2" align="center">
27
<input type="submit" value="Submit Admission Form"
style="font-weight:bold; color:#ffffff; background-color:#2e7d32;
border:none; padding:10px 25px; cursor:pointer;" />
</th>
</tr>
</table>
</form>
<br />
<center>
<font color="#2e7d32" size="2">Please complete all required fields
before submitting the form.</font>
</center>
</body>
</html>
28
MAGAZINE ORDER FORM
<html>
<head>
<title>Magazine Order Form</title>
</head>
<center>
<h2 style="color:#8b4513;">Magazine Order Form</h2>
29
<hr color="#8b4513" width="60%">
</center>
<tr bgcolor="#8b4513">
<th colspan="2">
<font color="#ffffff" size="+1">Magazine Selection</font>
</th>
</tr>
<tr>
<td><label for="magazine">Choose Magazine:</label></td>
<td>
<select id="magazine" name="magazine" required>
<option value="">-- Select Magazine --</option>
<option value="tech_world">Tech World</option>
30
<option value="health_monthly">Health Monthly</option>
<option value="travel_explorer">Travel Explorer</option>
<option value="fashion_trends">Fashion Trends</option>
<option value="stock_market_pro">Stock Market Pro</option>
<option value="food_fiesta">Food Fiesta</option>
</select>
</td>
</tr>
<tr bgcolor="#fff5e6">
<td><label>Subscription Plan:</label></td>
<td>
<input type="radio" id="plan6" name="plan" value="6_months"
required />
<label for="plan6">6 Months</label><br />
<input type="radio" id="plan12" name="plan" value="12_months" />
<label for="plan12">12 Months</label><br />
<input type="radio" id="plan24" name="plan" value="24_months" />
<label for="plan24">24 Months</label>
</td>
</tr>
<tr>
<td><label for="quantity">Quantity:</label></td>
<td><input type="number" id="quantity" name="quantity" min="1"
max="10" value="1" required /></td>
</tr>
<tr bgcolor="#8b4513">
<td colspan="2" align="center">
<input type="submit" value="Submit Order" style="font-weight:bold;
color:#ffffff; background-color:#8b4513; border:none; padding:8px 20px;
cursor:pointer;" />
</td>
</tr>
</table>
</form>
<br />
<center>
<font color="#6e4b26" size="2">
31
Please fill in all required fields before submitting your order.
</font>
</center>
</body>
</html>
32
GLOSSARY
<html>
<head>
<title>Glossary</title>
</head>
<body>
<h1>Glossary</h1>
<dl>
<dt><strong>Stock</strong></dt>
33
<dd>A security that represents ownership in a corporation and a claim on part of the
corporation's assets and earnings.</dd>
<dt><strong>Dividend</strong></dt>
<dd>A portion of a company's earnings distributed to shareholders as a reward for their
investment.</dd>
<dt><strong>Bull Market</strong></dt>
<dd>A market condition characterized by rising prices and investor optimism.</dd>
<dt><strong>Bear Market</strong></dt>
<dd>A market condition characterized by falling prices and widespread pessimism.</dd>
<dt><strong>Market Capitalization</strong></dt>
<dd>The total market value of a company's outstanding shares calculated by multiplying share
price by number of shares.</dd>
<dt><strong>Portfolio</strong></dt>
<dd>A collection of investments held by an individual or institution.</dd>
<dt><strong>Broker</strong></dt>
<dd>A person or firm that executes buy and sell orders on behalf of investors.</dd>
<dt><strong>Volatility</strong></dt>
<dd>A statistical measure of the dispersion of returns for a given security or market
index.</dd>
<dt><strong>Index</strong></dt>
<dd>A statistical measure of the changes in a portfolio of stocks representing a portion of the
overall market.</dd>
<dt><strong>Liquidity</strong></dt>
<dd>The ability to quickly buy or sell an asset without causing a significant change in its
price.</dd>
34
<dd>A type of investment fund traded on stock exchanges, holding assets like stocks,
commodities, or bonds.</dd>
<dt><strong>Stop Loss</strong></dt>
<dd>An order placed with a broker to buy or sell once the stock reaches a certain price to limit
losses.</dd>
<dt><strong>Day Trading</strong></dt>
<dd>The buying and selling of stocks within the same trading day to capitalize on short-term
price movements.</dd>
<dt><strong>Margin</strong></dt>
<dd>Borrowed money that investors use to purchase securities, increasing both potential gains
and losses.</dd>
<dt><strong>Capital Gain</strong></dt>
<dd>The profit earned from the sale of an asset such as stocks or bonds.</dd>
</dl>
</body>
</html>
35
CALENDAR
<html>
<head>
<title>Calendar - December 2025</title>
</head>
<body>
38
MARKSHEET
39
<html>
<head>
<title>CBSE Class 12th Commerce Marksheet</title>
</head>
<center>
<h1 style="color: #b71c1c;">CBSE Class 12th Commerce
Marksheet</h1>
<h2 style="color: #d32f2f;">Central Board of Secondary
Education</h2>
<hr color="#d32f2f" width="80%" />
</center>
<br />
<tr bgcolor="#fff3e0">
<td>English Core</td>
<td align="center">100</td>
<td align="center">78</td>
<td align="center">A2</td>
<td>Very Good</td>
</tr>
<tr>
<td>Accountancy</td>
41
<td align="center">100</td>
<td align="center">85</td>
<td align="center">A1</td>
<td>Excellent</td>
</tr>
<tr bgcolor="#fff3e0">
<td>Business Studies</td>
<td align="center">100</td>
<td align="center">80</td>
<td align="center">A2</td>
<td>Very Good</td>
</tr>
<tr>
<td>Economics</td>
<td align="center">100</td>
<td align="center">82</td>
<td align="center">A2</td>
<td>Very Good</td>
</tr>
<tr bgcolor="#fff3e0">
<td>Mathematics</td>
<td align="center">100</td>
<td align="center">70</td>
<td align="center">B1</td>
<td>Good</td>
</tr>
<tr>
<td>Informatics Practices</td>
<td align="center">100</td>
<td align="center">74</td>
<td align="center">B1</td>
<td>Good</td>
</tr>
<tr bgcolor="#b71c1c">
<td colspan="4" align="right">
42
<font color="#ffffff"><b>Total Marks Obtained</b></font>
</td>
<td align="center"><font color="#ffffff"><b>459 /
600</b></font></td>
</tr>
<tr bgcolor="#d32f2f">
<td colspan="4" align="right">
<font color="#ffffff"><b>Percentage</b></font>
</td>
<td align="center"><font
color="#ffffff"><b>76.5%</b></font></td>
</tr>
<tr bgcolor="#e64a19">
<td colspan="4" align="right">
<font color="#ffffff"><b>Result</b></font>
</td>
<td align="center"><font
color="#ffffff"><b>Passed</b></font></td>
</tr>
<tr bgcolor="#f57c00">
<td colspan="4" align="right">
<font color="#ffffff"><b>Division</b></font>
</td>
<td align="center"><font color="#ffffff"><b>First
Division</b></font></td>
</tr>
</table>
<br />
<center>
<font color="#5d4037" size="2">
This is a computer generated marksheet and does not require any
signature.
</font>
</center>
</body>
</html>
43
CRICKET MATCH SCORE CARD
44
<html>
<head>
<title>IPL Scorecard - KKR vs CSK</title>
</head>
<body bgcolor="#f9fefe" text="#000000">
<h1 align="center"><font color="#3b2e5a">IPL Scorecard - KKR vs
CSK</font></h1>
<h2 align="center"><font color="#d35400">Kolkata Knight Riders vs Chennai
Super Kings</font></h2>
<h3 align="center"><font color="#27ae60">Date: 2024-04-15</font></h3>
45
<h3><font color="#7d3c98">1st Innings - Kolkata Knight Riders
Batting</font></h3>
<table border="1" cellpadding="5" cellspacing="0" width="100%"
bgcolor="#fff8dc" bordercolor="#7d3c98">
<thead>
<tr bgcolor="#7d3c98">
<th><font color="#ffffff">Batsman</font></th>
<th><font color="#ffffff">Runs</font></th>
<th><font color="#ffffff">Balls</font></th>
<th><font color="#ffffff">4s</font></th>
<th><font color="#ffffff">6s</font></th>
<th><font color="#ffffff">SR</font></th>
</tr>
</thead>
<tbody>
<tr bgcolor="#f5e6ff"><td>Shubman Gill</td><td align="center">55</td><td
align="center">38</td><td align="center">6</td><td align="center">2</td><td
align="center">144.74</td></tr>
<tr bgcolor="#fff8dc"><td>Rahul Tripathi</td><td align="center">40</td><td
align="center">30</td><td align="center">4</td><td align="center">1</td><td
align="center">133.33</td></tr>
<tr bgcolor="#f5e6ff"><td>Andre Russell (c)</td><td
align="center">35</td><td align="center">18</td><td align="center">2</td><td
align="center">3</td><td align="center">194.44</td></tr>
<tr bgcolor="#fff8dc"><td>Nitish Rana</td><td align="center">25</td><td
align="center">20</td><td align="center">3</td><td align="center">0</td><td
align="center">125.00</td></tr>
<tr bgcolor="#f5e6ff"><td>Venkatesh Iyer (not out)</td><td
align="center">15</td><td align="center">10</td><td align="center">2</td><td
align="center">0</td><td align="center">150.00</td></tr>
46
<tr bgcolor="#dfe7e9"><td><b>Extras</b></td><td colspan="5"
align="center"><b>10 (w 4, nb 6)</b></td></tr>
</tbody>
<tfoot>
<tr bgcolor="#7d3c98"><td><b>Total</b></td><td colspan="5"
align="center"><b>170/4 (20 overs)</b></td></tr>
<tr bgcolor="#dfe7e9"><td><b>Fall of wickets</b></td><td colspan="5"
align="center">1-58, 2-95, 3-130, 4-160</td></tr>
</tfoot>
</table>
<h3><font color="#7d3c98">1st Innings - Chennai Super Kings
Bowling</font></h3>
<table border="1" cellpadding="5" cellspacing="0" width="100%"
bgcolor="#fef9f9" bordercolor="#21618c">
<thead>
<tr bgcolor="#21618c">
<th><font color="#ffffff">Bowler</font></th>
<th><font color="#ffffff">Overs</font></th>
<th><font color="#ffffff">Maidens</font></th>
<th><font color="#ffffff">Runs</font></th>
<th><font color="#ffffff">Wickets</font></th>
<th><font color="#ffffff">Economy</font></th>
</tr>
</thead>
<tbody>
<tr bgcolor="#d5dbdb"><td>Dwayne Bravo</td><td align="center">4</td><td
align="center">0</td><td align="center">32</td><td align="center">1</td><td
align="center">8.00</td></tr>
<tr bgcolor="#fef9f9"><td>Deepak Chahar</td><td align="center">4</td><td
47
align="center">0</td><td align="center">29</td><td align="center">2</td><td
align="center">7.25</td></tr>
<tr bgcolor="#d5dbdb"><td>Sam Curran</td><td align="center">4</td><td
align="center">0</td><td align="center">34</td><td align="center">0</td><td
align="center">8.50</td></tr>
<tr bgcolor="#fef9f9"><td>Maheesh Theekshana</td><td
align="center">4</td><td align="center">0</td><td align="center">35</td><td
align="center">1</td><td align="center">8.75</td></tr>
<tr bgcolor="#d5dbdb"><td>Josh Hazlewood</td><td
align="center">4</td><td align="center">0</td><td align="center">35</td><td
align="center">0</td><td align="center">8.75</td></tr>
</tbody>
</table>
<h3><font color="#7d3c98">2nd Innings - Chennai Super Kings
Batting</font></h3>
<table border="1" cellpadding="5" cellspacing="0" width="100%"
bgcolor="#fff8dc" bordercolor="#7d3c98">
<thead>
<tr bgcolor="#7d3c98">
<th><font color="#ffffff">Batsman</font></th>
<th><font color="#ffffff">Runs</font></th>
<th><font color="#ffffff">Balls</font></th>
<th><font color="#ffffff">4s</font></th>
<th><font color="#ffffff">6s</font></th>
<th><font color="#ffffff">SR</font></th>
</tr>
</thead>
<tbody>
<tr bgcolor="#f5e6ff"><td>Devon Conway</td><td align="center">60</td><td
align="center">42</td><td align="center">7</td><td align="center">2</td><td
48
align="center">142.86</td></tr>
<tr bgcolor="#fff8dc"><td>Ruturaj Gaikwad</td><td
align="center">44</td><td align="center">36</td><td align="center">6</td><td
align="center">0</td><td align="center">122.22</td></tr>
<tr bgcolor="#f5e6ff"><td>MS Dhoni (c & wk)</td><td
align="center">20</td><td align="center">15</td><td align="center">2</td><td
align="center">0</td><td align="center">133.33</td></tr>
<tr bgcolor="#fff8dc"><td>Ambati Rayudu</td><td align="center">15</td><td
align="center">10</td><td align="center">1</td><td align="center">0</td><td
align="center">150.00</td></tr>
<tr bgcolor="#f5e6ff"><td>Moeen Ali (not out)</td><td
align="center">14</td><td align="center">8</td><td align="center">1</td><td
align="center">1</td><td align="center">175.00</td></tr>
<tr bgcolor="#dfe7e9"><td><b>Extras</b></td><td colspan="5"
align="center"><b>9 (w 5, nb 4)</b></td></tr>
</tbody>
<tfoot>
<tr bgcolor="#7d3c98"><td><b>Total</b></td><td colspan="5"
align="center"><b>162/4 (20 overs)</b></td></tr>
<tr bgcolor="#dfe7e9"><td><b>Fall of wickets</b></td><td colspan="5"
align="center">1-50, 2-90, 3-120, 4-154</td></tr>
</tfoot>
</table>
<h3><font color="#7d3c98">2nd Innings - Kolkata Knight Riders
Bowling</font></h3>
<table border="1" cellpadding="5" cellspacing="0" width="100%"
bgcolor="#fef9f9" bordercolor="#21618c">
<thead>
<tr bgcolor="#21618c">
<th><font color="#ffffff">Bowler</font></th>
<th><font color="#ffffff">Overs</font></th>
49
<th><font color="#ffffff">Maidens</font></th>
<th><font color="#ffffff">Runs</font></th>
<th><font color="#ffffff">Wickets</font></th>
<th><font color="#ffffff">Economy</font></th>
</tr>
</thead>
<tbody>
<tr bgcolor="#d5dbdb"><td>Shivam Mavi</td><td align="center">4</td><td
align="center">0</td><td align="center">35</td><td align="center">1</td><td
align="center">8.75</td></tr>
<tr bgcolor="#fef9f9"><td>Varun Chakravarthy</td><td
align="center">4</td><td align="center">0</td><td align="center">32</td><td
align="center">2</td><td align="center">8.00</td></tr>
<tr bgcolor="#d5dbdb"><td>Sunil Narine</td><td align="center">4</td><td
align="center">0</td><td align="center">29</td><td align="center">0</td><td
align="center">7.25</td></tr>
<tr bgcolor="#fef9f9"><td>Pat Cummins</td><td align="center">4</td><td
align="center">0</td><td align="center">32</td><td align="center">1</td><td
align="center">8.00</td></tr>
<tr bgcolor="#d5dbdb"><td>Andre Russell</td><td align="center">4</td><td
align="center">0</td><td align="center">35</td><td align="center">0</td><td
align="center">8.75</td></tr>
</tbody>
</table>
<h3><font color="#2e4053"><b>Match Result</b></font></h3>
<p><b><font color="#c0392b" size="4">Chennai Super Kings won by 2
wickets.</font></b></p>
</body>
</html>
50
E-MAIL REGISTRATION FORM
<html>
<head>
<title>Email Registration Form</title>
</head>
51
<body bgcolor="#f5f7fa" style="font-family: 'Segoe UI', Tahoma, Geneva,
Verdana, sans-serif; margin:0; padding:0;">
<tr>
<td><label for="email" style="color:#4a5568; font-weight:
600;">Email Address</label></td>
</tr>
<tr>
<td><input type="email" id="email" name="email"
placeholder="you@example.com" required style="width:100%; padding:10px;
border:1px solid #cbd5e0; border-radius:4px; font-size:14px;" /></td>
</tr>
<tr>
52
<td><label for="password" style="color:#4a5568; font-weight:
600;">Password</label></td>
</tr>
<tr>
<td><input type="password" id="password" name="password"
required style="width:100%; padding:10px; border:1px solid #cbd5e0; border-
radius:4px; font-size:14px;" /></td>
</tr>
<tr>
<td><label for="confirm_password" style="color:#4a5568; font-
weight: 600;">Confirm Password</label></td>
</tr>
<tr>
<td><input type="password" id="confirm_password"
name="confirm_password" required style="width:100%; padding:10px;
border:1px solid #cbd5e0; border-radius:4px; font-size:14px;" /></td>
</tr>
<tr>
<td align="center" style="padding-top:20px;">
<input type="submit" value="Register" style="background-
color:#2b6cb0; color:#ffffff; border:none; padding:10px 0; width:100%; border-
radius: 4px; font-size:16px; font-weight:600; cursor:pointer;" />
</td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td align="center" style="color:#a0aec0; font-size:12px;">
By registering, you agree to our Terms of Service and Privacy Policy.
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
53
E-MAIL INBOX
<html>
<head>
<title>Email Inbox</title>
</head>
<head>
<meta charset="UTF-8" />
<title>Professional Email Inbox</title>
</head>
<body bgcolor="#f8fafc" text="#000000" style="font-family: Arial,
sans-serif;">
<h2 align="center" style="margin-top: 20px;">Email Inbox</h2>
<table border="1" cellpadding="10" cellspacing="0" align="center"
width="90%" style="border-collapse: collapse;">
<thead>
<tr bgcolor="#0b3d91" style="color: white;">
<th align="left">Sender</th>
<th align="left">Subject</th>
<th align="center">Date</th>
<th align="center">Status</th>
</tr>
54
</thead>
<tbody>
<tr bgcolor="#dde9fc">
<td>Michael Anderson</td>
<td>Quarterly Financial Analysis Report</td>
<td align="center">2024-06-12</td>
<td align="center">Unread</td>
</tr>
<tr bgcolor="#ffffff">
<td>Jessica Reynolds</td>
<td>Project Kickoff Meeting Summary</td>
<td align="center">2024-06-11</td>
<td align="center">Read</td>
</tr>
<tr bgcolor="#dde9fc">
<td>David Chen</td>
<td>Updated Client Contract Documents</td>
<td align="center">2024-06-10</td>
<td align="center">Read</td>
</tr>
<tr bgcolor="#ffffff">
<td>Emily Carter</td>
<td>Invitation to Industry Conference</td>
<td align="center">2024-06-09</td>
<td align="center">Unread</td>
</tr>
<tr bgcolor="#dde9fc">
<td>William Harris</td>
<td>Monthly Sales Performance Review</td>
<td align="center">2024-06-08</td>
<td align="center">Read</td>
</tr>
<tr bgcolor="#ffffff">
<td>Olivia Stewart</td>
<td>Team Building Event Details</td>
<td align="center">2024-06-07</td>
55
<td align="center">Unread</td>
</tr>
</tbody>
</table>
</body>
</html>
56
CHESS BOARD
<html>
<head>
<title>Chess Board with Pieces</title>
</head>
<body>
<table border="2" cellpadding="10" cellspacing="0" align="center">
<tbody>
<!-- Rank 8 -->
<tr>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♜</font></td>
57
<td bgcolor="#ffffff"><font size="6"
color="black">♞</font></td>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♝</font></td>
<td bgcolor="#ffffff"><font size="6"
color="black">♛</font></td>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♚</font></td>
<td bgcolor="#ffffff"><font size="6"
color="black">♝</font></td>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♞</font></td>
<td bgcolor="#ffffff"><font size="6"
color="black">♜</font></td>
</tr>
<!-- Rank 7 -->
<tr>
<td bgcolor="#ffffff"><font size="6"
color="black">♟</font></td>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♟</font></td>
<td bgcolor="#ffffff"><font size="6"
color="black">♟</font></td>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♟</font></td>
<td bgcolor="#ffffff"><font size="6"
color="black">♟</font></td>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♟</font></td>
<td bgcolor="#ffffff"><font size="6"
color="black">♟</font></td>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♟</font></td>
</tr>
58
<!-- Rank 6 -->
<tr>
<td bgcolor="#7a7a7a"> </td>
<td bgcolor="#ffffff"> </td>
<td bgcolor="#7a7a7a"> </td>
<td bgcolor="#ffffff"> </td>
<td bgcolor="#7a7a7a"> </td>
<td bgcolor="#ffffff"> </td>
<td bgcolor="#7a7a7a"> </td>
<td bgcolor="#ffffff"> </td>
</tr>
<!-- Rank 5 -->
<tr>
<td bgcolor="#ffffff"> </td>
<td bgcolor="#7a7a7a"> </td>
<td bgcolor="#ffffff"> </td>
<td bgcolor="#7a7a7a"> </td>
<td bgcolor="#ffffff"> </td>
<td bgcolor="#7a7a7a"> </td>
<td bgcolor="#ffffff"> </td>
<td bgcolor="#7a7a7a"> </td>
</tr>
<!-- Rank 4 -->
<tr>
<td bgcolor="#7a7a7a"> </td>
<td bgcolor="#ffffff"> </td>
<td bgcolor="#7a7a7a"> </td>
<td bgcolor="#ffffff"> </td>
<td bgcolor="#7a7a7a"> </td>
<td bgcolor="#ffffff"> </td>
<td bgcolor="#7a7a7a"> </td>
<td bgcolor="#ffffff"> </td>
</tr>
<!-- Rank 3 -->
<tr>
<td bgcolor="#ffffff"> </td>
59
<td bgcolor="#7a7a7a"> </td>
<td bgcolor="#ffffff"> </td>
<td bgcolor="#7a7a7a"> </td>
<td bgcolor="#ffffff"> </td>
<td bgcolor="#7a7a7a"> </td>
<td bgcolor="#ffffff"> </td>
<td bgcolor="#7a7a7a"> </td>
</tr>
<!-- Rank 2 -->
<tr>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♙</font></td>
<td bgcolor="#ffffff"><font size="6"
color="black">♙</font></td>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♙</font></td>
<td bgcolor="#ffffff"><font size="6"
color="black">♙</font></td>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♙</font></td>
<td bgcolor="#ffffff"><font size="6"
color="black">♙</font></td>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♙</font></td>
<td bgcolor="#ffffff"><font size="6"
color="black">♙</font></td>
</tr>
<!-- Rank 1 -->
<tr>
<td bgcolor="#ffffff"><font size="6"
color="black">♖</font></td>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♘</font></td>
60
<td bgcolor="#ffffff"><font size="6"
color="black">♗</font></td>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♕</font></td>
<td bgcolor="#ffffff"><font size="6"
color="black">♔</font></td>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♗</font></td>
<td bgcolor="#ffffff"><font size="6"
color="black">♘</font></td>
<td bgcolor="#7a7a7a"><font size="6"
color="white">♖</font></td>
</tr>
</tbody>
</table>
</body>
</html>
61
HOME PAGE
62
<html>
<head>
<title>HOME PAGE</title>
</head>
<body bgcolor="#1a1a1a" text="#ffffff">
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
64
PART -II
65
BLOG
Hello everyone! I'm in my first year of BBA, second semester, and like
most of my friends, I have wondered how the stock market is. We all
hear so much about investing, trading, and financial news, but it tends to
seem complicated or reserved for the professionals. Thus, I embarked on
my very first small step into the world of stocks by building a stock
market watchlist, which for me was the way my journey into learning
about the stock market was made less intimidating and more engaging.
In this post, I will guide you through how to create your own watchlist
and how it's a good point for beginners such as ourselves to start with
the stock market.
Beginning with the definition of a stock market watchlist: essentially, a
stock market watchlist is merely a list of firms whose shares you wish to
monitor and observe. You're not buying any of them yet—you just
watch how their share prices behave. With a watchlist, you have an
opportunity to learn about stock behavior and see what influences their
prices before you invest any money.
Imagine it like watching your beloved TV show or sports team. You
observe their progress, discover the reasons they win or lose, and when
you are sure enough, you may choose to invest. I would call it all about
watching and developing a habit of paying attention to the market on a
daily basis, even for a short while.
67
It's time to enjoy the thrilling aspect: watching the stocks! I glance
through my watchlist a few times each week to check how the stocks are
trending. It is amusing to see how some incidents—a new product
release or financial announcement—will have an impact on the price of
the stock.
For instance, I observed that Zomato stock increased following a
positive quarterly earnings report, whereas HDFC Bank dipped when
there was some bad news in the banking industry. These actual events
helped me connect classroom learning to what was really occurring in
the market.
Step 5: Make Notes
In order to remain organized, I began taking a few notes on what I
observe. For example, if a stock goes up after a new product launch, I’ll
write that down. Over time, I’ll be able to see patterns and learn more
about what makes a stock price go up or down. It’s like keeping a small
journal of your observations, which will be helpful when you’re ready to
invest. You will eventually start seeing repeating patterns such as how
worldwide events or corporate performance impacts certain industries.
Final Thoughts
Creating a watchlist for the stock market is an easy and efficient means
to start investing. Being a beginner, it is a cost-free method of learning
about stock movement without having to incur any expenses. Staying
concentrated, being patient, and learning about the stocks that you watch
can give you worthwhile knowledge about the mechanism of the market
and what influences stock prices.
Keep in mind, the secret is to begin small, diversify your options, and
remain educated. As time passes, your watchlist will be more than a
list—it will be an educational tool that will assist you in making more
confident and knowledgeable decisions when you're prepared to make
the next move in your investment process. Even if you do not aspire to
be a full-time investor, this understanding will make you more aware
and make you able to make astute financial judgments during your
lifespan.
69
SOCIAL NETWORKING SITES
In the modern digital era, social networking sites (SNSs) have become
key drivers determining the way people communicate, collaborate, and
create opportunities. Originally perceived as sites for informal
interaction and entertainment, social networking sites have become
powerful instruments capable of creating personal development,
academic education, entrepreneurship, professional networking, mental
health awareness, and global activism.
This paper attempts to make the public, especially students and working
professionals, more aware of the positive effects of social networking
sites. It ventures into how the social networking sites are being utilized
for good reasons in different sectors and substantiates this by
highlighting real-life success stories.
Social networking sites are websites where users can create personal
profiles, connect with people, and exchange content like photos, videos,
articles, and opinions. Major examples of SNSs are:
70
Twitter/X – Renowned for real-time information updates, news, and
debate.
LinkedIn – Focused on professional growth and career-based
networking.
TikTok – For creative content and youth outreach.
YouTube – Most commonly used as a premier site for educational,
information, and entertainment videos.
Although each platform has special features of its own, the shared
underlying factor is digital connectivity, which enables people to
communicate across geographical and cultural lines.
Real-life Example:
At the time of the COVID-19 pandemic, while lockdowns and travel
bans existed across the world, millions shifted to social networking sites
like WhatsApp, Facebook, and Instagram in order to maintain contact
with loved ones. Social networking sites provided video calls, instant
messaging, and group chatting, which supported people emotionally in
times of uncertainty.
Case Study:
One young entrepreneur in Mumbai started a handmade soap company
during the lockdown with only an Instagram business account. Posting
high-quality photos, interacting with her followers, and promoting her
product-making process in reels, she attracted a lot of attention. In a few
72
months' time, she got bulk orders and partnered with local stores—all
without having a physical store.
Examples:
A data science student can post his GitHub work or blog posts on
LinkedIn. These are seen by recruiters, which results in internship
invitations or job opportunities.
Twitter/X is often used by professionals and recruiters to promote job
opportunities, engage in discussions about technology, and encourage
innovation.
Social networking in this context facilitates career advancement by
allowing for visibility, communication, and knowledge acquisition from
industry professionals.
Students
Develop virtual study circles using Facebook and Discord.
Take part in live sessions and masterclasses through Instagram Live and
YouTube.
Access and share free study materials, motivational content, and free
notes.
Create digital blogs or portfolios and network with classmates globally.
Teachers
Conduct virtual tutorials and lectures on YouTube or Facebook Live.
Post bite-sized learning material on Instagram reels and posts.
Interact with students via polls, Q&A, and quizzes.
74
Non-Governmental Organizations (NGOs)
Organize donation campaigns via storytelling on Facebook and
Instagram.
Organize awareness campaigns on health, environment, and human
rights.
Use SNSs to organize volunteer groups and schedule activities.
Healthcare Professionals
Use short videos and infographics to debunk medical misinformation.
Offer advice on mental health, hygiene, and disease prevention.
Offer live Q&A sessions about popular health topics.
Mental Health Advocacy on Social Media
Examples
1. Humans of Bombay
Based on Humans of New York, this Facebook and Instagram
storytelling platform presents the life stories of everyday Indians with
extraordinary stories. A few of the stories featured have led to successful
crowdfunding efforts that enabled people to access medical care or get
financial aid.
2. Baba Ka Dhaba
A video of a retired couple operating a food stall in Delhi went viral on
Instagram and Twitter during the pandemic. The emotional pull brought
thousands to the stall, donated money, and even offered business
support. This highlights the empathetic nature of digital virality.
76
ONLINE OFFICIAL CORRESPONDENCE
Leave Application
Subject: Leave Application from Work (May 10th - May 12th, 2024)
I am writing to officially request a leave of absence for three days, from May 10th
to May 12th, 2024, due to personal reasons. I have made sure that all my duties and
tasks are finished or duly assigned in readiness for my absence from the office.
I have arranged with my colleague, John Doe, to cover any pressing issues that
could arise in my absence. I have also provided all necessary information and
documents to ensure smooth operation during my absence.
I respectfully request your approval of the above leave dates. If you need any
further information or documentation, please feel free to contact me.
Thank you for taking my request into consideration. I value your time and
understanding.
Sincerely,
Sarah Patel
HR Executive
XYZ Corporation
Email: sarah.patel@xyzcorp.com
Phone: +123 456 7890
77
CANVA
78