Definition

If you want to define a term that stands out from the rest of your content then we provide some CSS to do this.

Open Source

n.  an approach to the design, development, and distribution of software, offering practical accessibility to a software's source code.

You simply need to the following <div> element using a RichText / HTML paragraph.

<p>&lt;div id=&quot;dictionary-definition&quot;&gt;<br /> &nbsp;&nbsp;&nbsp; &lt;dl&gt;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dt&gt;Open Source&lt;/dt&gt;&lt;br /&gt;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dd&gt;&lt;b&gt;n.&lt;/b&gt;&amp;nbsp;&amp;nbsp;&lt;em&gt;an approach to the design, development, and distribution of software, offering practical accessibility to a software's source code.&lt;/em&lt;/dd&gt;<br /> &nbsp;&nbsp;&nbsp; &lt;/dl&gt;<br /> &lt;/div&gt;</p>