Inserir una taula al sites

1. Dins del menu insereix anirem a insereix codi i engatxarem el següent codi.

<table xmlns="http://www.w3.org/1999/xhtml" cellpadding="1" cellspacing="1" style="margin-top:1em;margin-bottom:1em;font-family:sans-serif;font-size:14px;background-color:rgb(248,249,250);color:rgb(34,34,34);border:1px solid rgb(162,169,177);border-collapse:collapse" data-table-local-id="table-2">

<tbody>

<tr>

<th style="text-align:center;background-color:rgb(234,236,240);border-right:1px solid rgb(162,169,177);border-bottom:1px solid rgb(162,169,177);border-left:1px solid rgb(162,169,177);border-top-color:rgb(162,169,177);padding:0.2em 0.4em">

<font style="vertical-align:inherit">

<font style="vertical-align:inherit">Web</font>

</font>

</th>

<td style="border:1px solid rgb(162,169,177);padding:0.2em 0.4em">

<font style="vertical-align:inherit">

<font style="vertical-align:inherit">www.youtube.com</font>

</font>

</td>

</tr>

<tr>

</tbody>

</table>

2. Podem substituir qualsevol paraula en negreta pel següent codi:

<A HREF="https://www.youtube.com"> Youtube </A>

De manera que podem ficar un element enllaçat a una pàgina web dins la taula

3. Aquests són els ressultats:

1.

2.