Department of Information Technology: Internship/ Mini Project Report ON HTML 5

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

Department of Information Technology

INTERNSHIP/ MINI PROJECT REPORT

ON

HTML 5

Submitted by:
Deepanshu Singh (1809113036)

JSS Academy of Technical Education, NOIDA

Dr. APJ Abdul Kalam Technical University, Lucknow, U.P.

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:

1. About tags used in HTML.

2. About Syntax and Semantics in HTML.

3. Creating webpages using text editors like “Sublime Text”.

4. About Request-Response Cycle in web.

5. About creating websites according to the guidelines established using HTML,


CSS, the DOM and JavaScript.

6. Webpages and Websites may look different in different browsers so the


developer must take care of it to be the same across all browsers and check the
webpages or website by running them on different browsers.

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:

CODE FOR MY ASSIGNMENT:

<!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:

1. Remy Sharp. Introducing HTML5. Belemont,CA. New Ruiders Publishing,


Thousand Oaks, CA, 2011, 1-240.

2. Eric Freeman, Elizabeth Freeman. Head First HTML5 Programming:


Building Web Apps with JavaScript. Orange County, CA. O’Rilley Media,
CA, 2011, 120-45.

3. Mark Pilgrim. HTML5: Up and Running. San Diego, CA. O’Rielly Media,
CA, 2010, 1-35.

4. Cristopher Murphy, Divya Manian, Richard Clark, Olivier Studholme.


Beginning HTML5 & CSS3: The Web Evolved. Thousand Oaks, CA.
Apress, 2012, 210-234.

5. Williams B. Sanders. Smashing HTML5. CA, Wiley Publishing, CA, 2011,


24-56.

You might also like