Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Use the <a href="https://developer.mozilla.org/en/DOM/element.innerHTML" rel="nofollow"><code>innerHTML</code></a> property of <code>newParagraph</code> instead of <a href="https://developer.mozilla.org/en/DOM/Node.textContent" rel="nofollow"><code>textContent</code></a>. As their name implies, the former deals with HTML while the latter deals with plain text (so inserted HTML is escaped, which is useful when you want to prevent XSS for example).</p> <pre><code>newParagraph.innerHTML = "&lt;p class=\"title\"&gt;Core i.1.1&lt;/p&gt;&lt;img class=\"caseimg\" src=\"images\\case1.png\"&gt;&lt;p&gt;&lt;span class=\"bold\"&gt;Motherboard:&lt;/span&gt; ASRock H61M/U3S3 LGA 1155 Intel H61&lt;/br&gt;&lt;span class=\"bold\"&gt;Processor:&lt;/span&gt; Intel Celeron G550 Sandy Bridge 2.6GHz LGA 1155 65W&lt;/br&gt;&lt;span class=\"bold\"&gt;Video Card:&lt;/span&gt; On Board&lt;/br&gt;&lt;span class=\"bold\"&gt;Memory:&lt;/span&gt; Crucial 2GB (2 x 1GB) 240-Pin DDR3 SDRAM DDR3 1333&lt;/br&gt;&lt;span class=\"bold\"&gt;DVD Burner:&lt;/span&gt; ASUS 24X DVD Burner&lt;/br&gt;&lt;span class=\"bold\"&gt;Hard Drive:&lt;/span&gt; Western Digital Caviar Blue WD2500AAKX 250GB 7200 RPM&lt;/br&gt;&lt;span class=\"bold\"&gt;Case:&lt;/span&gt; Rosewill R363-M-BK Black Ultra High Gloss Finished MicroATX&lt;/br&gt;&lt;span class=\"bold\"&gt;OS:&lt;/span&gt; Microsoft Windows 7 Home Premium&lt;/br&gt;&lt;span class=\"bold\"&gt;Cost:&lt;/span&gt; $430.00&lt;/p&gt;"; </code></pre> <p><a href="http://jsfiddle.net/bjF8V/" rel="nofollow">jsFiddle Demo</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload