Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
132 changes: 72 additions & 60 deletions AmazonHome.html
Original file line number Diff line number Diff line change
@@ -1,71 +1,83 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Shopping | Amazon</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<table frame="void" border="1" width="800" align="center" cellspacing="20" cellpadding="20">
<tr height="50" align="center">
<td>
<img src="Images/head.PNG" width="800" height="50">
</td>
</tr>
<tr bgcolor="maroon" align="center">
<td><b><font color="white" size="4">Offered Products</font></b></td>
</tr>
<tr>
<td>
<table rules="all" width="800" align="center">
<tr>
<td>
<table cellspacing="10" cellpadding="10" align="center">
<tr bgcolor="yellow">
<td align="center">Samsung TV</td>
</tr>
<tr>
<td align="center">
<img src="Images/tv.jpg" width="200" height="200">
</td>
</tr>
<tr bgcolor="lightgreen">
<td align="center">&#8377; 45,000.56 /-</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10" cellpadding="10" align="center">
<tr bgcolor="yellow">
<td align="center">Mobile</td>
</tr>

<div class="conatiner-fluid">
<div class="conatiner">
<div class="row">
<div class="col-md-12">
<table frame="void" border="1" width="800" align="center" cellspacing="20" cellpadding="20">
<tr height="50" align="center">
<td>
<img src="Images/head.PNG" width="800" height="50">
</td>
</tr>
<tr bgcolor="maroon" align="center">
<td><b><font color="white" size="4">Offered Products</font></b></td>
</tr>
<tr>
<td>
<table rules="all" width="800" align="center">
<tr>
<td align="center">
<img src="Images/mobile.jpg" width="200" height="200">
<td>
<table cellspacing="10" cellpadding="10" align="center">
<tr bgcolor="yellow">
<td align="center">Samsung TV</td>
</tr>
<tr>
<td align="center">
<img src="Images/tv.jpg" width="200" height="200">
</td>
</tr>
<tr bgcolor="lightgreen">
<td align="center">&#8377; 45,000.56 /-</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="lightgreen">
<td align="center">&#8377; 15,000.56 /-</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10" cellpadding="10" align="center">
<tr bgcolor="yellow">
<td align="center">Nike Casuals</td>
</tr>
<tr>
<td align="center">
<img src="Images/shoe.jpg" width="200" height="200">
<td>
<table cellspacing="10" cellpadding="10" align="center">
<tr bgcolor="yellow">
<td align="center">Mobile</td>
</tr>
<tr>
<td align="center">
<img src="Images/mobile.jpg" width="200" height="200">
</td>
</tr>
<tr bgcolor="lightgreen">
<td align="center">&#8377; 15,000.56 /-</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10" cellpadding="10" align="center">
<tr bgcolor="yellow">
<td align="center">Nike Casuals</td>
</tr>
<tr>
<td align="center">
<img src="Images/shoe.jpg" width="200" height="200">
</td>
</tr>
<tr bgcolor="lightgreen">
<td align="center">&#8377; 5,000.56 /-</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="lightgreen">
<td align="center">&#8377; 5,000.56 /-</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</table>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>

</body>
</html>
</html>
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
WebDevelopment-11AM
Among Web professionals, "Web development" usually refers to the main non-design aspects of building Web sites: writing markup and coding.[2] Web development may use content management systems (CMS) to make content changes easier and available with basic technical skills.

For larger organizations and businesses, Web development teams can consist of hundreds of people (Web developers) and follow standard methods like Agile methodologies while developing Web sites. Smaller organizations may only require a single permanent or contracting developer, or secondary assignment to related job positions such as a graphic designer or information systems technician. Web development may be a collaborative effort between departments rather than the domain of a designated department. There are three kinds of Web developer specialization: front-end developer, back-end developer, and full-stack developer. Front-end developers are responsible for behavior and visuals that run in the user browser, while back-end developers deal with the server.