{"id":1075,"date":"2020-02-02T22:26:22","date_gmt":"2020-02-02T21:26:22","guid":{"rendered":"http:\/\/labodemaths.fr\/WordPress3\/?p=1075"},"modified":"2020-09-09T19:23:36","modified_gmt":"2020-09-09T17:23:36","slug":"snt-tp-note-htmlcss","status":"publish","type":"post","link":"https:\/\/labodemaths.fr\/WordPress3\/snt-tp-note-htmlcss\/","title":{"rendered":"SNT : TP not\u00e9 HTML,CSS"},"content":{"rendered":"\n<h3>1. Mise en place du dossier : 3 points<\/h3>\n\n\n\n<p>Les points 1 \u00e0 6 doivent vous amener \u00e0 avoir un r\u00e9sultat similaire \u00e0 :<br><a href=\"http:\/\/labodemaths.fr\/snt\/7_familles\/index.html\">http:\/\/labodemaths.fr\/snt\/7_familles\/index.html<\/a><\/p>\n\n\n\n<p>Cr\u00e9er un dossier \u00ab\u00a07_familles\u00a0\u00bb dans votre espace personnel.<br>Votre dossier devra contenir :<br>&#8211; 1 fichier html nomm\u00e9 \u00ab\u00a0Al-Khwarizmi\u00a0\u00bb,<br>&#8211; 1 fichier html nomm\u00e9 \u00ab\u00a0index\u00a0\u00bb,<br>&#8211; 1 fichier css nomm\u00e9 \u00ab\u00a0style\u00a0\u00bb,<br>&#8211; 1 fichier css nomm\u00e9 \u00ab\u00a0style-biographie\u00a0\u00bb.<br>&#8211; 1 dossier \u00ab\u00a0images\u00a0\u00bb<br>Ces fichiers seront vides pour l&rsquo;instant.<br>Votre dossier doit ressembler \u00e0 :<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" src=\"https:\/\/labodemaths.fr\/WordPress3\/wp-content\/uploads\/2020\/02\/Capture-d\u2019e\u0301cran-2020-02-02-a\u0300-16.05.58.png\" alt=\"\" class=\"wp-image-1076\" width=\"365\" height=\"285\" srcset=\"https:\/\/labodemaths.fr\/WordPress3\/wp-content\/uploads\/2020\/02\/Capture-d\u2019e\u0301cran-2020-02-02-a\u0300-16.05.58.png 734w, https:\/\/labodemaths.fr\/WordPress3\/wp-content\/uploads\/2020\/02\/Capture-d\u2019e\u0301cran-2020-02-02-a\u0300-16.05.58-300x235.png 300w\" sizes=\"(max-width: 365px) 100vw, 365px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" src=\"https:\/\/labodemaths.fr\/WordPress3\/wp-content\/uploads\/2020\/02\/Capture-d\u2019e\u0301cran-2020-02-02-a\u0300-16.06.33.png\" alt=\"\" class=\"wp-image-1077\" width=\"375\" height=\"107\" srcset=\"https:\/\/labodemaths.fr\/WordPress3\/wp-content\/uploads\/2020\/02\/Capture-d\u2019e\u0301cran-2020-02-02-a\u0300-16.06.33.png 998w, https:\/\/labodemaths.fr\/WordPress3\/wp-content\/uploads\/2020\/02\/Capture-d\u2019e\u0301cran-2020-02-02-a\u0300-16.06.33-300x85.png 300w, https:\/\/labodemaths.fr\/WordPress3\/wp-content\/uploads\/2020\/02\/Capture-d\u2019e\u0301cran-2020-02-02-a\u0300-16.06.33-768x219.png 768w\" sizes=\"(max-width: 375px) 100vw, 375px\" \/><\/figure>\n\n\n\n<h3>2. Placer une image dans votre sous-dossier \u00ab\u00a0images\u00a0\u00bb : 1 pt <\/h3>\n\n\n\n<p>T\u00e9l\u00e9charger l&rsquo;image ci-dessous et la placer dans votre sous-dossier \u00ab\u00a0images\u00a0\u00bb<\/p>\n\n\n\n<div class=\"wp-block-file\"><a href=\"https:\/\/labodemaths.fr\/WordPress3\/wp-content\/uploads\/2020\/02\/al-khwarizmi.png\">al-khwarizmi<\/a><a href=\"https:\/\/labodemaths.fr\/WordPress3\/wp-content\/uploads\/2020\/02\/al-khwarizmi.png\" class=\"wp-block-file__button\" download>T\u00e9l\u00e9charger<\/a><\/div>\n\n\n\n<p>Vous devez avoir \u00e0 pr\u00e9sent :<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" src=\"https:\/\/labodemaths.fr\/WordPress3\/wp-content\/uploads\/2020\/02\/Capture-d\u2019e\u0301cran-2020-02-02-a\u0300-16.11.27.png\" alt=\"\" class=\"wp-image-1079\" width=\"322\" height=\"197\" srcset=\"https:\/\/labodemaths.fr\/WordPress3\/wp-content\/uploads\/2020\/02\/Capture-d\u2019e\u0301cran-2020-02-02-a\u0300-16.11.27.png 658w, https:\/\/labodemaths.fr\/WordPress3\/wp-content\/uploads\/2020\/02\/Capture-d\u2019e\u0301cran-2020-02-02-a\u0300-16.11.27-300x183.png 300w\" sizes=\"(max-width: 322px) 100vw, 322px\" \/><\/figure>\n\n\n\n<h3>3. Mise en place de la page index.html ( 2 pts )<\/h3>\n\n\n\n<p><strong>Copier-coller le code suivant dans la page index.html et enregistrer la  ( 1 pt ) :<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\n&lt;html lang=\"fr\" >\n&lt;head>\n  &lt;meta charset=\"UTF-8\">\n&lt;link rel=\"stylesheet\" href=\"style.css\">\n&lt;link href=\"https:\/\/fonts.googleapis.com\/css?family=Roboto&amp;display=swap\" rel=\"stylesheet\">\n    \n  &lt;title>&lt;\/title>\n&lt;\/head>\n&lt;body>\n    &lt;header>Le jeu des 7 familles en informatique.\n        &lt;br>\n    Inspir\u00e9 de :&lt;br>\n &lt;a  href=\"https:\/\/interstices.info\/dossier\/7-familles-de-linformatique\/\" target=\"_blank\">https:\/\/interstices.info\/dossier\/7-familles-de-linformatique\/&lt;\/a>\n&lt;\/header>\n    &lt;section>\n        &lt;h1>Algorithme &amp; programmation&lt;\/h1>\n        &lt;article>\n            &lt;img src=\"images\/al-khwarizmi.png\" style=\"width:100%;\">\n        &lt;a href=\"Al-Khwarizmi.html\">Al-Khwarizmi&lt;\/a>\n        &lt;\/article>\n        &lt;article>\n        &lt;h2>Ada Lovelace&lt;\/h2>\n            &lt;\/article>\n        &lt;article>\n        &lt;h2>Grace Hopper&lt;\/h2>\n            &lt;\/article>\n        &lt;article>\n        &lt;h2>Dorothy Vaughan&lt;\/h2>\n            &lt;\/article>\n        &lt;article>\n        &lt;h2>Gilles Kahn&lt;\/h2>\n        &lt;\/article>\n        &lt;article>\n        &lt;h2>G\u00e9rard Berry&lt;\/h2>\n        &lt;\/article>\n    &lt;\/section>\n    &lt;section>\n        &lt;h1>Math\u00e9matiques &amp; Informatique &lt;\/h1>\n        &lt;article>\n        &lt;h2>Hypatie d\u2019Alexandrie&lt;\/h2>\n            &lt;\/article>\n        &lt;article>\n        &lt;h2>George Boole&lt;\/h2>\n            &lt;\/article>\n        &lt;article>\n        &lt;h2>Alonzo Church&lt;\/h2>\n            &lt;\/article>\n        &lt;article>\n        &lt;h2>Jacques-Louis Lions&lt;\/h2>\n             &lt;\/article>\n        &lt;article>\n        &lt;h2>Ingrid Daubechies&lt;\/h2>\n             &lt;\/article>\n        &lt;article>\n        &lt;h2>Jocelyne Troccaz&lt;\/h2>\n            &lt;\/article>\n    &lt;\/section>\n&lt;section>\n        &lt;h1>S\u00e9curit\u00e9 &amp; confidentialit\u00e9&lt;\/h1>\n        &lt;article>\n        &lt;h2>Jules C\u00e9sar&lt;\/h2>\n            &lt;\/article>\n        &lt;article>\n        &lt;h2>Al-Kindi&lt;\/h2>\n            &lt;\/article>\n        &lt;article>\n        &lt;h2>Whitfield Diffie et Martin Hellman&lt;\/h2>\n            &lt;\/article>\n        &lt;article>\n        &lt;h2>Ron Rivest, Adi Shamir et Leonard Adleman (RSA)&lt;\/h2>\n            &lt;\/article>\n        &lt;article>\n        &lt;h2>Shafi Goldwasser&lt;\/h2>\n             &lt;\/article>\n        &lt;article>\n        &lt;h2>Cynthia Dwork&lt;\/h2>\n        &lt;\/article>\n    &lt;\/section>\n&lt;section>\n        &lt;h1>Syst\u00e8mes &amp; r\u00e9seaux&lt;\/h1>\n        &lt;article>\n        &lt;h2>Alexander Graham Bell&lt;\/h2>\n            &lt;\/article>\n        &lt;article>\n        &lt;h2>Claude Shannon&lt;\/h2>\n            &lt;\/article>\n        &lt;article>\n        &lt;h2>Vinton Cerf&lt;\/h2>\n            &lt;\/article>\n        &lt;article>\n        &lt;h2>Tim Berners-Lee&lt;\/h2>\n            &lt;\/article>\n        &lt;article>\n        &lt;h2>Pascale Vicat-Blanc&lt;\/h2>\n             &lt;\/article>\n        &lt;article>\n        &lt;h2>Anne-Marie Kermarrec&lt;\/h2>\n        &lt;\/article>\n    &lt;\/section>\n    &lt;footer>\n        Avec l'aimable autorisation de l'Inria pour la r\u00e9utilisation des textes et images.\n\n    &lt;\/footer>\n&lt;\/body>\n&lt;\/html><\/code><\/pre>\n\n\n\n<p><strong>Modifier le footer pour remplacer le contenu par votre nom et pr\u00e9nom.<\/strong><\/p>\n\n\n\n<h3>4. Mise en place de la page style.css ( 1 pt )<\/h3>\n\n\n\n<p><strong>Copier-coller le code suivant dans votre page style.css et enregistrer la.<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>body {\n    background-color: white;\n    font-family: 'Roboto', sans-serif;\n}\n\nheader {\n    color: rgb(91, 158, 226);\n    font-size: 30px;\n    padding-left: 10px;\n    padding-top: 10px;\n    border-bottom-style: solid;\n    border-bottom-color: red;\n    padding-bottom: 20px;\n}\nheader a {\n    font-size: 15px;\n}\n\nsection {\n    display: flex;\n    flex-direction: row;\n    flex-wrap: wrap;\n    justify-content: space-between;\n    margin-bottom: 10px;\n    \n}\n\nh1 {\n    font-family: 'Roboto', sans-serif;\n    width: 100%;\n    font-size: 20px;\n}\narticle {\n    width: 10%;\n    text-align: center;\n    border-style: solid;\n    border-color: red;\n}\n\na {\n  outline: none;\n  text-decoration: none;\n  padding: 2px 1px 0;\n}\n\na:link {\n  color: #265301;\n}\n\na:visited {\n  color: #437A16;\n}\n\na:focus {\n  border-bottom: 1px solid;\n  background: #BAE498;\n}\n\na:hover {\n  border-bottom: 1px solid;     \n  background: #CDFEAA;\n}\n\na:active {\n  background: #265301;\n  color: #CDFEAA;\n}<\/code><\/pre>\n\n\n\n<h3>5. Mise en place de la page Al-Khwarizmi.html ( 1 pt )<\/h3>\n\n\n\n<p><strong>Copier-coller le code suivant dans la page Al-Khwarizmi.html et enregistrer la.<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\n&lt;!DOCTYPE html>\n&lt;html lang=\"fr\" >\n&lt;head>\n  &lt;meta charset=\"UTF-8\">\n&lt;link rel=\"stylesheet\" href=\"style-biographie.css\">\n&lt;link href=\"https:\/\/fonts.googleapis.com\/css?family=Roboto&amp;display=swap\" rel=\"stylesheet\">\n    \n  &lt;title>AL-Kwarizmi&lt;\/title>\n&lt;\/head>\n&lt;body>\n    &lt;header>Al-Khwarizmi\n&lt;\/header>\n        &lt;h1>vers 780 \u2013 vers 850&lt;\/h1>\n        &lt;article id=\"AL-Kwarizmi\">\n            &lt;p>\n            Math\u00e9maticien persan du IXe si\u00e8cle. Pour aider ses contemporains, ce sage a \u00e9crit un livre regroupant des m\u00e9thodes claires, \u00e0 suivre pas \u00e0 pas, pour r\u00e9soudre des probl\u00e8mes math\u00e9matiques. De plus, le titre de ce livre contient l\u2019expression \u00ab Al Jabr \u00bb (lisez-le \u00e0 haute voix) ce qui explique que son nom soit associ\u00e9 \u00e0 l\u2019arriv\u00e9e de l\u2019alg\u00e8bre en Europe. Son nom fut traduit par Algoritmi en latin.\n            &lt;\/br>\nBref, avec Al-Khwarizmi, on voit appara\u00eetre des algorithmes complexes !&lt;\/p>\n            \n        &lt;\/article>\n    &lt;a href=\"index.html\">Retour&lt;\/a>\n        \n   \n&lt;\/body>\n&lt;\/html><\/code><\/pre>\n\n\n\n<h3>6. Mise en place de la page style-biographie.css ( 1 pt )<\/h3>\n\n\n\n<p><strong>Copier-coller le code suivant dans la page <\/strong>style-biographie.css<strong> et enregistrer la.<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>body {\n    background-color: white;\n    font-family: 'Roboto', sans-serif;\n}\n\nheader {\n    color: rgb(91, 158, 226);\n    font-size: 30px;\n    min-height: 100px;\n    padding-left: 10px;\n    padding-top: 10px;\n    border-bottom-style: solid;\n    border-bottom-color: red;\n}\n\narticle {\n    background-image: url(images\/al-khwarizmi.png);\n    background-repeat: no-repeat;\n    padding-left: 200px;\n    width: 80%;\n    border-style: solid;\n    border-color: skyblue;\n    font-size: 30px;\n    margin-bottom: 10px;\n}\n\n\nh1 {\n    font-family: 'Roboto', sans-serif;\n    width: 100%;\n    font-size: 30px;\n}\n\np {\n    margin-left: 20%;\n}\n\n\nheader a {\n    font-size: 10px;\n}\na {\n  outline: none;\n font-size: 20px;\n  text-decoration: none;\n  padding: 2px 1px 0;\n}\n\na:link {\n  color: #265301;\n}\n\na:visited {\n  color: #437A16;\n}\n\na:focus {\n  border-bottom: 1px solid;\n  background: #BAE498;\n}\n\na:hover {\n  border-bottom: 1px solid;     \n  background: #CDFEAA;\n}\n\na:active {\n  background: #265301;\n  color: #CDFEAA;\n}<\/code><\/pre>\n\n\n\n<h3>7. Modification de la page index.html ( 4 pts )<\/h3>\n\n\n\n<p>En vous inspirant du code html relatif  \u00e0 Al-Khwarizmi dans la page index.html<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;article id=\"Al-Khwarizmi\">\n            &lt;img src=\"images\/al-khwarizmi.png\" style=\"width:100%;\">\n        &lt;a href=\"Al-Khwarizmi.html\">Al-Khwarizmi&lt;\/a>\n        &lt;\/article><\/code><\/pre>\n\n\n\n<p><strong>Modifier le code de l&rsquo;article, dans la page index.html, qui correspond \u00e0 la carte qui vous a \u00e9t\u00e9 distribu\u00e9e ( 2 points )<\/strong>.<\/p>\n\n\n\n<p><strong>Placer dans le sous-dossier \u00ab\u00a0images\u00a0\u00bb l&rsquo;image qui correspond \u00e0 votre carte ( l&rsquo;image est \u00e0 retrouver et \u00e0 enregistrer \u00e0 partir de l&rsquo;article : <\/strong><br><a rel=\"noreferrer noopener\" aria-label=\"https:\/\/interstices.info\/dossier\/7-familles-de-linformatique\/ (s\u2019ouvre dans un nouvel onglet)\" href=\"https:\/\/interstices.info\/dossier\/7-familles-de-linformatique\/\" target=\"_blank\"><strong>https:\/\/interstices.info\/dossier\/7-familles-de-linformatique\/<\/strong><\/a><br><strong>( 2 points )<\/strong><\/p>\n\n\n\n<h3>8. Cr\u00e9ation de la page html correspondant \u00e0 la carte qui vous a \u00e9t\u00e9 distribu\u00e9e. ( 7 pts )<\/h3>\n\n\n\n<ol><li>Cr\u00e9er un nouveau fichier html portant le nom correspondant \u00e0 la carte qui vous a \u00e9t\u00e9 distribu\u00e9e,<\/li><li>Ins\u00e9rer le code html ad\u00e9quat ainsi que le contenu correspondant \u00e0 votre carte ( on peut en premier lieu, y copier le code html de la page Al-Khwarizmi.html puis le modifier ),<\/li><li>cr\u00e9er une page mon-style.css et la lier \u00e0 votre page html,<\/li><li>copier dans cette page css le contenu de la page style-biographie.css et la modifier pour obtenir l&rsquo;image correspondant \u00e0 votre carte..<\/li><li>V\u00e9rifier que tout fonctionne bien \u00e0 partir de la page index.html<\/li><\/ol>\n","protected":false},"excerpt":{"rendered":"<p>1. Mise en place du dossier : 3 points Les points 1 \u00e0 6 doivent&#8230;<\/p>\n<div class=\"more-link-wrapper\"><a class=\"more-link\" href=\"https:\/\/labodemaths.fr\/WordPress3\/snt-tp-note-htmlcss\/\">Read the post<span class=\"screen-reader-text\">SNT : TP not\u00e9 HTML,CSS<\/span><\/a><\/div>\n","protected":false},"author":2,"featured_media":1078,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/labodemaths.fr\/WordPress3\/wp-json\/wp\/v2\/posts\/1075"}],"collection":[{"href":"https:\/\/labodemaths.fr\/WordPress3\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/labodemaths.fr\/WordPress3\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/labodemaths.fr\/WordPress3\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/labodemaths.fr\/WordPress3\/wp-json\/wp\/v2\/comments?post=1075"}],"version-history":[{"count":3,"href":"https:\/\/labodemaths.fr\/WordPress3\/wp-json\/wp\/v2\/posts\/1075\/revisions"}],"predecessor-version":[{"id":1084,"href":"https:\/\/labodemaths.fr\/WordPress3\/wp-json\/wp\/v2\/posts\/1075\/revisions\/1084"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/labodemaths.fr\/WordPress3\/wp-json\/wp\/v2\/media\/1078"}],"wp:attachment":[{"href":"https:\/\/labodemaths.fr\/WordPress3\/wp-json\/wp\/v2\/media?parent=1075"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/labodemaths.fr\/WordPress3\/wp-json\/wp\/v2\/categories?post=1075"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/labodemaths.fr\/WordPress3\/wp-json\/wp\/v2\/tags?post=1075"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}