write the html coding to generate the following output
Attachments:
Answers
Answered by
1
The first html file for one.html
<html>
<head>
<title><b><marquee>BUSINESS-TO-BUSINESS<b></marquee></title>
<body bgcolor="yellow">
<p>BUSINESS-TO-BUSINESS content</p>
</head>
</html>
The second html file for two.html
<html>
<head>
<title><b><marquee>BUSINESS-TO-CONSUMER<b></marquee></title>
<body bgcolor="pink">
<p>BUSINESS-TO-CONSUMER content</p>
</head>
</html>
The Third html file for Three.html
<html>
<head>
<title><b><marquee>-CONSUMER-TO-BUSINESS<b></marquee></title>
<body bgcolor="Orange">
<p>CONSUMER-TO-BUSINESS content</p>
</head>
</html>
The fourth html file for Four.html
<html>
<head>
<title><b><marquee>-CONSUMER-TO-CONSUMER<b></marquee></title>
<body bgcolor="green">
<p>CONSUMER-TO-CONSUMER content</p>
</head>
</html>
The main html file for ecommerce.html
<html>
<head>
<title><b><marquee>E-COMMERCE<b></marquee></title>
<body bgcolor="maroon">
<img scr="copyimagepath">
<p>E-COMMERCE content</p>
<table style="border="2px solid black";width:100%;text-align:left;background-color:blue;">
<tr>
<td>Shopping card</td>
<td>Processing gateway</td>
</tr>
<tr>
<td>account</td>
<td>Digital certification</td>
</tr>
</table>
<a href="one.html"></a>
<a href="two.html"></a>
<a href="Three.html"></a>
<a href="four.html"></a>
</head>
</html>
<html>
<head>
<title><b><marquee>BUSINESS-TO-BUSINESS<b></marquee></title>
<body bgcolor="yellow">
<p>BUSINESS-TO-BUSINESS content</p>
</head>
</html>
The second html file for two.html
<html>
<head>
<title><b><marquee>BUSINESS-TO-CONSUMER<b></marquee></title>
<body bgcolor="pink">
<p>BUSINESS-TO-CONSUMER content</p>
</head>
</html>
The Third html file for Three.html
<html>
<head>
<title><b><marquee>-CONSUMER-TO-BUSINESS<b></marquee></title>
<body bgcolor="Orange">
<p>CONSUMER-TO-BUSINESS content</p>
</head>
</html>
The fourth html file for Four.html
<html>
<head>
<title><b><marquee>-CONSUMER-TO-CONSUMER<b></marquee></title>
<body bgcolor="green">
<p>CONSUMER-TO-CONSUMER content</p>
</head>
</html>
The main html file for ecommerce.html
<html>
<head>
<title><b><marquee>E-COMMERCE<b></marquee></title>
<body bgcolor="maroon">
<img scr="copyimagepath">
<p>E-COMMERCE content</p>
<table style="border="2px solid black";width:100%;text-align:left;background-color:blue;">
<tr>
<td>Shopping card</td>
<td>Processing gateway</td>
</tr>
<tr>
<td>account</td>
<td>Digital certification</td>
</tr>
</table>
<a href="one.html"></a>
<a href="two.html"></a>
<a href="Three.html"></a>
<a href="four.html"></a>
</head>
</html>
Similar questions