4 Project Report Sample
4 Project Report Sample
Table of Content
Chapter 1: Introduction
1. Sds
2. Xaxa
3. Xaxaxa
Software Specification:
JavaScript.
Hardware Specification:
RAM: 4GB.
HTML
HTML, which stands for Hyper Text Markup Language, is the predominant markup language
for web pages. It provides a means to create structured documents by denoting structural
semantics for text such as headings, paragraphs and lists etc. as well as for links, quotes, and
other items. It allows images and objects to be embedded and can be used to create interactive
forms.
It is written in the form of consisting of "tags" surrounded by angle brackets within the web
page content. It can include or can load scripts in languages such as JavaScript which affect the
behavior of HTML processors like Web browsers; and Cascading Style Sheets (CSS) to define
the appearance and layout of text and other material. The W3C, maintainer of both HTML and
CSS standards, encourages the use of CSS over explicit presentational markup. Hyper Text
Markup Language (HTML) is the encoding scheme used to create and format a web document.
A user need not be an expert programmer to make use of HTML for creating in hypertext
Most graphical e-mail clients allow the use of a subset of HTML (often ill-defined) to provide
form at semantic markup not available with plain text. This may include typographic
information like colored headings, emphasized and quoted text, inline images and diagrams.
Many such clients include both a GUI editor for composing HTML e-mail messages and a
JavaScript
objects with in both the client application a do the applications. It is primarily used in the form
allowing the development of enhanced user interfaces and dynamic websites. JavaScript is a
dialect of the ECMA Script standard and is characterized as a dynamic, weakly typed,
prototype-based language with first- class functions. JavaScript was influenced by many languages
and was designed to look like Java, button be easier for non-programmers to work with.
USAGE:
The primary use of JavaScript is to write functions that are embedded in or included from HTML
pages and interact with the Document Object Model (DOM) of the page. Because JavaScript
code can run locally in a user's browser (rather than on a remote server) it can respond to user
actions quickly, making an application feel more responsive. Furthermore, JavaScript code can
detect user actions which HTML alone cannot, such as individual keystrokes. Applications such
as Gmail take advantage of this much of the user-interface logic is written in JavaScript.
Cascading Style Sheets, fondly referred to as CSS, is a simple design language intended to
CSS handles the look and feel part of a web page. Using CSS, you can control the color of the
text, the style of fonts, the spacing between paragraphs, how columns are sized and laid out,
what background images or colors are used, layout designs, and variations in display for
CSS is easy to learn and understand but it provides powerful control over the presentation of an
HTML document. Most commonly, CSS is combined with the markup languages HTML or
XHTML
CSS is created and maintained through a group of people within the W3C called the CSS
Working Group. The CSS Working Group creates documents called specifications. When a
specification has been discussed and officially ratified by the W3C members, it becomes a
recommendation.
These ratified specifications are called recommendations because the W3C has no control over
the actual implementation of the language. Independent companies and organizations create that
software.
Tbl_Candidate Table:
Header (TITLE OF PROJECT)