Department of Information Technology: Internship/ Mini Project Report ON HTML 5
Department of Information Technology: Internship/ Mini Project Report ON HTML 5
Department of Information Technology: Internship/ Mini Project Report ON HTML 5
ON
HTML 5
Submitted by:
Deepanshu Singh (1809113036)
Session 2019-20
Aim of Internship/ course:
To learn and develop a skill over summer in HTML that helps in various CS/IT
applications.
Learning Outcomes:
Utility of Internship/Course:
It helped me learn about HTML5 and about how it was started and it helped me
develop a skill in creating webpages which helps as an IT application and with
further deep dive into Web Development it will help in creating good,working
websites.
MY FINAL ASSIGNMENT AFTER COMPLETION OF COURSE:
<!DOCTYPE html>
<html>
<head>
<title>Assignment</title>
</head>
<body>
<h1>Deepanshu Singh</h1>
<nav>
<a href="">One</a>
<a href="">Two</a>
<a href="">Three</a>
<a href="">Four</a>
</nav>
<section>
<h2>Favourite Foods</h2>
<ul>
<li>Chilly Potato</li>
<li>Momos</li>
<li>Pasta</li>
<li>Parathe</li>
</ul>
</section>
<section>
<h2>Achievements</h2>
<div>Progress in this course (100%) <progress max="100"
value="100"></progress></div>
<div>Progress in the Specialization capstone (20%) <progress max="100"
value="20"></progress> </div>
<div>Progress in life goals (49%) <progress max="100"
value="49"></progress></div>
</section>
<section>
<h2>More About Me</h2>
<details>
<p> I was born in Jaipur,Rajasthan. I have stayed in different parts of the
country including UP, Uttrakhand, West Bengal, Delhi. The best time I spent
was in Kolkata </p>
</details>
<a href="http://www.intro-webdesign.com/images/newlogo.png"><img src="
http://www.intro-webdesign.com/images/newlogo.png"></a>
<span>This page is created by Deepanshu Singh as the final project. To learn
more about web design, visit <a href=" http://www.intro-webdesign.com">Intro
to Web Design</a>.</span>
</section>
</body>
</html>
OUTPUT OF MY FINAL ASSIGNMENT:
REFERENCES ON HTML 5:
3. Mark Pilgrim. HTML5: Up and Running. San Diego, CA. O’Rielly Media,
CA, 2010, 1-35.