You are on page 1of 1

<!

DOCTYPE html>
<html>
<head>
<title>
My Portfolio
</title>
<style>
.box50{
width:50px;
height:50px;
border: 1px 1px 1px 1px;
border-color: #d9d9d9;

}
</style>
</head>

<body>
<table>
<tr>
<div class=.box50>
<i>Picture</i>
</div>
</tr>
</table>
</body>
</html>

You might also like