0% found this document useful (0 votes)
23 views10 pages

Webapp Poject Template

Uploaded by

neelamguptask63
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views10 pages

Webapp Poject Template

Uploaded by

neelamguptask63
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

(SEssIOn 2023-24)

CERTIFICATE
This is to certify that the project / Practical file
/ Report titled
____________________________________ is submitted
by _________________________________ of class
___________ to_______________________.
This project is considered a part of practical
exam of AISSCE 2024-25 Subject ___________
- Subject Code _______ conducted by Central
Board of Secondary Education, is a bonafide
record of Project work carried out under our
guidance and supervision at Delhi Public
School Kolar Road Bhopal.

INTERNAL EXTERNAL

VICE PRINCIPAL PRINCIPAL


ACKNOWLEDGEMENT

I express my gratitude towards my guide


Ms./Mr. _________________ for her
extended guidance and support in
completion of this Project Report. I would
like to thank Madam Principal and Madam
Vice Principal for their great support and
encouragement. Last but not the least I
thank my parents and God Almighty for
their support and blessings.

Student’s Name : ___________________


Class and Section : ___________________
CBSE Roll Number : ___________________
Table of Content
S.No Content Page
. No.
1. Introduction
2. HTML
3. CSS
4. JavaScript
5. Coding & output
6. Bibliography
Introduction
Here right about the project topic …………….
HTML
HTML is the standard markup language for documents designed to
be displayed in a web browser. HTML stands for Hyper Text
Markup Language, which is the most widely used language on
Web to develop web pages. It can be assisted by technologies such
as Cascading Style Sheets (CSS) and scripting languages such
as JavaScript.
. HTML was created by Berners-Lee in late 1991 but "HTML 2.0"
was the first standard HTML specification which was published in
1995. HTML 4.01 was a major version of HTML and it was
published in late 1999. Though HTML 4.01 version is widely used
but currently we are having HTML-5 version which is an extension
to HTML 4.01, and this version was published in 2012.

Web browsers receive HTML documents from a web server or from


local storage and render the documents into multimedia web pages.
HTML describes the structure of a web page semantically and
originally included cues for the appearance of the document.
HTML elements are the building blocks of HTML pages. With
HTML constructs, images and other objects such as interactive
forms may be embedded into the rendered page. HTML provides a
means to create structured documents by denoting
structural semantics for text such as headings, paragraphs,
lists, links, quotes and other items. HTML elements are delineated
by tags, written using angle brackets. Tags such
as <img /> and <input /> directly introduce content into the page.
Other tags such as <p> surround and provide information about
document text and may include other tags as sub-elements.
Browsers do not display the HTML tags, but use them to interpret
the content of the page.
CSS
CSS stands for Cascading Style Sheets. CSS is a standard style sheet
language used for describing the presentation (i.e. the layout and
formatting) of the web pages.
Prior to CSS, nearly all of the presentational attributes of HTML
documents were contained within the HTML markup (specifically
inside the HTML tags); all the font colors, background styles,
element alignments, borders and sizes had to be explicitly described
within the HTML.
As a result, development of the large websites became a long and
expensive process, since the style information were repeatedly
added to every single page of the website.
To solve this problem CSS was introduced in 1996 by the World
Wide Web Consortium (W3C), which also maintains its standard.
CSS was designed to enable the separation of presentation and
content. Now web designers can move the formatting information of
the web pages to a separate style sheet which results in considerably
simpler HTML markup, and better maintainability.
JavaScript:
JavaScript is an interpreted computer programming language. It was
originally implemented as part of web browsers so that client-side
scripts could interact with the user, control the browser,
communicate asynchronously, and alter the document contents.
Nowadays, JavaScript has become very useful in both game
development and the creation of desktop applications.
JavaScript was formalized in the ECMAScript language standard
and is primarily used as part of a web browser (client-side
JavaScript). This enables programmatic access to computational
objects within a host environment. JavaScript very quickly gained
widespread success as a client-side scripting language for web
pages.

Applications

Developing Multimedia Applications


The users can use JavaScript to add multimedia elements. With
JavaScript you can show, hide, change, resize images and create
images rollovers. You can create scrolling text across the status bar,
thus making multimedia applications more interactive.

Create Pages Dynamically


Based on the user’s choice, the date or other external data,
JavaScript can produce pages that are customized to the user.

Interact with the User


JavaScript can do some processing of forms and can validate user
input when the user submits the form.
Features of JavaScript

Browser Support
All browsers have accepted JavaScript as a scripting language and
provide integrated support for it.

JavaScript can be used on Client Side as well as on Server Side


JavaScript has access to Document Object Model DOM of Browser.
You can change the structure of web pages at runtime. Thus,
JavaScript can be used to add different effects to WebPages. On the
other hand, JavaScript could be used on the server side as well.

Functional Programming Language


In JavaScript, function could be assigned to variables just like any
other data types. A function can accept another function as a
parameter and can also return a function. You can have functions
with no name as well. This provides you the ability to code in
functional programming style.

Support for Objects


JavaScript supports most of the object oriented concepts while being
simple to learn and use.

Run-time Environment
JavaScript typically relies on a run-time environment (e.g. in a web
browser) to provide objects and methods by which scripts can
interact with "the outside world".

Vendor-specific Extensions
JavaScript is officially managed by Mozilla Foundation, and new
language features are added periodically.
Web page code & output ……………………
Bibliography
Here mentioned the websites that you have visited for
information ,videos and images.

**************************

You might also like