Q.1.
A.1.
Header.html
<html>
<title>
header area
</title>
<body bgcolor= "lightblue">
<img src="logobus.jpg" align="left" alt="logo" height=93% width=15%>
</img>
<img src="logobus.jpg" align="right" alt="logo" height=93% width=15%>
</img>
<font size=5>
<b>
<center>
The Uttra Bus Company
<br>
D65/460, Chauraha, Lahartara, Bazardiha, Varanasi,
<br>
Uttar Pradesh 221002,
<br>
India
</center>
</b>
</font>
</body>
</html>
Menu.html
<html>
<title>menu area</title>
<body bgcolor="skyblue" >
<font size=5>
<ol>
<li> <a href =home.html target="color">Home </a>
<li > <a href=tour.html target="color" >Tour List </a>
<li> <a href =schedule.html target="color" >Schedule</a>
<li> <a href =booking.html target="color" >Booking</a>
<li> <a href =contact.html target="color" >Contact Us</a>
</ol>
</font>
<center>
<img src="logobus.jpg" height="51%"/>
</center>
</body>
</html>
Content.html
<html>
<title>content area</title>
<body bgcolor="lightblue">
<img src="contentbus.jpg" height=100% width=100%/>
</body>
</html>
Footer.html
<html>
<title>
footer area
</title>
<body bgcolor="redblue" >
<center>
<pre> <b><font size=4>
©2013 IG BOOKS Travels.All Rights Reserved. TheIG Books Company L3C - The Books for IT BOOKS Company.Do good things. Developed by ICIIT. info@igbooks.com 9865456780</b></font>
</pre>
</center>
</body>
</html>
Main Page:
Main.html
<html>
<frameset rows="20%,60%,*" frameborder = "0">
<frame src="header.html" >
<frameset cols= "20%,80%" frameborder = "0">
<frame src ="menu.html" frameborder = "0">
<frame src ="content.html" name="color" frameborder = "0">
</frameset>
<frame src="footer.html">
</frameset>
</html>
Books Page
Books.html
<html>
<title>
Books
</title>
<body align="center" bgcolor="lightpink">
<font size=6 color="blue">
<b>
Welcome to The Uttra Bus Company
</b>
</font>
<br>
<center>
<font size=4 color="blue">
<br>
<br>
<br>
<table border = 2>
<h1>List Of Books</h1>
<tr><th>Book Name</th> <th> Author
Name</th><th>Description</th><th>Price</th><
/tr>
<tr><td>Discrete Mathematics and its
Applications</td><td> Kenneth H. Rosen</td>
<td> : This book covers various topics related to
Discrete Mathematics which include algorithmic
thinking, combinatorial analysis, mathematical
reasoning and discrete structures</td>
<td>400</td></tr>
<tr><td>The C Programming
Language</td><td> Brian W. Kernighan and
Dennis M. Ritchie</td>
<td> : ew: This book is a complete guide to ANSI
standard C programming language. This book
focuses on the set of operators provided by C
language, types of expressions, improved
control flow and data structures.</td>
<td>600</td></tr>
<tr><td>Software Engineering: A practitioner’s
approach</td><td>Roger S. Pressman</td>
<td> : This book is designed provides a linear
presentation of software engineering topics.
Strong emphasis is laid on the major activities
that are a part of generic software
process.</td> <td>500</td></tr>
<tr><td>Operating System Concepts</td><td>
Avi Silberschatz, Peter Galvin, Greg Gagne</td>
<td> : This book provides a clear
understanding of all the the concepts that
underlie operating systems. The book contains
numerous examples that are relevant to
operating systems like UNIX, Solaris, Windows
NT, Apple, IBM and Linux.</td>
<td>430</td></tr>
<tr><td>Artificial Intelligence: A Modern
Approach</td><td> Stuart Russell and Peter
Norvig</td>
<td> : The book offers the most
comprehensive, up-to-date introduction to the
theory and practice of artificial
intelligence.</td> <td>830</td></tr>
</table>
</font>
</center>
</body>
</html>
FeedBack Page
FeedBack.html
<html>
<title>
Feedback
</title>
<body bgcolor="pink">
<h2>FEEDBACK</h2>
<table align = "center">
<tr><td> User Name </td><td><input type ="text" name ="uname"/>
</td></tr>
<br/>
<br/>
<tr><td> Last Book Purchased </td><td><input type ="text" name ="uname"/>
</td></tr>
<br/>
<br/>
<tr><td> Contact Email </td><td><input type ="text" name ="uname"/>
</td></tr>
<br/>
<br/>
<tr><td> Feedbacks </td><td><input type ="text" name ="uname"/>
</td></tr>
<br/>
<br/>
</table>
</font>
<button type ="button" name ="submit" align = "center"/> SUBMIT
</body>
</html>
2) CSS
A.1.
Header.html
<html>
<title>
header area
</title>
<body bgcolor= "lightblue">
<img src="logobus.jpg" align="left" alt="logo" height=93% width=15%>
</img>
<img src="logobus.jpg" align="right" alt="logo" height=93% width=15%>
</img>
<font size=5>
<b>
<center>
The Uttra Bus Company
<br>
D65/460, Chauraha, Lahartara, Bazardiha, Varanasi,
<br>
Uttar Pradesh 221002,
<br>
India
</center>
</b>
</font>
</body>
</html>
Menu.html
<html>
<title>menu area</title>
<body bgcolor="skyblue" >
<font size=5>
<ol>
<li> <a href =home.html target="color">Home </a>
<li > <a href=tour.html target="color" >Tour List </a>
<li> <a href =schedule.html target="color" >Schedule</a>
<li> <a href =booking.html target="color" >Booking</a>
<li> <a href =contact.html target="color" >Contact Us</a>
</ol>
</font>
<center>
<img src="logobus.jpg" height="51%"/>
</center>
</body>
</html>
Content.html
<html>
<title>content area</title>
<body bgcolor="lightblue">
<img src="contentbus.jpg" height=100% width=100%/>
</body>
</html>
Footer.html
<html>
<title>
footer area
</title>
<body bgcolor="redblue" >
<center>
<pre> <b><font size=4>
©2013 IG BOOKS Travels.All Rights Reserved. TheIG Books Company L3C - The Books for IT BOOKS Company.Do good things. Developed by ICIIT. info@igbooks.com 9865456780</b></font>
</pre>
</center>
</body>
</html>
Main Page:
Main.html
<html>
<frameset rows="20%,60%,*" frameborder = "0">
<frame src="header.html" >
<frameset cols= "20%,80%" frameborder = "0">
<frame src ="menu.html" frameborder = "0">
<frame src ="content.html" name="color" frameborder = "0">
</frameset>
<frame src="footer.html">
</frameset>
</html>
Books Page
Books.html
<html>
<title>
Books
</title>
<body align="center" bgcolor="lightpink">
<font size=6 color="blue">
<b>
Welcome to The Uttra Bus Company
</b>
</font>
<br>
<center>
<font size=4 color="blue">
<br>
<br>
<br>
<table border = 2>
<h1>List Of Books</h1>
<tr><th>Book Name</th> <th> Author
Name</th><th>Description</th><th>Price</th><
/tr>
<tr><td>Discrete Mathematics and its
Applications</td><td> Kenneth H. Rosen</td>
<td> : This book covers various topics related to
Discrete Mathematics which include algorithmic
thinking, combinatorial analysis, mathematical
reasoning and discrete structures</td>
<td>400</td></tr>
<tr><td>The C Programming
Language</td><td> Brian W. Kernighan and
Dennis M. Ritchie</td>
<td> : ew: This book is a complete guide to ANSI
standard C programming language. This book
focuses on the set of operators provided by C
language, types of expressions, improved
control flow and data structures.</td>
<td>600</td></tr>
<tr><td>Software Engineering: A practitioner’s
approach</td><td>Roger S. Pressman</td>
<td> : This book is designed provides a linear
presentation of software engineering topics.
Strong emphasis is laid on the major activities
that are a part of generic software
process.</td> <td>500</td></tr>
<tr><td>Operating System Concepts</td><td>
Avi Silberschatz, Peter Galvin, Greg Gagne</td>
<td> : This book provides a clear
understanding of all the the concepts that
underlie operating systems. The book contains
numerous examples that are relevant to
operating systems like UNIX, Solaris, Windows
NT, Apple, IBM and Linux.</td>
<td>430</td></tr>
<tr><td>Artificial Intelligence: A Modern
Approach</td><td> Stuart Russell and Peter
Norvig</td>
<td> : The book offers the most
comprehensive, up-to-date introduction to the
theory and practice of artificial
intelligence.</td> <td>830</td></tr>
</table>
</font>
</center>
</body>
</html>
Purchase Page
Purchase.html
<html>
<title>IGBOOKS</title>
<body bgcolor="pink">
<p id="demo"></p>
<script>
document.getElementById("demo").outerHTML = " ";
</script>
<h1> Enter youe name and password</h1>
<form action = "" method ="post" align = "center">
<br/>
<br/>
<br/>
User Name :<input type = "textarea" name = "fname" height=1000 width=1000 />
<br/>
<br/>
<br/>
<br/>
Password :<input type = "password" name ="pwd"/>
<br/>
<br/>
<br/>
<button type ="button" name="Verify"/>Verify
</form>
</body>
</html>
StatusOfPurchase Page
StatusOfPurchase.html
<html>
<title>
IGBOOKS
</title>
<body bgcolor="pink"align="center">
<b>
<font size=6 >
</font>
</b>
<br>
<br>
<br>
<body bgcolor="pink">
<table border="1" width="100%" bgcolor="skyblue">
<thead>
<tr>
<td colspan="4" align="center"><b>
<font size=6>
List Of The Ordered Books
</font>
</b>
</td>
</tr>
</thead>
<tfoot>
</tfoot>
<tbody>
<tr align="center">
<th>Book No</th>
<th>From</th>
<th>To</th>
<th>Price</th>
</tr>
<tr align="center">
<td>1</td>
<td>Varanasi</td>
<td> IG Books</td>
<td>500/-</td>
</tr>
<tr align="center">
<td>2</td>
<td>Varanasi</td>
<td>IG Books</td>
<td>570/-</td>
</tr>
<tr align="center">
<td>3</td>
<td>Varanasi</td>
<td>IG Books</td>
<td>300/-</td>
</tr>
<tr align="center">
<td>4</td>
<td>Varanasi</td>
<td>IG Books</td>
<td>400/-</td>
</tr>
<tr align="center">
<td>5</td>
<td>Varanasi</td>
<td>IG Books</td>
<td>700/-</td>
</tr>
<tr align="center">
<td>6</td>
<td>Varanasi</td>
<td>IG Books</td>
<td>800/-</td>
</tr>
<tr align="center">
<td>7</td>
<td>Varanasi</td>
<td>IG Books</td>
<td>530/-</td>
</tr>
</tbody>
</table>
</body>
</html>
FeedBack.html
<html>
<title>
Feedback
</title>
<body bgcolor="pink">
<h2>FEEDBACK</h2>
<table align = "center">
<tr><td> User Name </td><td><input type ="text" name ="uname"/>
</td></tr>
<br/>
<br/>
<tr><td> Last Book Purchased </td><td><input type ="text" name ="uname"/>
</td></tr>
<br/>
<br/>
<tr><td> Contact Email </td><td><input type ="text" name ="uname"/>
</td></tr>
<br/>
<br/>
<tr><td> Feedbacks </td><td><input type ="text" name ="uname"/>
</td></tr>
<br/>
<br/>
</table>
</font>
<button type ="button" name ="submit" align = "center"/> SUBMIT
</body>
</html>
Q.2.
A.2.
Two latest web development technologies.
1)HTML:-
Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. With Cascading Style Sheets (CSS) and JavaScript it forms a triad of cornerstone technologies for the World Wide Web. Web browsers receive HTML documents from a web server or from local storage and render them 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. It 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 />
introduce content into the page directly. Others such as <p>...</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.
HTML can embed programs written in a scripting language such as JavaScript which affect the behavior and content of web pages. Inclusion of CSS defines the look and layout of content. The World Wide Web Consortium (W3C), maintainer of both the HTML and the CSS standards, has encouraged the use of CSS over explicit presentational HTML since 1997.
2) CSS
Cascading Style Sheets, fondly referred to as CSS, is a simple design language intended to simplify the process of making web pages presentable.
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,variations in display for different devices and screen sizes as well as a variety of other effects.
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.
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.
- Easy maintenance − To make a global change, simply change the style, and all elements in all the web pages will be updated automatically.
- Superior styles to HTML − CSS has a much wider array of attributes than HTML, so you can give a far better look to your HTML page in comparison to HTML attributes.
- Multiple Device Compatibility − Style sheets allow content to be optimized for more than one type of device. By using the same HTML document, different versions of a website can be presented for handheld devices such as PDAs and cell phones or for printing.
- Global web standards − Now HTML attributes are being deprecated and it is being recommended to use CSS. So its a good idea to start using CSS in all the HTML pages to make them compatible to future browsers.
- 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.
- Platform Independence − The Script offer consistent platform independence and can support latest browsers as well.
Who Creates and Maintains CSS?
CSS was invited by Håkon Wium Lie on October 10, 1994 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 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.
No comments:
Post a Comment