Facebook Note에서 사용 가능 한 HTML Tag

| Comments

공유 버튼

Facebook Note 사용시 기본적으로 editor에서  몇가지 기능을 제공하고 있습니다.
아래 목록은 Facebook Note에서 사용 가능한 HTML Tag입니다.

가장 많이 사용 하시게 될 Tag가 아마도 하이퍼링크 Tag가 되지 않을까요?

To see this: Type this in your note:
bold <b>bold</b>
italics <i>italics</i>
underline <u>underline</u>
strikethrough <s>strikethrough</s>
Big size <big>Big size</big >
Small size <small>Small size</small>
An em-dash—see? An em-dash&mdash;see?
Hyperlink to Facebook Hyperlink to <a href=”http://www.facebook.com”>Facebook</a>
A Bulleted List:

  • One Item
  • Another Item
A Bulleted List:

<ul>

<li>One Item</li>

<li>Another Item</li>

</ul>

An Ordered List:

  1. First Item
  2. Second Item
An Ordered List:

<ol>

<li> First Item</li>

<li> Second Item</li>

</ol>

The following quote is special: Because it is indented The following quote is special:

<blockquote>Because it is indented</blockquote>

Heading 1

 

Heading 2

 

Heading 3

 

<h1>Heading 1</h1>

<h2>Heading 2</h2>

<h3>Heading 3</h3>

Author: 장 정우

FBML.co.kr은 중/소기업에서 소셜미디어 마케팅 및 온라인 마케팅을 하시는 분들에게 쉽게 사용 가능한 자료를 제공하고 있습니다.