Bonjour, j'essaye de créer deux carré l'un à côté de l'autre mais j'ai un problème au niveaude mon code html. Help ! Voici le code ci après.
Merci par avance pour votre aide.
<html>
<head>
< méta name ="Generator" content =" freshhtml v3.70"></meta>
</head>
<body >
<div class="carre">
<table border="5" height="250" width="250" display=inline float=left>
<tr>
<td>1 </td> <div class="carre">
<table border ="5" height="250" width="250" display =inline float=right>
<td>2 </td> </table>
</tr>
</body>
</html>
Merci par avance pour votre aide.
<html>
<head>
< méta name ="Generator" content =" freshhtml v3.70"></meta>
</head>
<body >
<div class="carre">
<table border="5" height="250" width="250" display=inline float=left>
<tr>
<td>1 </td> <div class="carre">
<table border ="5" height="250" width="250" display =inline float=right>
<td>2 </td> </table>
</tr>
</body>
</html>