コンテンツまでスキップ
日本語 - 日本
  • 検索フィールドが空なので、候補はありません。

Writing HTML: the basics

You can also use HTML to write notes on Kibela. Using HTML will give you more freedom in your text. 

 

Copy and paste the sample below.

*Some HTML tags are restricted.

 

Add color

Sample: 

This is <span style="color:red;">red</span>

 

Result:

 

Open link in a separate tab

Note the URL in the ***** and the desired title name in ```Text```. 

 

Sample: 

<a href="*****" target="_blank">Text</a>

 

Result:

 

Small text

Sample: 

<small>Small</small>

 

Result:

 

Embed

Embed contents using <iframe>...</iframe>. 

 

Example: Google maps

 

Sample: 

 

Result:

 

To learn how to retrieve the HTML of Google maps, please view this page.