<?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[Topics tagged with dom]]></title><description><![CDATA[A list of topics that have been tagged with dom]]></description><link>https://community.secnto.com//tags/dom</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 23:23:45 GMT</lastBuildDate><atom:link href="https://community.secnto.com//tags/dom.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[JavaScript: Modifying DOM and populating it with JSON data]]></title><description><![CDATA[<p dir="auto">i’ve got a JSON data base, and need to populate a website with it’s content. It’s the first time a try doing something like this (still learning JS).</p>
<pre><code>&lt;div class="cardsection"&gt;
  &lt;div class="card"&gt; 
    &lt;div class= "photoandname"&gt;
      &lt;div class="profilphoto"&gt;
      &lt;/div&gt;
      &lt;h2 class="name"&gt; &lt;/h2&gt;
    &lt;/div&gt;
    &lt;div class="informations"&gt;
      &lt;h3 class="location"&gt; &lt;/h3&gt;
      &lt;p class="caption"&gt; &lt;/p&gt;
      &lt;p class="price"&gt; &lt;/p&gt;
    &lt;/div&gt;
    &lt;div class="tags"&gt;
      &lt;button class="tagButton"&gt; &lt;/button&gt;
      &lt;button class="tagButton"&gt; &lt;/button&gt;
     &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
</code></pre>
]]></description><link>https://community.secnto.com//topic/2096/javascript-modifying-dom-and-populating-it-with-json-data</link><guid isPermaLink="true">https://community.secnto.com//topic/2096/javascript-modifying-dom-and-populating-it-with-json-data</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>