Expt 6

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

<!

doctype html>
<html>
<head>
<title>Wish List</title>
</head>
<body bgcolor="lightyellow">
<font size="6">

<p><u><mark> MY WISH LIST </mark></u></p>

<p><b><u> ORDERED LIST </u></b></p>


<ol type= "a">
<li> I wish to travel to abroad</li>
<li> I wish to have a wonderful graduate ceremony with my family</li>
<li> I wish to dance with Prabhu Deva</li>
<li> i wish to be a speaker in front of 400 people</li>
<li> I wish to play cricket with Virat Kohli</li>
</ol>

<p><b><u> UNORDERED LIST </u></b></p>


<ul type="circle">
<li> I wish to dance under the rain with loving people</li>
<li> I wish to go to the wonderful resort with my family</li>
<li> I wish to learn new Programming Language </li>
<li> I wishto Join the big corporate company </li>
<li> I wish to swim in ocean </li>
</ul>

<p><b><u> IMAGE </u></b></p>


<img src="C:\\Pictures\Images\dream.jpg" width="300" height="200" ></img>

<p><b><u> TABLE </u></b></p>


<table border=2 bordercolor="red" cellpadding="8">
<tr bgcolor="lightgreen">
<th>CHALLENGES</th>
<th>OPPORTUNITIES</th></b>
</tr>
<tr>
<td> Confusion about career choices. </td>
<td> To recoup with career decision.</td>
</tr>
<tr>
<td> Failures related to exam.</td>
<td> Responding to Globalization.</td>
</tr>
<tr>
<td> Time management</td>
<td> Empowering People.</td>
</tr>
<tr>
<td> Competition pressure</td>
<td> Improving Ethical Behavior. </td>
</tr>
<tr>
<td> Communicating issues to parents</td>
<td> Getting recognition at early stage. </td>
</tr>
</table>
</font>
</body>
</html>

You might also like