<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Errore w3c]]></title><description><![CDATA[<p dir="auto">Salve, sito <a href="https://tenacemente.com/" rel="nofollow ugc">https://tenacemente.com/</a></p>
<p dir="auto">qualcuno saprebbe dirmi come posso risolvere questo errore w3c: <a href="https://imgur.com/a/qpOjxOc" rel="nofollow ugc">https://imgur.com/a/qpOjxOc</a></p>
<p dir="auto">Grazie.</p>
]]></description><link>https://connect.gt/topic/249817/errore-w3c</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 17:34:34 GMT</lastBuildDate><atom:link href="https://connect.gt/topic/249817.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Jan 2023 10:08:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Errore w3c on Mon, 30 Jan 2023 08:33:20 GMT]]></title><description><![CDATA[<p dir="auto">Ciao, sarebbe carino vedere il codice in quelle linee...</p>
<p dir="auto">probabilmente hai qualcosa tipo</p>
<pre><code>&lt;img src="/immagine.jpg" alt="mioAlt" /&gt;
</code></pre>
<p dir="auto">invece dovrebbe essere</p>
<pre><code>&lt;img src="/immagine.jpg" alt="mioAlt"&gt;
</code></pre>
<p dir="auto">Ovvero, lo slash finale non dovrebbe esserci.. quello va messo solo quando hai un tag che si apre e poi si chiude</p>
<pre><code>&lt;h1&gt;testo&lt;/h1&gt;
&lt;img src="/immagine.jpg" alt="mioAlt"&gt;
</code></pre>
]]></description><link>https://connect.gt/post/1307830</link><guid isPermaLink="true">https://connect.gt/post/1307830</guid><dc:creator><![CDATA[mirkomassarutto]]></dc:creator><pubDate>Mon, 30 Jan 2023 08:33:20 GMT</pubDate></item></channel></rss>