erreur code html

Par xituxo, il y a 4 ans


Les bases HTML/CSS

Bonjour
Ce code afiche des erreurs
l element table nécessite une balise a la fin
comment metres les balises
<tbody>
<tr>
<td align="CENTER">
<table style="margin-right: auto; margin-left: auto;" width="817" height="524">
<tbody>
<tr>
<td> <br />
<table style="border-radius: 20px; box-shadow: 0px 0px 10px 0px #000; background-image: url('http://ekladata.com/ufIo5aXiVpNLD00V7ST7jWLIQog/or-brillant-13or.gif'); background-color: #5c3d20;" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 2px;">
<table style="border-radius: 20px; box-shadow: inset 0px 0px 20px 10px #4d331b; background-image: url('https://www.ensta-bretagne.fr/sites/default/files/2019-06/sous-la-mer.jpg');" cellspacing="0" cellpadding="0" width="800" height="456">
<tbody>
<tr>
<td style="padding: 35px;">
<table style="border: 0px double #00fe39; box-shadow: 0px 0px 10px #000; background-image: url('http://ekladata.com/uR6pwbceeHIh3gqYcl-pdaD-N1Q/MER2.jpg');" cellspacing="0" cellpadding="0" width="727" height="359">
<tbody>
<tr>
<td style="padding: 5px;">
<table style="border: 4px double #3b2008; background-image: url('\'');" cellspacing="0" cellpadding="0" width="715" height="342">
<tbody>
<tr>
<td style="padding: 20px;" align="center">
<p><span style="font-size: 14pt; font-family: 'comic sans ms'">
<head>
<style>
img {
border: 5px solid #555;
}
</style>
</head>
<body>

    <h2>title</h2>
    <p>comentaires</p>

    <img src="https://cdn.futura-sciences.com/buildsv6/images/wide1920/6/5/2/652a7adb1b_98148_01-intro-773.jpg" alt="Snow" style="width:150px">

</body>  

</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>                                                                    
</tbody>
</table>
</td>
</tr>
</tbody>
</table>

Entourez votre code en utilisant "```" pour bien le mettre en forme. (ne copiez pas trop de code)

Décrivez ce que vous cherchez à obtenir.

Ce que j'obtiens

Décrivez vos éventuelles erreurs ou ce que vous obtenez à la place de ce que vous attendez :(

3 réponses

popotte, il y a 4 ans

Salut :)

Bon déjà je reposte ton code en propre et ensuite je réponds ^^'

<tbody> <tr> <td align="CENTER"> <table style="margin-right: auto; margin-left: auto;" width="817" height="524"> <tbody> <tr> <td> <br /> <table style="border-radius: 20px; box-shadow: 0px 0px 10px 0px #000; background-image: url('http://ekladata.com/ufIo5aXiVpNLD00V7ST7jWLIQog/or-brillant-13or.gif'); background-color: #5c3d20;" cellspacing="0" cellpadding="0"> <tbody> <tr> <td style="padding: 2px;"> <table style="border-radius: 20px; box-shadow: inset 0px 0px 20px 10px #4d331b; background-image: url('https://www.ensta-bretagne.fr/sites/default/files/2019-06/sous-la-mer.jpg');" cellspacing="0" cellpadding="0" width="800" height="456"> <tbody> <tr> <td style="padding: 35px;"> <table style="border: 0px double #00fe39; box-shadow: 0px 0px 10px #000; background-image: url('http://ekladata.com/uR6pwbceeHIh3gqYcl-pdaD-N1Q/MER2.jpg');" cellspacing="0" cellpadding="0" width="727" height="359"> <tbody> <tr> <td style="padding: 5px;"> <table style="border: 4px double #3b2008; background-image: url('\'');" cellspacing="0" cellpadding="0" width="715" height="342"> <tbody> <tr> <td style="padding: 20px;" align="center"> <p><span style="font-size: 14pt; font-family: 'comic sans ms'"> <head> <style> img { border: 5px solid #555; } </style> </head> <body> <h2>title</h2> <p>comentaires</p> <img src="https://cdn.futura-sciences.com/buildsv6/images/wide1920/6/5/2/652a7adb1b_98148_01-intro-773.jpg" alt="Snow" style="width:150px"> </body> </td> </tr> </tbody> </table> </td> </tr> </tbody> </tbody> <!-- Wate ? --> </table> </td> </tr> </tbody> </table>
popotte, il y a 4 ans

ok alors pour faire simple, il te manque plein de balises de fin ^^'

il te manques les fermetures de ces balises:

<tbody> <tr> <td align="CENTER"> <table style="margin-right: auto; margin-left: auto;" width="817" height="524"> <tbody> <tr> <td> <br /> <table style="border-radius: 20px; box-shadow: 0px 0px 10px 0px #000; background-image: url('http://ekladata.com/ufIo5aXiVpNLD00V7ST7jWLIQog/or-brillant-13or.gif'); background-color: #5c3d20;" cellspacing="0" cellpadding="0"> <tbody> <tr> <td style="padding: 2px;">

Ah et vers la fin tu as deux fois tbody, et y'en a un en trop :o

xituxo, il y a 4 ans

Merci
je vais corriger