Mini Project
Mini Project
On
Web Desigining (HTML)
Submitted By :
Name :
(Roll No. )
MBA F.Y
Under Guidance :
Dr. Nishikant Warbhuwan
Submitted To :
(School of Management Science)
SRTMU, Sub-campus, Peth, Latur
Following is the code for the mini project on web
page desigining using html language:
< html>
<head>
<title>My Resume</title>
</head>
<body>
<header>
<h1>Shubhangi Daithane</h1>
</header>
<section>
<h2>Contact Information</h2>
<ul>
<li>Email: <a
href="https://mail.google.com/mail/?view=cm&fs=1&t
[email protected]&su=Subject&body=Body%2
0text" target="_blank">[email protected]</a>
</li>
<li>Phone: +91 940 XXXX 446</li>
<li>Website: <a
href="www.shubhangidaithane.com">www.shubhangi
daithane.com</a> </li>
<li>Instagram: <a
href="https://www.instagram.com/_shubhu9/">Instagr
am</a></li>
<li>LinkedIn: <a href="#">LinkedIn</a></li>
</ul>
</section>
<section>
<h2>Skills</h2>
<ul>
<li> Good Communication and interpersonal skills
with the
ability to interact with many type of
personalities.
</li>
<li>Learning Attitude </li>
<li>Adaptable to changing environment</li>
<li> Good drafting skills in preparing and
presenting
comprehensive proposals and Reports.</li>
</ul>
</section>
<section>
<h2>Projects</h2>
<ul>
<li>Project Topic: The study on Customer
Satisfaction
Survey of Samsung Mobile Phones.</li>
<li>Institute: Shriyash Mobile Latur.</li>
<li>Duration: 1month.</li>
</ul>
</section>
<section>
<h2>Education</h2>
<ul>
<li>
<strong> BBA from DCCL,Latur in 2015 with 68%.
</strong>
</li>
<li>
<strong> H.S.C from RSM, Latur in 2012 with
80%. </strong>
</li>
<li> <strong> S.S.C from Swami Vivekanand high
school in 2010 with
79%. </strong> </li>
</ul>
</section>
<footer>
<p>© 2024 Shubhangi Daithane. All rights
reserved.</p>
</footer>
</body>
</html>
Output :
Following is the output of above html code.
Following is output of email link: