<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Les bases du html by </title>
      <link>https://padlet.com/laurentvergnac/xo9pe30165toa3zc</link>
      <description>formation pour grand débutant plein de motivation
</description>
      <language>en-us</language>
      <pubDate>2021-09-22 17:43:32 UTC</pubDate>
      <lastBuildDate>2023-01-19 06:09:22 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f601.png</url>
      </image>
      <item>
         <title>Document html</title>
         <author>laurentvergnac</author>
         <link>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1760780904</link>
         <description><![CDATA[<div><br><br><strong>un doc html a une strucure de base </strong><br>qui est toujours la même&nbsp; (enfin presque)&nbsp;<br><br>&lt;html&gt;<br>&nbsp; &lt;head&gt;<br>&nbsp; &lt;/head&gt;<br>&nbsp; &lt;body&gt;<br>&nbsp; &lt;/body&gt;<br>&lt;/html&gt;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-22 17:44:15 UTC</pubDate>
         <guid>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1760780904</guid>
      </item>
      <item>
         <title>document html - partie 2</title>
         <author>laurentvergnac</author>
         <link>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1760789202</link>
         <description><![CDATA[<div><strong>&lt;head&gt; </strong><br>dans un premier temps, on ne met rien dedans<br><br><strong>&lt;body&gt;</strong><br>c'est&nbsp; là qu'on va mettre des choses!</div><ul><li>du texte,</li><li>des listes</li><li>des tableaux</li><li>des images</li><li>des icônes</li><li>des formulaires (zones de saisie d'informations)</li><li>et bien d'autres</li><li>des liens vers d'autres pages /sites&nbsp;</li><li>des documents à télécharger</li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-22 17:47:38 UTC</pubDate>
         <guid>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1760789202</guid>
      </item>
      <item>
         <title>On va créer un tableau</title>
         <author>laurentvergnac</author>
         <link>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1760791902</link>
         <description><![CDATA[<div>Pour un tableau donné on a : <br>- le tableau,<br>- les lignes,<br>- les cellules,<br>en html, c'est défini par les balises <br><strong>&lt;table&gt;</strong><br><strong>&lt;tr&gt;</strong><br><strong>&lt;td&gt;</strong><br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1342537173/d7c8388ffb081264d36a2f5f9e386984/03_tableau.txt" />
         <pubDate>2021-09-22 17:48:47 UTC</pubDate>
         <guid>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1760791902</guid>
      </item>
      <item>
         <title>On va améliorer le tableau</title>
         <author>laurentvergnac</author>
         <link>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1760825759</link>
         <description><![CDATA[<div>En lui ajoutant des bordures :<br><br>-&gt; autour du tableau lui même&nbsp;<br>&lt;td style='border:solid 3px black;'&gt;<br><br>-&gt; autour de chaque cellule<br>&lt;td style='border:solid thin black;'&gt;	<br><br><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1342537173/ae7f4f1aaa2abc6aedb70f71c8dd225e/03_tableau_02.txt" />
         <pubDate>2021-09-22 18:02:10 UTC</pubDate>
         <guid>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1760825759</guid>
      </item>
      <item>
         <title>Exercice : </title>
         <author>laurentvergnac</author>
         <link>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1760839014</link>
         <description><![CDATA[<div><strong>Q1 </strong>: quelle balise correspond à une ligne d'un tableau dans le code html ?<br><strong>Q2 </strong>:quelle balise correspond à une cellule (=une case) d'un tableau dans le code html ? <br><strong>ex1 </strong>: ajouter 2 lignes au tableau &nbsp;</div>]]></description>
         <enclosure url="https://quizizz.com/admin/quiz/614b74056680b0001ee3bf03" />
         <pubDate>2021-09-22 18:07:59 UTC</pubDate>
         <guid>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1760839014</guid>
      </item>
      <item>
         <title>et quoi d&#39;autre comme personnalisation du tableau?</title>
         <author>laurentvergnac</author>
         <link>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1760870363</link>
         <description><![CDATA[<div>On peut personnaliser le tableau en ajoutant, ou modifiant les règles de style,&nbsp; ç-a-d en agissant à l'intérieur de l'attribut style<br>style=" &nbsp; ..on personnalise ici ... "<br><br>- style de bordure:</div><ul><li>&nbsp;<strong>border: solid 2px blue;&nbsp;</strong></li><li><strong>&nbsp;border: dotted 1px red;&nbsp;</strong></li><li><strong>&nbsp;border: dashed 2px green;&nbsp;</strong></li></ul><div><br></div><div>-&nbsp; taille d'une cellule, ou du tableau&nbsp; (largeur et hauteur)</div><ul><li><strong>width:250px;</strong></li><li><strong>height:40px;</strong></li></ul><div><br>- la couleur de fond de la cellule:</div><ul><li><strong>background-color:yellow</strong></li></ul><div><br></div><div>- supprimer l' espace entre les cellules<br>(ça s'applique sur la balise &lt;table&gt;)</div><ul><li><strong>border-collapse:collapse;</strong></li></ul><div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-22 18:21:07 UTC</pubDate>
         <guid>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1760870363</guid>
      </item>
      <item>
         <title>les liens hypertexte</title>
         <author>laurentvergnac</author>
         <link>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1775854362</link>
         <description><![CDATA[<div>Pour créer un lien vers une autre page :<br>on utilise la balise <strong>&lt;a&gt;</strong><br>avec l'attribut <strong>href </strong>qui correspond à la page qu'on veut atteindre<br><br>exemple:<br>&lt;a href="https://google.fr"&gt;recherche&lt;/a&gt;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-28 20:12:06 UTC</pubDate>
         <guid>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1775854362</guid>
      </item>
      <item>
         <title>inclure un fichier javascript et du css</title>
         <author>laurentvergnac</author>
         <link>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1870531586</link>
         <description><![CDATA[<div>Dans le fichier html , dans le &lt;head&gt; on va ajouter :<br><br>pour je javascript :<br>&lt;<strong>script </strong>type="text/javascript" src="nomdufichier.js"&gt;&lt;/<strong>script</strong>&gt;<br><br>pour le css<br>&lt;<strong>link</strong> rel="text/stylesheet" href="nomdufichier.css" /&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-05 17:39:37 UTC</pubDate>
         <guid>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1870531586</guid>
      </item>
      <item>
         <title>document html - partie4</title>
         <author>laurentvergnac</author>
         <link>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1873155508</link>
         <description><![CDATA[<div><strong>et on y ajoute enfin des informations techniques</strong></div><ul><li>la langue employée</li><li>charset (= encodage des caracteres)</li><li>et doctype (= pour la compatibilite anciens navigateurs )</li></ul><div><br>ça donne :<br><br>&lt;!DOCTYPE html&gt;<br>&lt;html lang="fr"&gt;<br>&nbsp; &lt;head&gt;<br>&nbsp; &nbsp; &nbsp;&lt;title&gt;StringArt Maker&lt;/title&gt;<br>&nbsp; &nbsp; &nbsp;&lt;meta name="description" content="Sla decription de la page"&gt;&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp;&lt;meta name="author" content="MizeBest"&gt;&nbsp;<br>&nbsp; &nbsp; &nbsp;&lt;meta http-equiv="content-type" content="text/html; charset=UTF-8"&gt;<br>&nbsp; &nbsp; &nbsp;&lt;meta charset="utf-8"&gt; &nbsp;<br>&nbsp; &lt;/head&gt;<br>&nbsp; &lt;body&gt;<br>&nbsp; &lt;/body&gt;<br>&lt;/html&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-07 18:05:08 UTC</pubDate>
         <guid>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1873155508</guid>
      </item>
      <item>
         <title>document html - partie 3</title>
         <author>laurentvergnac</author>
         <link>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1873156985</link>
         <description><![CDATA[<div><strong>on y ajoute toutfois quelques infos utiles</strong></div><ul><li>la description de la page&nbsp;<strong>&lt;meta ...&gt;</strong></li><li>l'auteur <strong>&lt;meta ...&gt;</strong></li><li>le titre!&nbsp; <strong>&lt;title&gt;&nbsp;</strong></li></ul><div>&lt;html&gt;<br>&nbsp; &lt;head&gt;<br>&nbsp; &nbsp; &nbsp;&lt;title&gt;StringArt Maker&lt;/title&gt;<br>&nbsp; &nbsp; &nbsp;&lt;meta name="description" content="Sla decription de la page"&gt;&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp;&lt;meta name="author" content="MizeBest"&gt;&nbsp;<br>&nbsp; &lt;/head&gt;<br>&nbsp; &lt;body&gt;<br>&nbsp; &lt;/body&gt;<br>&lt;/html&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-11-07 18:06:11 UTC</pubDate>
         <guid>https://padlet.com/laurentvergnac/xo9pe30165toa3zc/wish/1873156985</guid>
      </item>
   </channel>
</rss>
