Bca Project HTML
Bca Project HTML
principal
Mr.Pankaj sir
Mahesh shukhla
Mr.rohit tiwari
Summited
By
Ashish
khare
Reetesh
guru
Place: Sagar
Head of Department
Date:
NAME OF STUDENT
ASHISH KHARE REETESH GURU
We are extremely grateful Mr. pankaj sir
and all the staff member of our college for
their valuable guidance throughout the
tenure of this project.
We extend our sincere thanks to all
faculties in our college.
We extended our sincere thanks to
all staff of B.C.A.for giving Us an
opportunity to carry out the project work
in their esteemed Organization.
G.I.M.S. college is a
premier technological institute that has
strong views regard excellence in the field
of computer science as well as other
vocational course like BCA, PGDCA,
B.COM, B.Sc etc focusing on
socioeconomic challenges and
endeavoring to produce leader in trade
and industry who can help India complete
with the international leader of the trade
and commerce.
The latest syllabus prescribed for the
Bachelor of Computer Application three
years degree courses entitle the student
prepare at leaser one project in each
semester. In fact this project will only we
consider for the practical examination.
Thus the project works in the most
important responsibility for the students.
The Bare Bones Guide to HTML lists all the tags that current browsers are likely to
recognize. I have included all the elements in the official HTML 4.0 recommendation
with common attributes, as well as Netscape and Microsoft extensions. This document is
a quick reference, not a complete specification; for official information about HTML and
its development, see the World Wide Web Consortium site at
http://www.w3.org/MarkUp/.
The Guide is designed to be as concise as possible, and therefore it doesn't go into any
detail about how to use the various tags. A few tags link to notes that address frequently-
asked questions. If you're looking for more detailed step-by-step information, see my
WWW Help Page.
Table of Contents
1. INTRODUCTORY MATERIAL
o What is unique about this guide
o Which HTML tags are included
o How this document is formatted (including a description of symbols and
abbreviations)
2. HTML TAGS
o basic elements (all HTML documents should have these)
o structural definition (appearance controlled by the browser's preferences)
o presentation formatting (author specifies text appearance)
o links, graphics, and sounds
o positioning
o dividers
o lists
o backgrounds and colors
o special characters
o forms
o tables
o frames
o scripts and java
o miscellaneous
Important: If you are not clear about the differences between the various
versions of HTML, I suggest that you read my discussion of the development of
HTML, or the World Wide Web Consortium HTML activity statement.
BASIC ELEMENTS
Document Type <HTML></HTML> (beginning and end of file)
Title <TITLE></TITLE> (must be in header)
Header <HEAD></HEAD> (descriptive info, such as title)
Body <BODY></BODY> (bulk of the page)
STRUCTURAL DEFINITION
(the spec. defines 6
Heading <H?></H?>
levels)
Align Heading <H? ALIGN=LEFT|CENTER|RIGHT></H?>
Division <DIV></DIV>
Align Division <DIV ALIGN=LEFT|RIGHT|CENTER|JUSTIFY></DIV>
4.0 Defined Content <SPAN></SPAN>
Block Quote <BLOCKQUOTE></BLOCKQUOTE> (usually indented)
4.0 Quote <Q></Q> (for short quotations)
4.0 Citation <Q CITE="URL"></Q>
(usually displayed as
Emphasis <EM></EM>
italic)
(usually displayed as
Strong Emphasis <STRONG></STRONG>
bold)
Citation <CITE></CITE> (usually italics)
(for source code
Code <CODE></CODE>
listings)
Sample Output <SAMP></SAMP>
Keyboard Input <KBD></KBD>
Variable <VAR></VAR>
(not widely
Definition <DFN></DFN>
implemented)
Author's Address <ADDRESS></ADDRESS>
Large Font Size <BIG></BIG>
Small Font Size <SMALL></SMALL>
(marks additions in a
4.0 Insert <INS></INS>
new version)
4.0 Time of Change <INS DATETIME=":::"></INS>
4.0 Comments <INS CITE="URL"></INS>
(marks deletions in a
4.0 Delete <DEL></DEL>
new version)
4.0 Time of Change <DEL DATETIME=":::"></DEL>
4.0 Comments <DEL CITE="URL"></DEL>
4.0 Acronym <ACRONYM></ACRONYM>
4.0 Abbreviation <ABBR></ABBR>
PRESENTATION FORMATTING
Bold <B></B>
Italic <I></I>
4.0* Underline <U></U> (not widely implemented)
Strikeout <STRIKE></STRIKE> (not widely implemented)
4.0* Strikeout <S></S> (not widely implemented)
Subscript <SUB></SUB>
Superscript <SUP></SUP>
(displays in a monospaced
Typewriter <TT></TT>
font)
Preformatted <PRE></PRE> (display text spacing as-is)
Width <PRE WIDTH=?></PRE> (in characters)
Center <CENTER></CENTER> (for both text and images)
N1 Blinking <BLINK></BLINK> (the most derided tag ever)
Font Size <FONT SIZE=?></FONT> (ranges from 1-7)
Change Font Size <FONT SIZE="+|-?"></FONT>
Font Color <FONT COLOR="#$$$$$$"></FONT>
4.0* Select Font <FONT FACE="***"></FONT>
N4 Point size <FONT POINT-SIZE=?></FONT>
N4 Weight <FONT WEIGHT=?></FONT>
4.0* Base Font Size <BASEFONT SIZE=?> (from 1-7; default is 3)
MS Marquee <MARQUEE></MARQUEE>
POSITIONING
N3 Multi-Column <MULTICOL COLS=?></MULTICOL>
N3 Column Gutter <MULTICOL GUTTER=?></MULTICOL>
N3 Column Width <MULTICOL WIDTH=?></MULTICOL>
N3 Spacer <SPACER>
N3 Spacer Type <SPACER TYPE=HORIZONTAL|VERTICAL|BLOCK>
N3 Size <SPACER SIZE=?>
N3 Dimensions <SPACER WIDTH=? HEIGHT=?>
N3 Alignment <SPACER ALIGN=LEFT|RIGHT|CENTER>
N4 Layer <LAYER></LAYER>
N4 Name <LAYER ID="***"></LAYER>
N4 Location <LAYER LEFT=? TOP=?></LAYER>
N4 Rel. Position <LAYER PAGEX=? PAGEY=?></LAYER>
N4 Source File <LAYER SRC="***"></LAYER>
N4 Stacking <LAYER Z-INDEX=?></LAYER>
N4 Stack Position <LAYER ABOVE="***" BELOW="***"></LAYER>
N4 Dimensions <LAYER HEIGHT=? WIDTH=?></LAYER>
N4 Clipping Path <LAYER CLIP=,,,></LAYER>
N4 Visible? <LAYER VISIBILITY=SHOW|HIDDEN|INHERIT></LAYER>
N4 Background <LAYER BACKGROUND="$$$$$$"></LAYER>
N4 Color <LAYER BGCOLOR="$$$$$$"></LAYER>
(takes same
N4 Inline Layer <ILAYER></ILAYER> attributes as
LAYER)
N4 Alt. Content <NOLAYER></NOLAYER>
��
DIVIDERS
(closing tag often
Paragraph <P></P>
unnecessary)
Align Text <P ALIGN=LEFT|CENTER|RIGHT></P>
N Justify Text <P ALIGN=JUSTIFY></P>
Line Break <BR> (a single carriage return)
Clear Textwrap <BR CLEAR=LEFT|RIGHT|ALL>
Horizontal Rule <HR>
Alignment <HR ALIGN=LEFT|RIGHT|CENTER>
Thickness <HR SIZE=?> (in pixels)
Width <HR WIDTH=?> (in pixels)
(as a percentage of page
Width Percent <HR WIDTH="%">
width)
(without the 3D cutout
Solid Line <HR NOSHADE>
look)
N1 No Break <NOBR></NOBR> (prevents line breaks)
(where to break a line if
N1 Word Break <WBR>
needed)
LISTS
Unordered List <UL><LI></UL> (before each list item)
Compact <UL COMPACT></UL>
Bullet Type <UL TYPE=DISC|CIRCLE|SQUARE> (for the whole list)
Bullet Type <LI TYPE=DISC|CIRCLE|SQUARE> (this & subsequent)
Ordered List <OL><LI></OL> (before each list item)
Compact <OL COMPACT></OL>
Numbering Type <OL TYPE=A|a|I|i|1> (for the whole list)
Numbering Type <LI TYPE=A|a|I|i|1> (this & subsequent)
Starting Number <OL START=?> (for the whole list)
Starting Number <LI VALUE=?> (this & subsequent)
(<DT>=term,
Definition List <DL><DT><DD></DL>
<DD>=definition)
Compact <DL COMPACT></DL>
Menu List <MENU><LI></MENU> (before each list item)
Compact <MENU COMPACT></MENU>
Directory List <DIR><LI></DIR> (before each list item)
Compact <DIR COMPACT></DIR>
SPECIAL CHARACTERS
Special Character &#?; (where ? is the ISO 8859-1 code)
< <
> >
& &
" "
Registered TM ®
Registered TM ®
Copyright ©
Copyright ©
Non-Breaking Space
(Complete list at http://www.uni-passau.de/%7Eramsch/iso8859-1.html)
FORMS
<FORM ACTION="URL" METHOD=GET|
Define Form POST></FORM>
4.0* File Upload <FORM ENCTYPE="multipart/form-data"></FORM>
<INPUT TYPE="TEXT|PASSWORD|CHECKBOX|RADIO|
Input Field FILE|BUTTON|IMAGE|HIDDEN|SUBMIT|RESET">
Field Name <INPUT NAME="***">
Field Value <INPUT VALUE="***">
(checkboxes and
Checked? <INPUT CHECKED>
radio boxes)
Field Size <INPUT SIZE=?> (in characters)
Max Length <INPUT MAXLENGTH=?> (in characters)
4.0 Button <BUTTON></BUTTON>
4.0 Button Name <BUTTON NAME="***"></BUTTON>
4.0 Button Type <BUTTON TYPE="SUBMIT|RESET|BUTTON"></BUTTON>
4.0 Default Value <BUTTON VALUE="***"></BUTTON>
4.0 Label <LABEL></LABEL>
4.0 Item Labelled <LABEL FOR="***"></LABEL>
Selection List <SELECT></SELECT>
Name of List <SELECT NAME="***"></SELECT>
# of Options <SELECT SIZE=?></SELECT>
(can select more
Multiple Choice <SELECT MULTIPLE>
than one)
(items that can be
Option <OPTION>
selected)
Default Option <OPTION SELECTED>
Option Value <OPTION VALUE="***">
4.0 Option Group <OPTGROUP LABEL="***"></OPTGROUP>
Input Box Size <TEXTAREA ROWS=? COLS=?></TEXTAREA>
Name of Box <TEXTAREA NAME="***"></TEXTAREA>
N2 Wrap Text <TEXTAREA WRAP=OFF|HARD|SOFT></TEXTAREA>
4.0 Group elements <FIELDSET></FIELDSET>
(caption for
4.0 Legend <LEGEND></LEGEND>
fieldsets)
4.0 Alignment <LEGEND ALIGN="TOP|BOTTOM|LEFT|RIGHT"></LEGEND>
TABLES
Define Table <TABLE></TABLE>
4.0* Table Alignment <TABLE ALIGN=LEFT|RIGHT|CENTER>
(either on
Table Border <TABLE BORDER></TABLE>
or off)
(you can set
Table Border <TABLE BORDER=?></TABLE>
the value)
Cell Spacing <TABLE CELLSPACING=?>
Cell Padding <TABLE CELLPADDING=?>
Desired Width <TABLE WIDTH=?> (in pixels)
(percentage
Width Percent <TABLE WIDTH=%>
of page)
4.0* Table Color <TABLE BGCOLOR="$$$$$$"></TABLE>
<TABLE FRAME=VOID|ABOVE|BELOW|HSIDES|LHS|RHS|
4.0 Table Frame VSIDES|BOX|BORDER></TABLE>
4.0 Table Rules <TABLE RULES=NONE|GROUPS|ROWS|COLS|ALL></TABLE>
MS Border Color <TABLE BORDERCOLOR="$$$$$$"></TABLE>
MS Dark Border <TABLE BORDERCOLORDARK="$$$$$$"></TABLE>
MS Light Border <TABLE BORDERCOLORLIGHT="$$$$$$"></TABLE>
Table Row <TR></TR>
Alignment <TR ALIGN=LEFT|RIGHT|CENTER|MIDDLE|BOTTOM>
(must
appear
Table Cell <TD></TD>
within table
rows)
<TD ALIGN=LEFT|RIGHT|CENTER VALIGN=TOP|MIDDLE|
Alignment BOTTOM>
No linebreaks <TD NOWRAP>
Columns to Span <TD COLSPAN=?>
Rows to Span <TD ROWSPAN=?>
4.0* Desired Width <TD WIDTH=?> (in pixels)
(percentage
N3 Width Percent <TD WIDTH="%">
of table)
4.0* Cell Color <TD BGCOLOR="#$$$$$$">
(same as
data, except
Header Cell <TH></TH>
bold
centered)
Alignment <TH ALIGN=LEFT|RIGHT|CENTER|MIDDLE|BOTTOM>
No Linebreaks <TH NOWRAP>
Columns to Span <TH COLSPAN=?>
Rows to Span <TH ROWSPAN=?>
4.0* Desired Width <TH WIDTH=?> (in pixels)
(percentage
N3 Width Percent <TH WIDTH="%">
of table)
4.0* Cell Color <TH BGCOLOR="#$$$$$$">
4.0 Table Body <TBODY>
(must come
4.0 Table Footer <TFOOT></TFOOT> before
THEAD>
4.0 Table Header <THEAD></THEAD>
Table Caption <CAPTION></CAPTION>
Alignment <CAPTION ALIGN=TOP|BOTTOM|LEFT|RIGHT>
(groups
4.0 Column <COL></COL> column
attributes)
4.0 Columns Spanned <COL SPAN=?></COL>
4.0 Column Width <COL WIDTH=?></COL>
4.0 Width Percent <COL WIDTH="%"></COL>
(groups
4.0 Group columns <COLGROUP></COLGROUP> column
structure)
4.0 Columns Spanned <COLGROUP SPAN=?></COLGROUP>
4.0 Group Width <COLGROUP WIDTH=?></COLGROUP>
4.0 Width Percent <COLGROUP WIDTH="%"></COLGROUP>
FRAMES
(instead of
4.0* Frame Document <FRAMESET></FRAMESET>
<BODY>)
4.0* Row Heights <FRAMESET ROWS=,,,></FRAMESET> (pixels or %)
(* = relative
4.0* Row Heights <FRAMESET ROWS=*></FRAMESET>
size)
4.0* Column Widths <FRAMESET COLS=,,,></FRAMESET> (pixels or %)
(* = relative
4.0* Column Widths <FRAMESET COLS=*></FRAMESET>
size)
4.0* Borders <FRAMESET FRAMEBORDER="yes|no"></FRAMESET>
4.0* Border Width <FRAMESET BORDER=?></FRAMESET>
4.0* Border Color <FRAMESET BORDERCOLOR="#$$$$$$"></FRAMESET>
N3 Frame Spacing <FRAMESET FRAMESPACING=?></FRAMESET>
(contents of an
4.0* Define Frame <FRAME> individual
frame)
4.0* Display Document <FRAME SRC="URL">
4.0* Frame Name <FRAME NAME="***"|_blank|_self|_parent|_top>
(left and right
4.0* Margin Width <FRAME MARGINWIDTH=?>
margins)
(top and
4.0* Margin Height <FRAME MARGINHEIGHT=?> bottom
margins)
4.0* Scrollbar? <FRAME SCROLLING="YES|NO|AUTO">
4.0* Not Resizable <FRAME NORESIZE>
4.0* Borders <FRAME FRAMEBORDER="yes|no">
4.0* Border Color <FRAME BORDERCOLOR="#$$$$$$">
(for non-
4.0* Unframed Content <NOFRAMES></NOFRAMES> frames
browsers)
(takes same
4.0 Inline Frame <IFRAME></IFRAME> attributes as
FRAME)
4.0 Dimensions <IFRAME WIDTH=? HEIGHT=?></IFRAME>
4.0 Dimensions <IFRAME WIDTH="%" HEIGHT="%"></IFRAME>
MISCELLANEOUS
(not displayed by
Comment <!-- *** -->
the browser)
Prologue <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
(indicates a
Searchable <ISINDEX>
searchable index)
(text to prompt
Prompt <ISINDEX PROMPT="***">
input)
(use a real
Send Search <A HREF="URL?***"></a>
question mark)
(must be in
URL of This File <BASE HREF="URL">
header)
Base Window (must be in
4.0* <BASE TARGET="***">
Name header)
<LINK REV="***" REL="***"
Relationship HREF="URL"> (in header)
N4 Linked File <LINK TYPE="***" SRC="***"></LINK>
(must be in
Meta Information <META>
header)
(implementations
Style Sheets <STYLE></STYLE>
vary)
(for certain
4.0 Bidirect Off <BDO DIR=LTR|RTL></BDO>
character sets)
Our project is “M.P.
TEMPLE”. For this we have to Collect
some information about fee pay slip.
Student appeared in the fee counter firstly
he/she has to pay the fee .The counter
officer take the money and fill the pay slip
on the computer, and give the pay slip for
student. If the counter officer wants last
slip were he enter the password and
access the last slip.
• Processor- 486
• Hard disk- 20 GB
• Floppy drive- 1.44 MB
• RAM- 128 MB
• Keyboard- standard
• Mouse- stard
. OS-Window-98 or
.
<HTML>
<HEAD>
</HEAD>
<TITLE>www.templeinmp.com</TITLE>
<MARQUEE><FONT COLOR=RED><H2>WEL COME
TO TEMPLES IN MP</FONT></H2></MARQUEE>
<BODY BGCOLOR=SILVER>
<TABLE BORDER=1><TD><TR><IMG
SRC="./image/2.JPG"></TD></TR>
<BR>
<TABLE ALIGN="LEFT"><TR><TD><FONT
COLOR="BLUE"><H2><a
href="./index.html">HOME</a> </FONT></H2></TD>
<TABLE ><TR><TD WIDTH="20%"
HIGHT="19%"><pre><h2><font face="times new
roman"><font color=red>
<h1>CHINTAMAN GANESH</FONT></H1>
<table><tr><td><pre><h3><font face=times new
roman>The Ganesha idol enshrined in this temple is
supposed to be swayamabhu
born of itself). Also called Vighneshwara, the moderator of
grief,
Ganesha is always the first to be worshipped in the Hindu
pantheon,
lest he decide to sow obstacles in the devotees’ path. His
consorts,
Ridhhi and Siddhi, flank Chintaman, the assuager of all
worries.
Locally, Ganesha is also referred to as Chintaman.
</h3></pre></td><td><img
src="./image/20.jpg"></td></tr></table>
<table background="./image/12.gif" width="100%"
valign="top" bordercolor=black VALIGN="TOP"><tr><td
width="355" VALIGN="TOP">© copyright
2011</td>
<td width="380" align="right"><p align="right">Design
By ASHISH KHARE Reetesh guru</p></td></BODY>
</HTML>
<HTML>
<HEAD>
</HEAD>
<TITLE>www.templeinmp.com</TITLE>
<MARQUEE><FONT COLOR=RED><H2>WEL COME
TO TEMPLES IN MP</FONT></H2></MARQUEE>
<BODY BGCOLOR=SILVER>
<TABLE BORDER=1><TD><TR><IMG
SRC="./image/18.JPG"></TD></TR>
<BR>
<TABLE ALIGN="LEFT"><TR><TD><FONT
COLOR="BLUE"><H2><a
href="./index.html">HOME</a> </FONT></H2></TD>
<TABLE ><TR><TD WIDTH="20%"
HIGHT="19%"><pre><h2><font face="times new
roman"><font color=red>
<h1>Hardole Samadhi</FONT></H1>
<table><tr><td><pre><h3><font face=times new
roman>The samadhi itself is a simple white marble
structure, rectangular
in shape and surrounded by lush green foliage. A small bed
is placed on the raised platform so that Hardol may sleep
in it peacefully. Miniature statues of a horse and a cow
stand atop the samadhi along with utensils for storing
water,
just in case the dead Hardol feels thirsty.
Hardol was the third and most able of Raja Vir Singh’s
sons.
Although no law of primogeniture existed in Orchha, on his
father’s death, the gallant Hardol made it clear that he
would not object if his elder brother, Jujhar Singh,
ascended
the throne.
</h3></pre></td><td valign="top"><img
src="./image/17.jpg"><br><br><img
src="./image/15.jpg"><br><br><img
src="./image/16.jpg"></td></tr></table>
<table background="./image/12.gif" width="100%"
valign="top" bordercolor=black VALIGN="TOP"><tr><td
width="355" VALIGN="TOP">© copyright
2011</td>
<td width="380" align="right"><p align="right">Design
By ASHISH KHARE Reetesh guru</p></td></BODY>
</HTML>
<HTML>
<HEAD>
</HEAD>
<TITLE>www.templeinmp.com</TITLE>
<MARQUEE><FONT COLOR=RED><H2>WEL COME
TO TEMPLES IN MP</FONT></H2></MARQUEE>
<BODY BGCOLOR=SILVER>
<TABLE BORDER=1><TD><TR><IMG
SRC="./image/10.JPG"></TD></TR>
<BR>
<TABLE ALIGN="LEFT"><TR><TD><FONT
COLOR="BLUE"><H2><a
href="./index.html">HOME</a> </FONT></H2></TD>
<TABLE ><TR><TD WIDTH="20%"
HIGHT="19%"><pre><h2><font face="times new
roman"><font color=red>
<h1>Hanumann Temple</FONT></H1>
<table><tr><td><pre><h3><font face=times new
roman>The monarchs of Orchha were great devotees of
Lord Rama, the
fabled god-king who ruled over Ayodhya according
to the ancient epic, the Ramayana.
<TABLE ALIGN="LEFT"><TR><TD><FONT
COLOR="BLUE"><H2><a
href="./index.html">HOME</a> </FONT></H2></TD>
<TABLE ><TR><TD WIDTH="20%"
HIGHT="19%"><pre><h2><font face="times new
roman"><font color=red>
<h1>Khajuraho Temple</FONT></H1>
<table><tr><td><pre><h3><font face=times new
roman>To some, Khajuraho Temples are the most graphic,
erotic and sensuous sculptures of India, the world has ever
known. But Khajuraho has not received the attention it
deserves for its significant contribution to the religious
art of India – there are literally hundreds of exquisite
images
on the interior and exterior walls of the shrines.
Architecturally these temples are unique. While each
temple
in Khajuraho has a distinct plan and design, several features
are common to all. They are all built on high platforms,
several metres off the ground, either in granite or a
combination
of light sandstone and granite. Each of these temples has an
entrance hall or mandapa, and a sanctum sanctorum or
garbha
griha. The roofs of these various sections have a distinct
form.
The porch and hall have pyramidal roofs made of several
horizontal
layers. The inner sanctum's roof is a conical tower - a
colossal pile
of stone (often 30m high) made of an arrangement of
miniature
towers called shikharas.
<TABLE ALIGN="LEFT"><TR><TD><FONT
COLOR="BLUE"><H2><a
href="./index.html">HOME</a> </FONT></H2></TD>
<TABLE ><TR><TD WIDTH="20%"
HIGHT="19%"><pre><h2><font face="times new
roman"><font color=red>
<HTML>
<HEAD>
</HEAD>
<TITLE>www.templeinmp.com</TITLE>
<MARQUEE><FONT COLOR=RED><H2>WEL COME
TO TEMPLES IN MP</FONT></H2></MARQUEE>
<BODY BGCOLOR=SILVER>
<TABLE BORDER=1><TD><TR><IMG
SRC="./image/5.JPG"></TD></TR>
<BR>
<TABLE ALIGN="LEFT"><TR><TD><FONT
COLOR="BLUE"><H2><a
href="./index.html">HOME</a> </FONT></H2></TD>
<TABLE ><TR><TD WIDTH="20%"
HIGHT="19%"><pre><h2><font face="times new
roman"><font color=red>
<h1>Mahakaleswar Temple</FONT></H1>
<table><tr><td><pre><h3><font face=times new
roman>The original temple was destroyed during Muslim
invasions,
and the temple was rebuilt recently by the Sindhias in the
traditional Central Indian style.It is a five-storeyed structure
at the south end of the city. The curved superstructure is
adorned with motifs on all sides, rising above the
colonnaded
porches.Along the walls of the corridors in the temple rest
old
statues and sculptures, while in the courtyard lie ruined
ancient shrines.
</h3></pre></td><td><img
src="./image/6.jpg"></td></tr></table>
<table background="./image/12.gif" width="100%"
valign="top" bordercolor=black VALIGN="TOP"><tr><td
width="355" VALIGN="TOP">© copyright
2011</td>
<td width="380" align="right"><p align="right">Design
By ASHISH KHARE Reetesh guru</p></td></BODY>
</HTML>
<HTML>
<HEAD>
</HEAD>
<TITLE>www.templeinmp.com</TITLE>
<MARQUEE><FONT COLOR=RED><H2>WEL COME
TO TEMPLES IN MP</FONT></H2></MARQUEE>
<BODY BGCOLOR=SILVER>
<TABLE BORDER=1><TD><TR><IMG
SRC="./image/8.JPG"></TD></TR>
<BR>
<TABLE ALIGN="LEFT"><TR><TD><FONT
COLOR="BLUE"><H2><a
href="./index.html">HOME</a> </FONT></H2></TD>
<TABLE ><TR><TD WIDTH="20%"
HIGHT="19%"><pre><h2><font face="times new
roman"><font color=red>
<HTML>
<HEAD>
</HEAD>
<TITLE>www.templeinmp.com</TITLE>
<MARQUEE><FONT COLOR=RED><H2>WEL COME
TO TEMPLES IN MP</FONT></H2></MARQUEE>
<BODY BGCOLOR=SILVER>
<TABLE BORDER=1><TD><TR><IMG
SRC="./image/7.JPG"></TD></TR>
<BR>
<TABLE ALIGN="LEFT"><TR><TD><FONT
COLOR="BLUE"><H2><a
href="./index.html">HOME</a> </FONT></H2></TD>
<TABLE ><TR><TD WIDTH="20%"
HIGHT="19%"><pre><h2><font face="times new
roman"><font color=red>
<h1>Teli ka mandir</FONT></H1>
<table><tr><td><pre><h3><font face=times new
roman>Teli Ka Mandir - An Architecture Splendor
This Rajput Temple is an amalgam of the northern and
southern architectural styles
of India, although many opine that it is closer in design to
the temples of Orissa than
the South.The tallest and most impressive temple within the
precincts of the Gwalior
Fort, there are several theories as to how the shrine
acquired its name.