Indian Rivers
Indian Rivers
Indian Rivers
CONTENTS
1. ACKNOWLEDGEMENT
2. SYNOPSIS
3. INTRODUCTION TO HTML
4. INTRODUCTION TO CSS
7. SCREEN
8. CODING
9. CONCLUSION
10. BIBLIOGRAPHY
ACKNOWLEDGEMENT
We express our grateful acknowledgement to our institution
KALPATARU FIRST GRADE SCIENCE COLLEGE, TIPTUR that provides us
an opportunity to fulfill our cherishing ambition of becoming Junior
Engineers in computer science.
Last, but certainly not the least we thank all our friends who have been
very helpful throughout the project with their invaluable suggestions at time
to time, and also like to thank all the teaching and non-teaching staff, for
SYNOPSIS
The site displays Indian culture and its images. The project main
page contains main menu bar and its options
1. Home
2. River
3. Dams
4. Holy places
5. Economic imp
6. Disadvantage
7. Contact us
INTRODUCTION TO HTML
The language also tell you how to make a document interactive through
special hypertext links, which connect your documents-on either your
computer or someone else’s, as well as with other internet resources,
like FTP and gopher.
There are three HTML elements that form the basic document
structure of a webpage. These are:
HTML element
HEAD element
BODY element
HTML ELEMENTS:
The first document structure element in every HTML document is the HTML
tag. This tag indicates that the content of a file is in HTML.
HEAD ELEMENT:
The HEAD tag in a HTML document is used to give a title to the HTML
Page. It specifies that the contents between the opening and closing tags of
this element are a prologue to the rest of the document. This tag can contain
number of other tags.
BODY ELEMENT:
Other than the HTML and head tags, all other tags and the entire text of the
HTML page is placed within the BODY tag, as the name specifies, forms the
body of an HTML page . By using this tag can specify the background images
and colors, text color, and margins of the text in the HTML page.
Elements name are case insensitive. Thus the horizontal rule element can be
written as any <hr>, <Hr> or <HR>.
Many elements can have arguments that pass parameters to the interpreter
handling these elements, these arguments are called attributes of the
elements. For example, consider the element
This element can have several attributes one of text is linked. To specify this
in the tag for A you write :
Where the attributes HREF is assigned the indicated value. Note that the
element is not empty and that it is closed by the tags </A>. Note also that
ends tags never take attributes to an elements are always placed in the start
tag.
HTML ELEMENTS:
There are various HTML elements that can be used to construct an HTML
page. The HTML tag comprises of a left angular bracket or a less than symbol
(<) followed by the name of the tag and closed by a right angular bracket or a
greater than symbol(>). HTML elements can be categorized as:
ABOUT CSS
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
different devices and screen sizes as well as a variety of other effects.
Advantages of CSS
CSS saves time − You can write CSS once and then reuse same
sheet in multiple HTML pages. You can define a style for each HTML
element and apply it to as many Web pages as you want.
Pages load faster − If you are using CSS, you do not need to write
HTML tag attributes every time. Just write one CSS rule of a tag and
apply it to all the occurrences of that tag. So less code means faster
download times.
Offline Browsing − CSS can store web applications locally with the
help of an offline catche.Using of this, we can view offline websites.The
cache also ensures faster loading and better overall performance of the
website.
Basic Dropdown: Create a dropdown box that appears when the user moves
the mouse over an element.
Example
<style>
.dropdown
{
position: relative;
display: inline-block;
}
.dropdown-content
{
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
.dropdown:hover .dropdown-content
{
display: block;
}
</style>
The first page provides several links. The Home page contains
several information about the site like home, dams, holy places,
economic importance, disadvantage and contact us etc.
This project gives the detail history of Indian dams and rivers they
are
GANGA RIVER
Godavari River
The Godavari is India's second longest river after the ganga. Its
source is in the place triambakeshwar, mahharashtra.
Length:1,465km
Location: Brahmagiri mountain
KAVERI RIVER
The kaveri also reffered as
ponni, is an indian river flowing
through the states of karnataka and
tamli nadu orignating in foothills of
westren gards talakavre,kodagu in
karnataka. Amongest the river valles, the kaveri delta forms one of
most fertile region in the country.
Length: 805 km
Basin size: 31,334sq mi
Source: Talkavri, Kodagu.
Location: karnataka
KRISHNA RIVER
SOURCE CODE
Main page:
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html>
<!===============================================>
<head>
<title>xxxxxxxxxx</title>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float: left;
4th semester BCA, K.F.G.S.C, Tiptur. Page 13
Rivers and Dams WEBSITE
}
li a, .dropbtn {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover, .dropdown:hover .dropbtn {
background-color: red;
}
li.dropdown {
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
</head>
<!
======================================================
========>
<body>
<img src="IMG-20190317-WA0007.jpg"width="1350"
height="200">
<ul>
<li><a href="HISTORY.HTML">Home</a>
<li class="dropdown">
<a href="names.html" class="dropbtn">Rivers </a>
<div class="dropdown-content">
<a href="ganga.html">Ganga</a>
<a href="yamuna.html">Yamuna</a>
<a href="brahma.html">Bramhaputra</a>
<a href="kavari.html">Kaveri</a>
<a href="indus.html">Indus</a>
<a href="godavari.html">Godavari</a>
<a href="narmada.html">Narmada</a>
<a href="mahanadi.html">Mahanadi</a>
<a href="krishna.html">Krishna</a>
<a href="tuga.html">Tungabhadra</a>
</div>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Dams</a>
<div class="dropdown-content">
<a href="tehri.html">Tehri</a>
<a href="sardar.html">Sardar sarovar</a>
<a href="hirakhud.html">Hirakud</a>
<a href="nagarjuna.html">Nagarjunsagar</a>
<a href="krishnaraja.html">Krishnarajasagar</a>
<a href="mettur.html">Mettur</a>
<a href="bisalpur.html">Bisalpur</a>
<a href="koyna.html">Koyna</a>
<a href="maithon.html">Maithon</a>
</div>
<li><a href="holi places.html">Holi places</a>
<li><a href="eco imp.html">Economic imp</a>
<li><a href="DIS.HTML">Disadvantages</a>
<li><a href="Contact us.html">Contact us</a>
</li>
</ul>
</body>
</html>
<img src="PhotoGrid_1552483258733.jpg" height="420"
width="1350">
SCREENS
CONCLUSION
BIBLIOGRAPHY