Sensation Energy

Tutorials


Text

Example Text


The text is used for writing on a verb page or application. Text can contain color, size, font, format. The text can also have its side up and down, left to right or center where it is located. Text can be bold, Italic or underlined. It can also be crossed out or have all the background. The text can be a paragraph, a quote, framed with borders, ... The link may contain text.

It is used by copying the code below, and then pastes it into your application or website. Before that, you can use our CSS and JS to make certain functionalities work for you. These are the addressees:

<link rel="stylesheet" href="www.sensationenergy.com/se_css/se.css>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script  src="www.sensationenergy.com/js_css/se.js"></script>


    ABBR
    Strong
    Bold
    Citation
    Code
    Deleted

Emphasis, Italic
Highlighted
Inserted
Strikethrough
Subscriptx

Superscriptx

Underline
x = y + 2


  
<strong>Strong</strong><br>
<b>Bold</b><br>
<cite>Citation</cite><br>
<code>Code</code><br>
<del>Deleted</del><br>



  
<em>Emphasis, Italic</em><br>
<mark>Highlighted</mark><br>
<ins>Inserted</ins><br>
<s>Strikethrough</s><br>
Subscript<sub>x</sub><br>




Superscript<sup>x</sup><br>
<time>20:00</time><br>
<u>Underline</u><br>
<var>x</var> = <var>y</var> + 2 <br>




Example hr




<hr>

Example paragraph

This is a paragraph.

This is paragraph. Right side.

This is paragraph. Left side.


This is a paragraph. This is a test. This is a paragraph.
This is test.


<p>This is a paragraph.</p>
<p style="text-align:right; color:green">This is paragraph. Right side. </p>
<p style="text-align:left; color:red">This is paragraph. Left side. </p>
<br>
<p>This is a paragraph. This is a test. This is a <a href="#">paragraph</a>. <br>This is test.</p>
<br>
<p></p>


Example list

  • Ul circle 1
  • Ul circle 2
  • Ul circle 3
  
<ul class="circle">
<li>Ul circle 1</li>
<li>Ul circle 2</li>
<li>Ul circle 3</li>
</ul>

  1. Ul number 1
  2. Ul number 2
  3. Ul number 3
  • Ul square 1
  • Ul square 2
  • Ul square 3
  1. Ul Roman numbers 1
  2. Ul Roman numbers 2
  3. Ul Roman numbers 3
  1. Ul alphabet 1
  2. Ul alphabet 2
  3. Ul alphabet 3

  
<ol>
<li>Ul number 1</li>
<li>Ul number 2</li>
<li>Ul number 3</li>
</ol>
  
  


  
<ul class="square">
<li>Ul square 1</li>
<li>Ul square 2</li>
<li>Ul square 3</li>
</ul>



  
<ol class="roman">
<li>Ul Roman numbers 1</li>
<li>Ul Roman numbers 2</li>
<li>Ul Roman numbers 3</li>
</ol>



  
<ol class="alphabet">
<li>Ul alphabet 1</li>
<li>Ul alphabet 2</li>
<li>Ul alphabet 3</li>
</ol>




Example Blockquote

I just want to make beautiful things, even if nobody cares.

Saul Bass


<blockquote>
<p>I just want to make beautiful things, even if nobody cares.</p><cite>Saul Bass</cite>
</blockquote>