How can I frame all the product pictures with a frame

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

html:


<!DOCTYPE html>
<html lang="en">
<head>
<metacharset="UTF-8">
<metaname="viewport"content="width=device-width, initial-scale=1.0">
<linkrel="stylesheet"href="all.css">
<title>dlasl shop</title>
</head>
<body>
<hr>
<sectionclass="container-1">

<h2>.:: 1111111 ::.</h2>

<tableclass="product1">
<tr>
<td><imgclass="items"src="images/1/1 (1).jpg"alt=item1"></td>
<td><imgclass="items"src="images/1/1 (2).jpg"alt="item 2"></td>
<td><imgclass="items"src="images/1/1 (3).jpg"alt="item3"></td>
</tr>

<trclass="td-name">
<td>shelf 1</td>
<td>shelf 1</td>
<td>shelf 1</td>
</tr>

<trclass="td-desc">
<td>qwe</td>
<td>rte</td>
<td>zxcw</td>
</tr>

<trclass="td-desc">
<td><ahref="Order.html"><span>$96.99</span></a></td>
<td><ahref="Order.html"><span>$99.99</span></a></td>
<td><ahref="Order.html"><span>$119.99</span></a></td>
</tr>
 
<!-- Second Row of Proucts -->
<tr>
<td><imgclass="items"src="images/1/1 (4).jpg"alt="item 6"></td>
<td><imgclass="items"src="images/1/1 (5).jpg"alt="items 5"></td>
<td><imgclass="items"src="images/1/1 (6).jpg"alt="items 4"></td>
</tr>

<trclass="td-name">
<td>4</td>
<td>it5</td>
<td>it6</td>
</tr>

<trclass="td-desc">
<td>uj</td>
<td>items </td>
<td>ede</td>
</tr>

<trclass="td-desc">
<td><ahref="Order.html"><span>$9</span></a></td>
<td><ahref="Order.html"><span>$55</span></a></td>
<td><ahref="Order.html"><span>$65</span></a></td>
</tr>

<!-- Third Row of Proucts -->
<tr>
<td><imgclass="items"src="images/1/1 (7).jpg"alt="www"></td>
<td><imgclass="items"src="images/1/1 (8).jpg"alt="nnn"></td>
<td><imgclass="items"src="images/1/1 (9).jpg"alt="ook"></td>
</tr>

<trclass="td-name">
<td>shelf 1</td>
<td>shelf 1</td>
<td>>shelf 1</td>
</tr>

<trclass="td-desc">
<td>99</td>
<td>ttg</td>
<td>xxxc</td>
</tr>

<trclass="td-desc">
<td><ahref="Order.html"><span>$79</span></a></td>
<td><ahref="Order.html"><span>$6</span></a></td>
<td><ahref="Order.html"><span>$47</span></a></td>
</tr>

</table>
</section>

</body>
</html>
css:
items {
width:15vw;
margin:0;
padding:30px;
}

.items:hover {
cursor:pointer;
transform:scale(1.4);
transition:transform.5sease;
}

.table-products {
border-spacing:13px;
margin-left:auto;
margin-right:auto;
width:68%;
}

.td-name {
font-family:'Ubuntu Mono', monospace;
font-size:large;
text-align:center;
}

.td-desc {
font-family:'Major Mono Display', monospace;
font-size:1em;
text-align:center;
}

td a {
text-decoration:none;
}

td a:hover {
text-decoration:underline;
}

span {
color:rgb(176, 10, 10)
}

-------------
it shows like the picture
 
How can I frame all the product pictures with a frame
HUME
ISHU
.:: 1111111
:: .
巧克力市司rowD
shelf 1
shelf 1
shelf 1
ZXCW
$119.99
QWE
RTE
$96.99
$99.99
國園秋季饮食攻略
Transcribed Image Text:HUME ISHU .:: 1111111 :: . 巧克力市司rowD shelf 1 shelf 1 shelf 1 ZXCW $119.99 QWE RTE $96.99 $99.99 國園秋季饮食攻略
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Processes of 3D Graphics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education