<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://progzoo.net/index.php?action=history&amp;feed=atom&amp;title=World_Lists</id>
	<title>World Lists - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://progzoo.net/index.php?action=history&amp;feed=atom&amp;title=World_Lists"/>
	<link rel="alternate" type="text/html" href="https://progzoo.net/index.php?title=World_Lists&amp;action=history"/>
	<updated>2026-06-10T09:26:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://progzoo.net/index.php?title=World_Lists&amp;diff=955&amp;oldid=prev</id>
		<title>Andr3w: Created page with &quot;&lt;pre id=&#039;shellbody&#039; data-qtp=&#039;DOM&#039;&gt;&lt;/pre&gt;  ==Create Content== &lt;div class=&#039;qu&#039;&gt; You can create a div element an set the content.  We use the document method &#039;&#039;&#039;createElement&#039;&#039;&#039;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://progzoo.net/index.php?title=World_Lists&amp;diff=955&amp;oldid=prev"/>
		<updated>2022-01-16T14:02:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;pre id=&amp;#039;shellbody&amp;#039; data-qtp=&amp;#039;DOM&amp;#039;&amp;gt;&amp;lt;/pre&amp;gt;  ==Create Content== &amp;lt;div class=&amp;#039;qu&amp;#039;&amp;gt; You can create a div element an set the content.  We use the document method &amp;#039;&amp;#039;&amp;#039;createElement&amp;#039;&amp;#039;&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre id=&amp;#039;shellbody&amp;#039; data-qtp=&amp;#039;DOM&amp;#039;&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Create Content==&lt;br /&gt;
&amp;lt;div class=&amp;#039;qu&amp;#039;&amp;gt;&lt;br /&gt;
You can create a div element an set the content.&lt;br /&gt;
&lt;br /&gt;
We use the document method &amp;#039;&amp;#039;&amp;#039;createElement&amp;#039;&amp;#039;&amp;#039; and the DOM node method &amp;#039;&amp;#039;&amp;#039;append&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;#039;imper&amp;#039;&amp;gt;Change the code so that it says &amp;#039;Hello world&amp;#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;pre class=&amp;#039;usr&amp;#039;&amp;gt;&lt;br /&gt;
let e = document.createElement(&amp;#039;div&amp;#039;);&lt;br /&gt;
e.innerHTML = &amp;#039;Hello&amp;#039;;&lt;br /&gt;
document.body.append(e);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre class=&amp;#039;ans&amp;#039;&amp;gt;&lt;br /&gt;
let e = document.createElement(&amp;#039;div&amp;#039;);&lt;br /&gt;
e.innerHTML = &amp;#039;Hello world&amp;#039;;&lt;br /&gt;
document.body.append(e);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andr3w</name></author>
	</entry>
</feed>