Seminar Report On
HTML, CSS and JS
An summer training report submitted in partial fulfilment
Of the department for the degree of
Bachelor of Technology
In
Information Technology and Engineering
July-August 2021
Submitted by:
Abdul Faizan
2000100130001
Department of Computer Science and Engineering
United College of Engineering and Research,
Affiliated to Abdul Kalam Technical University,
Lucknow
Training Details :
Mode of Training :Online
Platform :Coursera
Start date:1st july,2021
End date:31st august 2021
Duration:8weeks
No. of hours:60
Acknowledgement
The successful completion of this summer training
report would not have possible without the
support and assistance of many individuals and
organization. I feel immensely blessed to have
gotten this during the course of my summer
training. I would like to take the opportunity to
offer my earnest admiration to each and every of
them.
Thanks to my classmates who helped me directly
or indirectly to accomplish my work. Finally, I
thank to all my teachers, who were the people,
who prepared us, I owe you all my success.
Abstract
Website Design and learning HTML were the main
objective of this Training. To develop a web based
application there areseveral programming languages
that are in use. Some of themare only used for the
frontend and backend design of the software. For
example, HTML3, HTML4, HTMLS, CSS,JavaScript etc.
There are also some otherprogramming languages that
are used to develop the dynamic functions of the
software or application.Nowadays there are also some
frameworks that usevastly. Frameworks are basically
structured programming byusing Model, View and
Controller. It is also called as MVC. Ifwe develop web
based application that is very useful for us because we
can access it from anywhere in the world.
Table of Contents
1.Tools and Technology used
a.HTML5
b.CSS3
c.javaScript
2.Result
a.Project 1
b.Project 2
c.Project 3
3.References
1.Tools and Technology
Used Various tools and technology were used during our
internship training. Some of them are listed below:
a. HTML5 : HTML stands for Hyper Text Mark-up
Language. It is used to design web pages using mark-up
language. HTML is the combination of Hypertext and
Mark-up language. Hypertext defines the link between the
web pages. Mark- up language is used to define the text
document within tag which defines the structure of web
pages. HTMLS is the fifth and current version of HTML. It
has improved the mark-up available for documents and
has introduced application programming interfaces (API)
and Document Object Model (DOM).
Below example illustrate the HTMLS content:
<!DOCTYPE html> <html>
<head> <title>Page
Title</title> </head>
<body> <h1>This is a
Heading</h1> <p> This is a
paragraph. </p> </body>
</html>
This is a Heading
This is a paragraph.
Output of the above program
b.CSS3 : Cascading Style Sheets, fondly referred to as CSS,
is a simply designed language intended to simplify the
process of making web pages presentable. CSS allows you
to apply styles to web pages. More importantly, CSS
enables you to do this independent of the HTML that
makes up each web page. There are three types of CSS
which are given below: e Inline CSS e Internal or
Embedded CSS e External CSS Below example illustrate the
CSS3 content
<!DOCTYPE html> <html>
<head> <title>
HTML5 Demo</title>
.intern {
font-size:40px;
font-weight:bold;
color:green;
}
body {
text-align:center;
}
</style>
</head>
<body>
<div class = "intern">Hello World!</div>
<aside>
<div>This is Abdul Faizan</div>
</aside>
</body>
</html>
Hello World!
This is Abdul Faizan
c. javaScript : JavaScript is a lightweight, cross-platform
and interpreted scripting language. It is well-known for the
development of web pages, many non-browser
environments also use it. JavaScript can be used for Client-
side developments as well as Server side developments.
Features of JavaScript:
1. According to a recent survey conducted by Stack
Overflow, JavaScript is the most popular language on
earth.
2.With advances in browser technology and JavaScript
having moved into the server with Node.js and other
frameworks, JavaScript is capable of so much more.
3. Functions in JS are objects. They may have properties
and methods just like another object. They can be passed
as arguments in other
functions.
2.Result
a.Project-1
b.Project-2
c.Project-3
3.Refrences
http://www.w3schools.com http://www.
wikipidea.com
http://www.w3.org/standards/semanicwe
b/ http://developer.mozilla.org/en/docs
http://sioc-project.org/ontology
http://janastu.org