Advertisement
renancunha33

Facelet

Jul 7th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.07 KB | None | 0 0
  1. <?xml version='1.0' encoding='UTF-8' ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4.      xmlns:h="http://xmlns.jcp.org/jsf/html">
  5.     <h:head>
  6.         <title>Facelet </title>
  7.     </h:head>
  8.     <h:body>
  9.         <h1><center>Integrantes do grupo:</center></h1>
  10.         <center>
  11.             <table style="text-align: center">
  12.                 <tr>
  13.                     <td>
  14.                       <img src="arthur.jpg" alt="" width="300px" height="300px"/><br/><b>Arthur Henrique</b>
  15.                     </td>
  16.                     <td>
  17.                         <img src="renan.jpg" alt="" width="300px" height="300px"/><br/><b>Renan Cunha </b>
  18.                     </td>
  19.                     <td>
  20.                         <img src="sergio.jpg" alt="" width="300px" height="300px"/><br/><b>Sergio Rableo </b>
  21.                     </td>
  22.                 </tr>
  23.             </table>
  24.  
  25.         </center>
  26.     </h:body>
  27. </html>
  28.  
  29. //Arquivos jpg estavam no projeto original
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement