Difference between revisions of "Css elements"

From Wiki at Neela Nurseries
Jump to: navigation, search
(Create page "CSS elements".)
 
m (Correct mark up syntax to show HTML special character "ampersand".)
Line 3: Line 3:
 
<pre>
 
<pre>
 
Mark up snippet without links and link names:
 
Mark up snippet without links and link names:
[[|]] &nbsp; :: &nbsp; [[|]]
+
[[|]] &amp;nbsp; :: &amp;nbsp; [[|]]
  
 
Example use:
 
Example use:
 
[[Kconfig|Kconfig]] &nbsp; :: &nbsp; [[Cmake|cmake]]
 
[[Kconfig|Kconfig]] &nbsp; :: &nbsp; [[Cmake|cmake]]
 
</pre>
 
</pre>

Revision as of 17:37, 22 February 2024

Local page for CSS and related HTML mark up snippets.

Mark up snippet without links and link names:
[[|]] &nbsp; :: &nbsp; [[|]]

Example use:
[[Kconfig|Kconfig]]   ::   [[Cmake|cmake]]