miércoles, 30 de septiembre de 2015

Inicio de Tablas

<html>
    <h1> Tablas </h1>
    <center><h2>Tablas de actores preferidos</h2></center>
        <table border="2" align="center">
            <thead>
                <tr>            
                    <th>Famoso</th>
                    <th>Imagen</th>   
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td> <a href="https://es.wikipedia.org/wiki/Nathan_Fillion" target="_blank">Nathan Fillion</a></td>
                    <td> <img src="download%20(2).jpg"></td>
                </tr>
                <tr>
                    <td> <a href="https://es.wikipedia.org/wiki/Jim_Parsons" target="_blank">Jim Parsons</a></td>
                    <td> <img src="download.jpg" widthg="100"></td>
                
                </tr>
                <tr>
                    <td> <a href="https://es.wikipedia.org/wiki/Johnny_Depp" target="_blank">Johnny Depp</a></td>
                    <td> <img src="depp-afp.jpg" width="275">
                                    
                </tr>
                <tr>
                    <td> <a href="https://es.wikipedia.org/wiki/Eminem" target="_blank">Marshall Bruce Mathers III</a></td>
                    <td> <img src="download%20(1).jpg" width="275"></td>
                
                
                </tr>
            </tbody>
            </table>
</html>

No hay comentarios:

Publicar un comentario