Create with Html Webpage with circle Images and name underneath(example HTML)

Started by branx86, September 25, 2015, 03:49:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

branx86

<!DOCTYPE HTML>
<html lang="en-US">
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">   
  <title>Phone Ext. Photo Gallery</title>
 
  <style type="text/css">
#circle

{


border-radius:50% 50% 50% 50%; 


width:100px;


height:100px;




}




  </style>
</head>
<body>

<table width="400" border="0" cellpadding="5">

<tr>

<td align="center" valign="center">
<img src="file:///C:\Users\brobertson.HOUSHUCORP\Pictures\IMG_4066.JPG"id="circle"" alt="description here" />


Bon Ron
</td>



</tr>

</table>




</body>
</html>