<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Web on Dev blog</title><link>https://trneedaname.github.io/tags/web/</link><description>Recent content in Web on Dev blog</description><generator>Hugo -- 0.151.0</generator><language>en-us</language><lastBuildDate>Mon, 03 Nov 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://trneedaname.github.io/tags/web/index.xml" rel="self" type="application/rss+xml"/><item><title>css</title><link>https://trneedaname.github.io/fiches/css/</link><pubDate>Mon, 03 Nov 2025 00:00:00 +0000</pubDate><guid>https://trneedaname.github.io/fiches/css/</guid><description>&lt;h2 id="le-css-c-est-quoi"&gt;Le CSS, c&amp;rsquo;est quoi ?&lt;/h2&gt;
&lt;p&gt;Le &lt;code&gt;CSS&lt;/code&gt;&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt; est utilisé pour styliser les pages web.
Il peut utiliser des variables et conditions.&lt;/p&gt;
&lt;link rel="stylesheet" href="https://trneedaname.github.io/css/vendors/admonitions.8594290f339d32b2f8b5f41037b938fae025295031470fae1aa647a2fac468a9.css" integrity="sha256-hZQpDzOdMrL4tfQQN7k4&amp;#43;uAlKVAxRw&amp;#43;uGqZHovrEaKk=" crossorigin="anonymous"&gt;
&lt;div class="admonition code"&gt;
&lt;div class="admonition-header"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"&gt;&lt;path d="M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"/&gt;&lt;/svg&gt;
&lt;span&gt;css&lt;/span&gt;
&lt;/div&gt;
&lt;div class="admonition-content"&gt;
&lt;div class="highlight"&gt;&lt;div class="chroma"&gt;
&lt;table class="lntable"&gt;&lt;tr&gt;&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code&gt;&lt;span class="lnt"&gt;1
&lt;/span&gt;&lt;span class="lnt"&gt;2
&lt;/span&gt;&lt;span class="lnt"&gt;3
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-css" data-lang="css"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nt"&gt;element&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="n"&gt;attribut&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;valeur&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id="ordre-d-applications"&gt;Ordre d&amp;rsquo;applications&lt;/h2&gt;
&lt;p&gt;Les attributs utilise un ordre, par exemple &lt;code&gt;font-family&lt;/code&gt;, &lt;code&gt;font-style&lt;/code&gt;&amp;hellip;&lt;/p&gt;</description></item><item><title>Javascript</title><link>https://trneedaname.github.io/fiches/javascript/</link><pubDate>Fri, 10 Oct 2025 00:00:00 +0000</pubDate><guid>https://trneedaname.github.io/fiches/javascript/</guid><description>&lt;h2 id="le-javascript-c-est-quoi"&gt;Le JavaScript, c&amp;rsquo;est quoi ?&lt;/h2&gt;
&lt;p&gt;Le langage &lt;code&gt;JavaScript&lt;/code&gt; est interprété, ce qui veut dire que chaque instruction est exécutée au moment de l’exécution dans le navigateur.
Il peut manipuler des variables, des fonctions, le DOM, et plus encore.&lt;/p&gt;
&lt;div class="admonition memo"&gt;
&lt;div class="admonition-header"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"&gt;&lt;path d="M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM112 256l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/&gt;&lt;/svg&gt;
&lt;span&gt;Convention&lt;/span&gt;
&lt;/div&gt;
&lt;div class="admonition-content"&gt;
&lt;p&gt;Le JavaScript utilise le &lt;a href="https://fr.wikipedia.org/wiki/Camel_case"&gt;Camel Case&lt;/a&gt; pour nommer les variables et fonctions.
Par exemple, on écrira &lt;code&gt;maVariable&lt;/code&gt;.
Les opérations comportent toujours un espace :&lt;/p&gt;</description></item></channel></rss>