BBA I P University
BBA I P University
Basically an HTML document is a plain text file that contains text and nothing else.
When a browser opens an HTML file, the browser will look for HTML codes in the
text and use them to change the layout, insert images, or create links to other pages.
Since HTML documents are just text files they can be written in even the simplest text
editor.
A more popular choice is to use a special HTML editor - maybe even one that puts
focus on the visual result rather than the codes - a so-called WYSIWYG editor ("What
You See Is What You Get").
Some of the most popular HTML editors, such as FrontPage or Dreamweaver will let
you create pages more or less as you write documents in Word or whatever text editor
you're using.
However, there are some very good reasons to create your own pages - or parts of
them - by hand...
There are excellent editors on the market that will take care of the HTML parts. All you need
to do is layout the page.
You can write your HTML by hand with almost any available text editor, including notepad
that comes as a standard program with Windows.
All you need to do is type in the code, then save the document, making sure to put an .html
extension or an .htm extension to the file (for instance "mypage.html
HTML Tags
Basically, a computer sees an "A" as simply an "A" - whether it is bold, italic, big or small.
To tell the browser that an "A" should be bold we need to put a markup in front of the A.
As you can see, the start tag <b> indicates that whatever follows should be written in bold.
The corresponding end tag </b> indicates that the browser should stop writing text in bold
Online marketing
Online advertising
Online sales
Product delivery
Product service
Online billing
Advantages of e-commerce
The main advantage of e-commerce is its ability to reach a global market, without
necessarily implying a large financial investment. The limits of this type of commerce are
not defined geographically, which allows consumers to make a global choice, obtain the
necessary information and compare offers from all potential suppliers, regardless of their
locations.
By allowing direct interaction with the final consumer, e-commerce shortens the product
distribution chain, sometimes even eliminating it completely. This way, a direct channel
between the producer or service provider and the final user is created, enabling them to offer
products and services that suit the individual preferences of the target market.
Cost reduction is another very important advantage normally associated with electronic
commerce. The more trivial a particular business process is, the greater the likelihood of its
success, resulting in a significant reduction of transaction costs and, of course, of the prices
charged to customers.
Disadvantages of e-commerce
The main disadvantages associated with e-commerce are the following:
Lack of legislation that adequately regulates the new e-commerce activities, both nationally
and internationally;
Market culture is averse to electronic commerce (customers cannot touch or try the
products);
The users’ loss of privacy, the loss of regions’ and countries’ cultural and economic identity;
Traditional Commerce
1. Cost effective
E-commerce is very cost effective when compared to traditional commerce. In traditional
commerce, cost has to be incurred for the role of middlemen to sell the company’s product.
The cost incurred on middlemen is eliminated in ecommerce as there is a direct link between
the business and the customer. The total overhead cost required to run ebusiness is
comparatively less, compared to traditional business. For example, in running an e-business,
only a head office is required. Whereas in traditional method, a head office with several
branches are required to cater to the needs ofcustomers situated in different places. The cost
2. Time saving
It takes a lot of time to complete a transaction in traditional commerce. E-commerce saves a
lot of valuable time for both the consumers and business. A product can be ordered and the
transaction can be completed in few minutes through internet.
3. Convenience
E-commerce provides convenience to both the customers and the business. Customers can
browse through a whole directories of catalogues, compare prices between products and
choose a desired product any time and anywhere in the world without any necessity to move
away from their home or work place.
E-commerce provides better connectivity for its prospective and potential customers as the
organization’s website can be accessed virtually from anywhere, any time through internet. It
is not necessary to move away from their work place or home to locate and purchase a
desired product.
4. Geographical accessibility
In traditional commerce, it may be easy to expand the size of the market from regional to
national level. Business organizations have to incur a lot of expenses on investment to enter
international market. In e-commerce it is easy to expand the size of the market from regional
to international level.
By hosting a website, by placing advertisements on the internet and satisfying certain legal
norms, a business can penetrate into global market. It is quite easy to attract customers from
global markets at a marginal cost.
In e-commerce, it is easy to introduce a product on the website and get the immediate
feedback of the customers. Based on the response, the products can be redefined and
modified for a successful launch.
The cost incurred on the middlemen, overhead, inventory and limited sales pulls down the
profit of the organization in traditional commerce.
7. Physical inspection
E-commerce does not allow physical inspection of goods. In purchasing goods in e-
commerce, customers have to rely on electronic images whereas in traditional commerce, it
is possible to physically inspect the goods before the purchase.
8. Time accessibility
Business is open only for a limited time in traditional commerce. Round the clock (24 x 7)
service is available in ecommerce.
9. Product suitability
E-commerce is not suitable for perishable goods and high valuable items such as jewellery
and antiques. It is mostly suitable for purchasing tickets, books, music and software.
Traditional commerce is suitable for perishables and touch and feel items. Purchasing
software, music in traditional commerce may appear expensive,
Traditional commerce does not have such problems associated with human resource in non
electronic environment.
In electronic commerce, the interaction between the business and the consumer is “screen-to-
face”. Since there is no personal touch in e-business, companies need to have intimate
relationship with customers to win over their loyalty.
14. Fraud
Lot of cyber frauds take place in electronic commerce transactions. People generally fear to
give credit card information. Lack of physical presence in markets andunclear legal issues
give loopholes for frauds to take place in e-business transactions.
Poor Knowledge and Awareness: When it comes to ratio of internet consumers, scenario
is not so admirable one. Majority of Indian rural population are unaware of internet and it
uses. Surprisingly, most of internet savvies or urban population are also suffering from
poor knowledge on online business and its functionalities. Very few are aware of the
online corruption and fraud and thus darkness still exists. A reliable survey reveals that
50% of Indian online users are unaware of the solution of online security.
Online Transaction: Most of Indian customers do not possess plastic money, credit card,
debit card and net banking system, which is one of the prime reasons to curtail the growth
of ecommerce. Nevertheless, in recent years, some of the nationalized banks have started
to issue debit cards to all its account holders. This is undoubtedly a positive sign for
Indian online entrepreneurs.
Cash On Delivery: Cash on Delivery (COD) has evolved out of less penetration of credit
card in India. Most of Indian E-commerce companies are offering COD as one of mode of
payment for the buyers. 30%-50% of buyers are also taking advantage of this mode of
payment while making purchase of any product and service over internet. COD has been
introduced to counter the payment security issues of online transaction, but this mode has
been proving to be loss and expensive to the companies. It is seen that majority of the
<body>
</body>
</html>
Output
<body>
</body>
</html>
Output
<body>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
</body>
</html>
Output
<body>
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
</body>
</html>
Output
<body>
<h2>MOUNTAIN VIEW</h2>
</body>
</html>
OUTPUT
<head>
<style>
table, th, td {
</style>
</head>
<body>
<table>
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td bgcolor="red">January</td>
<td bgcolor="green">Rs100</td>
</tr>
</table>
</body>
</html>
SAGAR BHALLA 2ND SEMESTER SEC-C 07515501717 136 Page 19
Output
<head>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</body>
</html>
Marquee Tag
Input
<html>
<head>
<style>
table, th, td {
</style>
</head>
<body>
<table>
<tr>
<th><marquee>Month</marquee></th>
<th><marquee>Savings</marquee></th>
SAGAR BHALLA 2ND SEMESTER SEC-C 07515501717 136 Page 22
</tr>
<tr>
<td bgcolor="red">January</td>
<td bgcolor="green">Rs100</td>
</tr>
</table>
</body>
</html>
Output
<head>
<style>
table, th, td {
</style>
</head>
<body>
<table>
<tr>
</tr>
<tr>
</tr>
</table>
</body>
</html>
Output
Rowspan
Input
<html>
<head>
<style>
table, th, td {
</style>
</head>
<body>
<table>
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>Rs100</td>
<td rowspan="2">Rs50</td>
</tr>
<tr>
<td>February</td>
<td>Rs80</td>
</tr>
</table>
</body>
</html>
Output
<head>
<style>
table, th, td {
</style>
</head>
<body>
<table>
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>Rs100</td>
</tr>
<tr>
<td>February</td>
<td>Rs80</td>
</tr>
</tr>
</table>
</body>
</html>
Output
Input
<html>
<body>
<h2>HTML Links</h2>
</body>
</html>
Output
Input
<html>
<body>
<h2>REPORT</h2>
</body>
</html>
Output
Examples: Images, music, sound, videos, records, films, animations, and more.
Web pages often contain multimedia elements of different types and formats.
In this chapter you will learn about the different multimedia format.
Browser Support
The first web browsers had support for text only, limited to a single font in a single color.
Later came browsers with support for colors and fonts, and images!
Audio, video, and animation have been handled differently by the major browsers.
Different formats have been supported, and some formats require extra helper programs
(plug-ins) to work.
Multimedia Formats
Multimedia elements (like audio or video) are stored in media files.
The most common way to discover the type of a file, is to look at the file extension.
Multimedia files have formats and different extensions like: .swf, .wav, .mp3, .mp4,
.mpg, .wmv, and .avi.
Formats
1. MPEG-
.mpg
.mpeg
MPEG. Developed by the Moving Pictures Expert Group. The first popular video format on
the web. Used to be supported by all browsers, but it is not supported in HTML5 (See MP4).
2. AVI-
.avi
AVI (Audio Video Interleave). Developed by Microsoft. Commonly used in video cameras
and TV hardware. Plays well on Windows computers, but not in web browsers.
3.WMV-
.wmv
WMV (Windows Media Video). Developed by Microsoft. Commonly used in video cameras
and TV hardware. Plays well on Windows computers, but not in web browsers.
5.RealVideo-
.rm
.ram
RealVideo. Developed by Real Media to allow video streaming with low bandwidths. It is
still used for online video and Internet TV but does not play in web browsers.
6.Flash-
.swf
.flv
Flash. Developed by Macromedia. Often requires an extra component (plug-in) to play in
web browsers.
7.Ogg-
.ogg
Theora Ogg. Developed by the Xiph.Org Foundation. Supported by HTML5.
8.WebM-
.webm
WebM. Developed by the web giants, Mozilla, Opera, Adobe, and Google. Supported by
HTML5.
9.MPEG-4-
or MP4
.mp4
MP4. Developed by the Moving Pictures Expert Group. Based on QuickTime. Commonly
used in newer video cameras and TV hardware. Supported by all HTML5 browsers.
Recommended by YouTube.
10.MIDI-
. midi
MIDI (Musical Instrument Digital Interface). Main format for all electronic music devices
like synthesizers and PC sound cards. MIDI files do not contain sound, but digital notes that
11.RealAudio-
.ram
RealAudio. Developed by Real Media to allow streaming of audio with low bandwidths.
Does not play in web browsers.
12.WMA-
. wma
WMA (Windows Media Audio). Developed by Microsoft. Commonly used in music players.
Plays well on Windows computers, but not in web browsers.
13.AAC-
.aac
AAC (Advanced Audio Coding). Developed by Apple as the default format for iTunes. Plays
well on Apple computers, but not in web browsers.
14.WAV-
.wav
WAV. Developed by IBM and Microsoft. Plays well on Windows, Macintosh, and Linux
operating systems. Supported by HTML5.
15.MP3-
.mp3
MP3 files are actually the sound part of MPEG files. MP3 is the most popular format for
music players. Combines good compression (small files) with high quality. Supported by all
browsers.
16.MP4-
.mp4
<style>
div.relative {
position:centre;
div.a {
text-align: center;
</style>
<tr>
<link rel="st
//captchaService.setImageKey('user_"<1234');
captchaService.createCaptcha("captchaHolder");
</script>
<div class="header">
<tr>
<td width="10%"> </td>
</tr>
<tr>
<td height="0"> </td>
<td> </td>
</tr>
<tr>
<td height=""> </td>
<td class="admittest"></td></tr>
<tr>
<td> </td>
<td> </td>
</tr>
</div>
Form</b></font></div>
<div class="notepatch">
<tbody>
<td width="512">
Use Mouse to move between fields for entry of data instead of using Tab Key.<br>
<span style="color:red"><b>A candidate can apply for one exam category at a time.
Individual registrations are required to apply for different exam categories.</b><br>
<b>Once a candidate has submitted his/her details , they cannot edit the same and have to re
register in case they need to change any personal information.</b></span><br>
<b>Click<ahref="https://cdn.digialm.com//per/g01/pub/850/EForms/image/Updated%20GG
SIPU_User%20Manual2018_15Feb.pdf" target="_blank">
<tr>
<td></td></tr>
<tr>
<td colspan="2">
<div id="container-11">
<ul class="tabs-nav">
<li class="fragment-28">
<a href="#fragment-28">
<span>
<img
<a href="#fragment-29">
</ul>
<div id="fragment-28">
<div class="personalDetailsForm">
<tbody>
<tr>
<tr>
<tbody>
<tbody><!--<tr>
<tbody>
<tr>
</td>
</span></td></tr></tbody></table></div></td></tr>-->
<tr>
<td>
<tbody>
<tr>
<option value="">---Select---</option>
SAGAR BHALLA 2ND SEMESTER SEC-C 07515501717 136 Page 40
<option value="Engineering/Professional/PG Diploma">Engineering/Professional/PG
Diploma</option>
<tr>
</tr></tbody></table></div></td></tr>
<tr>
<td>
<tbody><tr><td colspan="4">
</td></tr>
<span class="information">(Surname)</span></td></tr></tbody></table></div></td></tr>
</tbody></table></td></tr></tbody></table></td></tr>
<tr><td colspan="5"></td></tr>
<span>(dd/mm/yyyy)</span></td>
<option value="02">02</option>
<option value="03">03</option>
<option value="04">04</option>
<option value="05">05</option>
<option value="06">06</option>
<option value="07">07</option>
<option value="08">08</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="26">26</option>
<option value="27">27</option>
<option value="28">28</option>
<option value="29">29</option>
<option value="30">30</option>
<option value="31">31</option></select>
<option value="02">02</option>
<option value="03">03</option>
<option value="04">04</option>
<option value="05">05</option>
<option value="06">06</option>
<option value="07">07</option>
<option value="08">08</option>
<option value="09">09</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option></select>
<option value="1951">1951</option>
<option value="1952">1952</option>
<option value="1953">1953</option>
<option value="1954">1954</option>
<option value="1955">1955</option>
<option value="1956">1956</option>
<option value="1957">1957</option>
<option value="1958">1958</option>
<option value="1959">1959</option>
<option value="1960">1960</option>
<option value="1962">1962</option>
<option value="1963">1963</option>
<option value="1964">1964</option>
<option value="1965">1965</option>
<option value="1966">1966</option>
<option value="1967">1967</option>
<option value="1968">1968</option>
<option value="1969">1969</option>
<option value="1970">1970</option>
<option value="1971">1971</option>
<option value="1972">1972</option>
<option value="1973">1973</option>
<option value="1974">1974</option>
<option value="1975">1975</option>
<option value="1976">1976</option>
<option value="1977">1977</option>
<option value="1978">1978</option>
<option value="1979">1979</option>
<option value="1980">1980</option>
<option value="1981">1981</option>
<option value="1982">1982</option>
<option value="1983">1983</option>
<option value="1984">1984</option>
<option value="1986">1986</option>
<option value="1987">1987</option>
<option value="1988">1988</option>
<option value="1989">1989</option>
<option value="1990">1990</option>
<option value="1991">1991</option>
<option value="1992">1992</option>
<option value="1993">1993</option>
<option value="1994">1994</option>
<option value="1995">1995</option>
<option value="1996">1996</option>
<option value="1997">1997</option>
<option value="1998">1998</option>
<option value="1999">1999</option>
<option value="2000">2000</option>
<option value="2001">2001</option>
<option value="2002">2002</option>
<option value="2003">2003</option>
<option value="2004">2004</option>
<option value="2005">2005</option>
<option value="2006">2006</option>
<option value="2007">2007</option>
<option value="2008">2008</option>
<option value="2010">2010</option>
<option value="2011">2011</option>
<option value="2012">2012</option>
<option value="2013">2013</option></select>
Transgender</td></tr>
Name
<option value="Other">Other</option></select></td>
<td nowrap="nowrap">
<option value="OBC">OBC</option>
<option value="SC">SC</option>
<option value="ST">ST</option></select></td></tr>
<option value="Hindu">Hindu</option>
<option value="Christian">Christian</option>
<option value="Sikh">Sikh</option>
<option value="Muslim">Muslim</option>
<option value="Jain">Jain</option>
<option value="Others">Others</option>
</select></td>
<td colspan="2"></td></tr>
<tr>
<span class="mandatory">*</span>Defence</td>
<option value="Married">Married</option>
<option value="Unmarried">Unmarried</option>
<option value="Widow">Widow</option>
<option value="Widower">Widower</option>
</select></td></tr></tbody></table></div>
<tdwidth="32%"><inputtype="text"name="txtCity"class="text_field_required"onkeypress=
"return onlyAlpha_forName(this,event);"maxlength="50"size="30"
id="txtCity"onkeypress="return onlyAlphaNumWithSChar(this,event);" oncopy="return
false"onpaste="return false"/>
<td colspan="2"></td>
</tr></table></td></tr></table>
<table><tr><td>Contact Details</td>
</tr></table></td></tr>
<tr><td>
<!--<tr>
--><tr>
class="text_field_required" name="txtEmail"/></td>
<span class="information">(Country) (Mobile
Number)</span></td></tr>
<div id="uploadOutput">
<tbody>
<tr><td class="sectionheading" >Upload your Photograph, Signature and Left Hand Thumb
Impression</td></tr>
<!--<tr>
<td height="15"></td></tr>
<tr><td>Note : Upload recent good quality passport size colour photograph failing to which
your candidature may be cancelled.
</tr></tbody></table></div>
</td></tr></table></div></div>
</body>
</html>
Output
Web servers often come as part of a larger package of Internet- and intranet-related programs
for serving email, downloading requests for File Transfer Protocol (FTP) files, and building
and publishing Web pages. Considerations in choosing a Web server include how well it
works with the operating system and other servers, its ability to handle server-side
programming, security characteristics, and the particular publishing, search engine and site
building tools that come with it.
Web Browser
A web browser is a software program that allows a user to locate, access, and display web
pages. In common usage, a web browser is usually shortened to "browser." Browsers are
used primarily for displaying and accessing websites on the Internet, as well as other content
created using Hypertext Markup Language (HTML) and Extensible Markup Language
(XML), etc.
A variety of web browsers are available with different features, look-and-feel, and designed
to run on different operating systems. Common browsers include Internet Explorer from
Microsoft, Firefox from Mozilla, Google Chrome, Safari from Apple, and Opera. All major
browsers have mobile versions that are lightweight versions for accessing the web on mobile
devices.
Web browsers date back to the late 1980s when an English scientist, Tim Berners-Lee, first
developed the ideas that led to the World Wide Web (WWW). This consisted of a series of
pages created using the HTML language and joined or linked together with pointers called
hyperlinks. Following this was the need for a program that could access and display the
HTML pages correctly - the browser.
Method
Definition and Usage
The method attribute specifies how to send form-data (the form-data is sent to the page
specified in the action attribute).
Notes on GET:
Notes on POST:
Appends form-data inside the body of the HTTP request (data is not shown is in
URL)
Has no size limitations
Form submissions with POST cannot be bookmarked
Example
Action
The action attribute specifies where to send the form-data when a form is submitted.
Example
On submit, send the form-data to a file named "/action_page.php" (to process the input):
<form action="/action_page.php">
Output
Frame Border
The <frame> tag is not supported in HTML5.
The frame border attribute specifies whether or not to display a border around a frame.
Example
<frameset cols="50%,50%">
<frame src="frame_a.htm" frameborder="0">
<frame src="frame_b.htm" frameborder="0">
</frameset>
Example
The first frame with a left and right margin of 50 pixels, and the second frame with a left and
right margin of 0 pixels:
<frameset cols="50%,50%">
<frame src="frame_a.htm" marginwidth="50">
<frame src="frame_b.htm" marginwidth="0">
</frameset>
Scrolling
The scrolling attribute specifies whether or not to display scrollbars in a <frame>.
By default, scrollbars appear in a <frame> if the content is larger than the <frame>.
Example
<frameset cols="50%,50%">
<frame src="frame_a.htm" scrolling="yes">
<frame src="frame_b.htm">
</frameset>
Note: Do not confuse this with the cell spacing attribute, which specifies the space between
cells.
Example
Set the space between the cell wall and the cell content to 10 pixels:
<table cellpadding="10">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table>
Output
Note: When a web page loads; it is the browser, at that moment, that gets the image from a
web server and inserts it into the page. Therefore, make sure that the image actually stay in
the same spot in relation to the web page, otherwise your visitors will get a broken link icon.
The broken link icon is shown if the browser cannot find the image.
Example
<html>
<body>
</body>
</html>
Output
CSS is designed primarily to enable the separation of document content from document
presentation, including aspects such as the layout, colors and fonts. This separation can
improve content accessibility, provide more flexibility and control in the specification of
presentation characteristics, enable multiple HTML pages to share formatting by specifying
the relevant CSS in a separate .css file, and reduce complexity and repetition in the structural
content.
Separation of formatting and content makes it possible to present the same mark up page in
different styles for different styles for different rendering methods, such as onscreen, in
print,by voice and on Braille-based tactile devices. It can also display the web page
differently depending on the screen size or viewing device. Readers can also specify a
different style sheet, such as a CSS file stored on their own computer, to override the one the
author specified.The CSS specifications are maintained by the World Wide Web Consortism
(W3C).
SMALLER WEBPAGE FILE SIZES: As the code required to style content can be
removed from individual web pages, the size of each webpage file is reduced.
ACCESSIBILITY: Additional features can be added to web pages that provide “hooks” for
assistive technologies such as screen readers. CSS based techniques can be used to provide
such hooks without impacting on the experience of mainstream users.
TABLE-LESS LAYOUT: Prior to the introduction of CSS, multi-column layouts could not
be created using HTML tables. Unfortunately, at a code-level, a table used for layout
purposes cannot be differentiated from a table used to mark-up tabular data.
<head>
<style>
input[type=text], input[type=password] {
width: 100%;
margin: 8px 0;
display: inline-block;
box-sizing: border-box;
button {
background-color: #4CAF50;
color: white;
margin: 8px 0;
SAGAR BHALLA 2ND SEMESTER SEC-C 07515501717 136 Page 68
border: none;
cursor: pointer;
width: 100%;
button:hover {
opacity: 0.8;
.cancelbtn {
width: auto;
background-color: #f44336;
.imgcontainer {
text-align: center;
img.avatar {
width: 10%;
border-radius: 200%;
padding: 16px;
span.psw {
float: right;
padding-top: 16px;
/* Change styles for span and cancel button on extra small screens */
span.psw {
display: block;
float: none;
.cancelbtn {
width: 100%;
</style>
</head>
<body>
<form action="/action_page.php">
<div class="imgcontainer">
</div>
<div class="container">
<label for="uname"><b>Username</b></label>
<label for="psw"><b>Password</b></label>
<button type="submit">Login</button>
<label>
</label>
</div>
</div>
</body>
</html>
Output
<head>
</head>
<body>
<tr>
<th rowspan="3">An HTML table with a cell that spans across three rows</th>
<td>lorem</td>
<td>ipsum</td>
</tr>
<tr>
<td>hello</td>
<td>good-bye</td>
</tr>
<tr>
<td>good-bye</td>
</tr>
<tr>
<th>HTML</th>
<td>rowspan</td>
<td>tutorial</td>
</tr>
</body>
</html>
Output
SOURCE CODES
HOMEPAGE:
<html>
<head>
<body background="e4.png">
<title>Big Bazaar</title>
<style type="text/css">
<!--
body {
background-color: #c3c0bb;
}
.style1 {
color: #FFFFFF;
font-weight: bold;
}
.style2 {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: underline;
color: #0099FF;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}
-->
</style>
</head>
<body>
<td>
<div align="center">
<img src="ban.jpg" width="770" height="150" border="0"/> </div></td>
</tr>
<tr>
<td><table width="770" border="4" bgcolor="#0000FF
">
<tr>
</tr>
</table></td>
</tr>
<tr>
<td><b><font color="red"><marquee><b><h1><center>Big Bazaar</font><br><font color="orange"><center>Summer Sale On 9 th april
</h1></b></marquee></b></td>
</tr>
<tr>
<td><table width="770" border="0">
<tr>
<td> </td>
<td> </td>
</tr>
<tr><td>
</td></tr>
<tr>
<td width="28"> </td>
</h3></i></b>
</i>
</p></td>
<td width="32"> </td>
</tr>
</table></td>
</tr>
<tr>
<td> <marquee>
<img src="m1.jpg" width="275" height="183" border="4" />
<img src="m2.jpg" width="275" height="183" border="4" />
<img src="m3.jpg" width="275" height="183" border="4" />
<img src="pic1.jpg" width="275" height="183" border="4" /> </img>
</marquee> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
</tr>
<tr>
<td><div align="right" class="style1"><b>Copyright @ 2016. Designed & Maintained by V3 </b></div></td>
</tr>
</table>
</body>
</html>
<title>Big Bazaar</title>
<style type="text/css">
<!--
body {
background-color: #c3c0bb;
}
.style1 {
color: #FFFFFF;
font-weight: bold;
}
.style2 {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: underline;
color: #0099FF;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}
-->
</style>
</head>
<body>
<tr>
<td>
<div align="center">
<img src="ban.jpg" width="770" height="150" border="0"/>
</div></td>
</tr>
<tr>
<td><table width="770" border="4" bgcolor="#3366CC
">
<tr>
<tr>
<td><marquee>
<font color="maroon"><b><h2>ALL ABOUT <i>BIG BAZAAR</b></i></h2></b></marquee></td>
</tr>
<tr>
<tr>
<td> </td>
<td><strong>
<h3><font color="green"><center>ABOUT US</h3></strong></td>
<td> </td>
</tr>
<tr>
<td width="28"> </td>
<td width="688">
<p><font color="Orange"> <b> <i>
<h3>
<font color="black" align="center"> <center><img src="images.png" width="400" height="250" border="4"></font><br><br>
Big Bazaar is an Indian retail store that operates as a chain of hypermarkets, discount department stores, and grocery stores. The retail
chain was founded by Kishore Biyani under his parent organisation Future Group, which is known for having a significant prominence in
Indian retail and fashion sectors. Big Bazaar is also the parent chain of Food Bazaar, Fashion at Big Bazaar[2] (abbreviated as fbb) and
eZone where at locations it houses all under one roof, while it is sister chain of retail outlets like Brand Factory, Home Town, Central,
eZone, etc.
Founded in 2001, Big Bazaar is one of the oldest and largest hypermarkets chain of India, housing about 250+ stores in over 120 cities
and towns across the country.<center></h3>
</i></b>
</p>
</td>
<tr>
<td><div align="left" class="style1"><b>Copyright @ 2016. Designed & Maintained by V3 </b></div></td>
</tr>
</center></table>
PPPPPPP00000PPPPPP PIPPPPPPPPRHGG9JNGN PP
</body>
PPP
P
<head>
<body background="e5.jpg">
<title>BIG BAZAAR</title>
<style type="text/css">
<!--
body {
background-color: #c3c0bb;
}
.style1 {
color: #FFFFFF;
font-weight: bold;
}
.style2 {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: underline;
color: #0099FF;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}
-->
</style>
</head>
<body>
<tr>
<td><div align="center">
<img src="ban.jpg" width="770" height="150" border="0" /> </div> </td>
</tr>
<tr>
<td><table width="770" border="4" bgcolor=" #0000FF">
<tr>
<td width="129"><div align="center" class="style5">
<a href="index.html">Home</a></div></td>
</table> </td>
</tr>
<tr>
<td> <marquee> <font color="navy blue"><b><h1>20 percent off on lg products**</h1> </b></marquee> </td>
</tr>
<tr>
<td><table width="770" border="0">
<tr>
<td> </td>
<td colspan="4"><strong><center>
<font color="orange"><h1>ELECTRONICS</h1></strong></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<tr>
<td> </td>
<td> </td>
<tr>
<td> </td>
<td> <font color=blue > <div align="center"> LG MONITOR
<img src="download.jpg" width="177" height="155" border="2" /> Rs 17000 </div></td>
<td> </td>
<tr>
<td> </td>
<td> </td>
<td><div align="center">
</div></td>
<td> </td>
<td><div align="center">
</div></td>
<td> </td>
</tr>
<tr>
<td width="28"> </td>
<td width="169"><p align="justify"> </p> </td>
<td width="186"> </td>
<td width="163"> </td>
<td width="165"> </td>
<td width="35"> </td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><table width="770" border="0" bgcolor="504e4b">
</table></td>
</tr>
<tr>
<td> <div align="right" class="style2"><b>Copyright @ 2016. Designed & Maintained by V3 </b></div></td>
</tr>
</table>
</body>
</html>
<title>Big Bazaar</title>
<style type="text/css">
<!--
body {
background-color: #c3c0bb;
}
.style1 {
color: #FFFFFF;
font-weight: bold;
}
.style2 {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: underline;
color: #0099FF;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}
-->
</style>
</head>
<body>
<td>
<div align="center">
<img src="ban.jpg" width="770" height="150" border="0"/> </div></td>
</tr>
<tr>
<td><table width="770" border="4" bgcolor="#3366CC
">
<tr>
</tr>
</table></td>
</tr>
<tr>
<td><b><font color="brown"><marquee><b><h1>Our Outlets </h1></b></marquee></b></td>
</tr>
<tr>
<td><table width="770" border="0">
<tr>
<td> </td>
<td> </td>
</tr>
<tr><td>
</td></tr>
<tr>
<td width="28"> </td>
<td width="688">
<p> <font color="red">
<b> <i> <h3>
Big Bazaar <font color="blue"> </font> , Outlets in India .</h3></p></b></i></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="770" border="0" bgcolor="504e4b">
</html>
<title>Big Bazaar</title>
<style type="text/css">
<!--
body {
background-color:
#c3c0bb;
}
.style1 {
color: #FFFFFF;
font-weight: bold;
}
.style2 {
font-size: 11px;
font-family: Arial,
Helvetica, sans-serif;
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration:
underline;
color: #0099FF;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}
-->
</style>
</head>
<body>
<table width="770" border="4" align="center" bgcolor="#FFFFFF">
<tr>
<td><div align="center">
<img src="ban.jpg" width="770" height="150" border="0"/></div></td>
</tr>
<tr>
<td>
<table width="770" border="4" bgcolor="#3366CC
">
<tr>
</tr>
</table>
</td>
</tr>
<tr>
<td><marquee><font color="grey"><b><strong><h1><center>FOR MORE INFORMATION<BR><font color="blue"><center>TOLL FREE NO : 1609 103
9679</h1></strong></b></marquee>
</td></tr>
</td>
</tr>
<tr>
<td><table width="770" border="4">
<tr>
<td> </td>
<tr>
<td width="28"> </td>
<td width="688"> <h3><b><font color="black"><center>1.Big Bazaar </font></b></h3> <p align="center"><font color="brown"><b> Big Bazaar<br>
Punjab 909992,<br>
Area- east mohali<br>
<br>
Call: 98102324281 <br>
Email – [email protected] <br>
<h3><b><font color="black"><center>2.Big Bazaar HQ</font></b></h3> <p align="center"><font color="brown"><b>Big Bazaar<br>
, New Delhi, India- 110002<br>
</b>
</p> </td>
<td width="32"> </td>
</tr>
</table></td>
</tr>
<tr>
<tr>
<td><table width="770" border="0" bgcolor="#3366CC
">
</tr>
<tr>
<td><div align="right" class="style1"><b>Copyright @ 2016. Designed & Maintained by V3 </b></div></td>
</tr>
</table>
</body>
</html>S