Está en la página 1de 5

SYNOPSIS

Topic- (A Web Site For Car manufacturing


Company)

Tutor: Rishi Chopra


Cap-305
Course: M.sc. computer science.
Roll no: Rtb012A01
Name: Manoj Sharma
Submission date: 16/10/2010.
WEB DESIGNING
Topic: -CAR MANUFACTURIN
JavaScript: A scripting language developed by Netscape
to enable Web authors to design interactive sites. Although
it shares many of the features and structures of the full Java
language, it was developed independently. JavaScript can
interact with HTML source code, enabling Web authors to
spice up their sites with dynamic content. JavaScript is
endorsed by a number of software companies and is an open
language that anyone can use without purchasing a license.
It is supported by recent browsers from Netscape and
Microsoft, though Internet Explorer supports only a subset,
which Microsoft calls Jscript

Cascading Style Sheet: is a style sheet language used


to describe the presentation semantics (the look and
formatting) of a document written in a markup language. Its
most common application is to style web pages written in
HTML and XHTML, but the language can also be applied to
any kind of XML document, including SVG and XUL.
CSS is designed primarily to enable the separation of
document content (written in HTML or a similar markup
language) from document presentation, including elements
such as the layout, colors, and fonts.[citation needed] This
separation can improve content accessibility, provide more
flexibility and control in the specification of presentation
characteristics, enable multiple pages to share formatting,
and reduce complexity and repetition in the structural
content (such as by allowing for table less web design).
<html>
<head><title>FORM</title>
<script language="javascript">
function f1()
{
var a=document.f1.first.value;
var b=document.f1.second.value;
var c=document.f1.third.value;
var d=document.f1.fourth.value;
var e=document.f1.fifth.value;
var f=document.f1.six.value;
if(a=="" && b=="" && c=="" && d=="" && e=="" && f=="")
{
alert("Please Enter all the fields");
}}
</script>

<body bgcolor ="red">


<h1 align="center">FORM</h1>
<hr>
<form name="f1"><pre>
First Name : <input type="text"
name="first"></br>
Last Name : <input type="text"
name="second"></br>
Father Name : <input type="text"
name="third"></br>
Date of Birth : <input type="text"
name="fourth"></br>
Address : <input type="text"
name="fifth"></br>
Country : <select>
<option>delhi
<option>Ahmdabad
<option>aligardh
<option>agra
</select></br>
<option>others</select></br>
Pin Code : <input type="text"
name="six"></br>
Contact Number : +91<input type="text"
name="six"></br>
Select Your BIKE : <select>
<option>Speed
<option>Splender+
<option>Passion

<option>Apache</select></br>
ZIP Code : Code <input type="text"
name="six"></br>
<input type="submit"
value="Submit" onclick="f1"> <input type="reset"
value="Reset">
</form>
</pre>
</body>
</html>
BIBLOGRAPHY:
www.wikipedia.com
www.answer.com

BOOK:
WEB ENABLED COMMERCIAL APPLICATION DEVELOPMENT
USING…

HTML, JAVASCRIPT, DHTML AND PHP

BPB PUBLICATION
WRITER : IVAN BAYROSS.

También podría gustarte